2555-01-16

Login Domain Auto

:

Click Start, click Run, type regedit, and then click OK. In Windows Vista, simply type regedit in Start Search and hit Enter.
Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Double-click the DefaultUserName entry, type the user name to log on with, and then click OK.
If DefaultUserName registry value name is not found, create the new String Value (REG_SZ) with value name as DefaultUserName.

Double-click the DefaultPassword entry, type the password for the user account under the value data box, and then click OK.
If there is no DefaultPassword value, create a new String Value subkey (REG_SZ) with DefaultPassword as the value name.

Note that if no DefaultPassword string is specified, Windows automatically changes the value of the AutoAdminLogon registry key from 1 (true) to 0 (false) to turn off the AutoAdminLogon feature.

In Windows Vista, DefaultDomainName has to be specified as well, else Windows will prompt of invalid user name with user name displayed as .\username. To do so, double click on DefaultDomainName, and specify the domain name of the user account. If it’s local user, specify local host name.
If the DefaultDomainName does not exist, create a new String Value (REG_SZ) registry key with value name as DefaultDomainName.

Double-click the AutoAdminLogon entry, type 1 in the Value Data box, and then click OK.
If there is no AutoAdminLogon entry, create a new String Value entry (REG_SZ) with AutoAdminLogon as the value name.

If exist, delete the AutoLogonCount key.
Quit Registry Editor.
Click Start, click Restart, and then click OK.

2554-12-08

Remove IP Address

How to Manually Remove a Static IP Address From a Registry
X Heather HanlonHeather Hanlon has been writing since 1994. She has worked as a technical writer, trainer and has developed websites for private clients. She is also a real estate agent. Hanlon holds a Bachelor of Arts in news writing from the University of Pittsburgh and a Master of Arts in professional writing from Carnegie Mellon University.

By Heather Hanlon, eHow Contributor

Print this article Access the Registry Editor from the Start menu.
Flag this photo

You might not think too often about your Windows registry, but it is one of the most important pieces of your operating system. If the registry isn't functioning properly, chances are that your system performance will be limited, or you may not be able to use your computer at all.



You can modify your system registry, but take care in doing so. Remove a static Internet Protocol (IP) address from the Windows registry by manually editing the Registry Editor.

Related Searches:
Locator IP AddressForex Markets Difficulty:Moderately ChallengingInstructions

1 Click "Start."

2 Select "Run."

3 Type "Regedit" (without quotation marks). The Registry Editor appears.

4 Open the following path in the Registry Editor:

HKEY_LOCAL_MACHINE\SYSTEM \CurrentControlSet \Services \Tcpip\Parameters\Interfaces.

5 Choose the network interface for which you want to delete the IP address.

6 Click that network interface to open it.

7 Right-click the IP address key and select "Delete."



Read more: How to Manually Remove a Static IP Address From a Registry | eHow.com http://www.ehow.com/how_6875303_manually-static-ip-address-registry.html#ixzz1fxRcj66j

2554-11-11

Command Line Printer Control

RUNDLL32 PRINTUI.DLL,PrintUIEntry [ options ] [ @commandfile ]

/a[file] binary file name
/b[name] base printer name
/c[name] unc machine name if the action is on a remote machine
/dl delete local printer
/dn delete network printer connection
/dd delete printer driver
/e display printing preferences
/f[file] either inf file or output file
/ga add per machine printer connections
/ge enum per machine printer connections
/gd delete per machine printer connections
/h[arch] driver architecture, one of the following:
Alpha | Intel | Mips | PowerPC
/ia install printer driver using inf file
/id install printer driver using add printer driver wizard
/if install printer using inf file
/ii install printer using add printer wizard with an inf file
/il install printer using add printer wizard
/in add network printer connection
/j[provider] print provider name
/k print test page to specified printer, cannot be combined with command when installing a printer
/l[path] printer driver source path
/m[model] printer driver model name
/n[name] printer name
/o display printer queue view
/p display printer properties
/q quiet mode, do not display error messages
/r[port] port name
/s display server properties
/Ss Store printer settings into a file
/Sr

Restore printer settings from a file
Store or restore printer settings option flags that must be placed at the end of command:
2 PRINTER_INFO_2
7 PRINTER_INFO_7
c Color Profile
d PrinterData
s Security descriptor
g Global DevMode
m Minimal settings
u User DevMode
r Resolve name conflicts
f Force name
p Resolve port
/u use the existing printer driver if it's already installed
/t[#] zero based index page to start on
/v[version] driver version, one of the following:
Windows 95 or 98 | Windows NT 3.1 | Windows NT 3.5 or 3.51 | Windows NT 3.51 | Windows NT 4.0 | Windows NT 4.0 or 2000 | Windows 2000
/w prompt the user for a driver if specified driver is not found in the inf
/y set printer as the default
/Xg get printer settings
/Xs set printer settings
/z do not auto share this printer
/Z share this printer, can only be used with the /if option
/? help this message
@[file] command line argument file


Examples:

Run server properties:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /s /t1 /n\\machine
Run printer properties
RUNDLL32 PRINTUI.DLL,PrintUIEntry /p /n\\machine\printer
Run add printer wizard localy
RUNDLL32 PRINTUI.DLL,PrintUIEntry /il
Run add printer wizard on \\machine
RUNDLL32 PRINTUI.DLL,PrintUIEntry /il /c\\machine
Run queue view
RUNDLL32 PRINTUI.DLL,PrintUIEntry /o /n\\machine\printer
Run inf install
RUNDLL32 PRINTUI.DLL,PrintUIEntry /if /b "Test Printer" /f %windir%\inf\ntprint.inf /r "lpt1:" /m "AGFA-AccuSet v52.3"
Run add printer wizard using inf
RUNDLL32 PRINTUI.DLL,PrintUIEntry /ii /f %windir%\inf\ntprint.inf
Add per machine printer connection
RUNDLL32 PRINTUI.DLL,PrintUIEntry /ga /c\\machine /n\\machine\printer /j"LanMan Print Services"
Delete per machine printer connection
RUNDLL32 PRINTUI.DLL,PrintUIEntry /gd /c\\machine /n\\machine\printer
Enumerate per machine printer connections
RUNDLL32 PRINTUI.DLL,PrintUIEntry /ge /c\\machine
Add printer driver using inf
RUNDLL32 PRINTUI.DLL,PrintUIEntry /ia /c\\machine /m "AGFA-AccuSet v52.3" /h "Intel" /v "Windows 2000" /f %windir%\inf\ntprint.inf
Remove printer driver
RUNDLL32 PRINTUI.DLL,PrintUIEntry /dd /c\\machine /m "AGFA-AccuSet v52.3" /h "Intel" /v "Windows 2000"
Set printer as default
RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n "printer"
Set printer comment
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Xs /n "printer" comment "My Cool Printer"
Set printer port
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Xs /n "printer" PortName "port:"
Get printer settings
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Xg /n "printer"
Get printer settings saving results in a file
RUNDLL32 PRINTUI.DLL,PrintUIEntry /f "results.txt" /Xg /n "printer"
Set printer settings command usage
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Xs /n "printer" ?
Store all printer settings into a file
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Ss /n "printer" /a "file.dat"
Restore all printer settings from a file
RUNDLL32 PRINTUI.DLL,PrintUI /Sr /n "printer" /a "file.dat"
Store printer information on level 2 into a file
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Ss /n "printer" /a "file.dat" 2
Restore from a file printer security descriptor
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Sr /n "printer" /a "file.dat" s
Restore from a file printer global devmode and printer data
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Sr /n "printer" /a "file.dat" g d
Restore from a file minimum settings and resolve port name
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Sr /n "printer" /a "file.dat" m p

ที่มา : http://www.robvanderwoude.com/2kprintcontrol.php
http://zacky.cleverits.com/IT/printer.htm

2554-08-09

How to Remove TCP/IP in Windows XP

1 Press "Windows Key"+"R" on your keyboard.
2 Type "C:\Windows\inf\nettcpip.inf" without the quotes and press "Enter."
3 Press "Ctrl"+"F" and type "Characteristics" without quotes, then press "Enter."
4 Change the line "Characteristics = 0xa0" to read "Characteristics=0x80"
5 Press "Ctrl"+"S" to save the file, then close the Notepad.
6 Press "Windows Key"+"R" on your keyboard.
7 Type "control netconnections" without quotes, then press "Enter."
8 Right-click "Local Area Connection," then select "Properties."
9 Click the "Install" button and select "Protocol."
10 Click the "Have Disk" button.
11 Type "C:\Windows\inf" without the quotes in the field box.
12 Select "Internet Protocol (TCP/IP), and then click the "OK" button. Wait to be returned back to the
"Properties" dialog.
13 Click to highlight "Internet Protocol (TCP/IP)."
14 Click the "Uninstall" button and then on "Yes."
15 Restart the computer



Read more: How to Remove TCP/IP in Windows XP | eHow.com http://www.ehow.com/how_6826248_remove-tcp_ip-windows-xp.html#ixzz1UVJzdH3e

2553-07-11

การใช้งาน Team Viewer

โปรแกรม Team Viewer เป็นโปรแกรมใช้ในการ Remote ผ่าน Internet และเป็น Free Ware สามารถ Download ได้ที่ http://www.teamviewer.com โดยมีขั้นตอนการติดตั้ง






2552-07-31

ดึงคำสั่งลับที่ XP ซ่อนไว้ออกมาใช้ (Copy To และ Move To)

การเพิ่มคำสั่ง Copy To และ Move To ในเมนูคลิ๊กขวา ให้ทำดังนี้ ครับผม
Start --- Run --- พิมพ์ regedit --- กด OK
แล้วไปที่
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers
คลิ๊กขวาตรงบรรทัด ContextMenuHandlers
เลือกสร้าง New Key ดับเบิ้ลคลิ๊ก ที่ค่า Default แล้วพิมพ์{C2FBB630-2971-11D1-A18C-00C04FD75D13} ลงในบรรทัดล่าง แล้วกด OK ก็จะมีเมนู Copy To ให้เลือกแล้วครับถ้าจะเพิ่ม Move To ก็ทำแบบเดียวกัน แต่เปลี่ยนชื่อ คีย์ เป็น Move Toและใช้ค่าต่อไปนี้{C2FBB631-2971-11D1-A18C-00C04FD75D13} กด OK
ที่มา : http://www.thaigaming.com/howto/54063.htm