Archive for 'XP'
Webserver on Home PC
Posted on 12. Oct, 2008 by Krishnan.
I setup my home PC to be a webserver based on the instructions given in the following articles.
http://www.thinkdigit.com/details.php?article_id=1061
Everything seems to be working fine. I’ll need to test this tomorrow from a PC outside my home.
Continue Reading
How to turn on automatic logon in Windows XP
Posted on 20. Sep, 2008 by Krishnan.
I note this down because I keep forgetting this.
Method 1:
1. Click Start, and then click Run.
2. Type control userpasswords2, and then click OK.
Note : When users try to display help information in the User Accounts window in Windows XP Home Edition, the help information is not displayed. Additionally, users receive the following error message:
Cannot find the Drive:\Windows\System32\users.hlp Help file. Check to see that the file exists on your hard disk drive. If it does not exist, you must reinstall it.
3. Clear the “Users must enter a user name and password to use this computer” check box, and then click Apply.
4. In the Automatically Log On window, type the password in the Password box, and then retype the password in the Confirm Password box.
5. Click OK to close the Automatically Log On window, and then click OK to close the User Accounts window.
Method 2:
1. Click Start, click Run, type regedit, and then click OK.
2. Locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
3. Using your account name and password, double-click the DefaultUserName entry, type your user name, and then click OK.
4. Double-click the DefaultPassword entry, type your password under the value data box, and then click OK.
If there is no DefaultPassword value, create the value. To do this, follow these steps:
a. In Registry Editor, click Edit, click New, and then click String Value.
b. Type DefaultPassword as the value name, and then press ENTER.
c. Double-click the newly created key, and then type your password in the Value Data box.
If no DefaultPassword string is specified, Windows XP automatically changes the value of the AutoAdminLogon registry key from 1 (true) to 0 (false) to turn off the AutoAdminLogon feature.
5. Double-click the AutoAdminLogon entry, type 1 in the Value Data box, and then click OK.
If there is no AutoAdminLogon entry, create the entry. To do this, follow these steps:
a. In Registry Editor, click Edit, click New, and then click String Value.
b. Type AutoAdminLogon as the value name, and then press ENTER.
c. Double-click the newly created key, and then type 1 in the Value Data box.
6. Quit Registry Editor.
7. Click Start, click Restart, and then click OK.
See also http://support.microsoft.com/kb/315231
Continue Reading
Open “My Computer” in “Windows Explorer”
Posted on 25. Aug, 2008 by Krishnan.
enThese are a couple of old windows tricks that I find very useful. However, I manage to forget them every time I sit on a new PC or re-install windows and I thought it would be better to write it down.
Trick 1 : Always open “My Computer” In “Windows Explorer” Mode
Many users find My Computer on the desktop to be a convenient starting point for file operations. Clicking My Computer opens to a Task Pane view, which while gaining wider acceptance, has yet to come close to overtaking the more widely accepted and preferred Explorer view. To set the default so My Computer opens in Explorer view:
1. Launch My Computer > Tools > Folder Options… > File Types tab
2. Select the icon for (NONE) Folder and click the Advanced button
3. In the Actions List, select Explorer and click Set Default
4. Click OK and Close.
Trick 2 : Always op”Windows Explorer” in “My Computer” mode
1. Reach for the Shortcut to Windows Explorere Start > All Programs > Accesories > Windows Explorer.
2. Right-click the Explorer shortcut, select Properties, and in the Target line, add: “/n,/e,/select,c:\” to the end, so your Target line looks like this: “C:\WINDOWS\EXPLORER.EXE /n,/e,/select,c:\”
3. To Open Explorer in your other choice of folders use a format similar to: “explorer.exe /n, /e, c:\windows\favorites”

















































