Articles
How to Automatically logon to windows xp
It is useful when you want to share files with other computers without know your account name and password. The easiest way by Windows Registry. Let do it now !
- Run regedit.
- Find the path,
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows NT\CurrentVersion\Winlogon
- Right click on the Winlogon folder and select New > String Value .
- Name it DefaultUserName.
- Double click on the DefaultUserName key that you have just created it.
- In the Edit String window, change the Value data to your account name then click OK button.
- Again right click on the Winlogon folder and select New > String Value .
- Name String Value DefaultPassword.
- Double click on the DefaultPassword key.
- Now fill your Windows logon password in Value data and then click OK.
- Again right click on the Winlogon folder and choose New > String Value .
- Type DefaultDomainName for naming your new registry key.
- Double click on DefaultDomainName and fill the domain of your computer then click OK.
- Again right click on the Winlogon folder and choose New > String Value .
- Name the new key AutoAdminLogon.
- Double click on the AutoAdminLogon registry key.
- In the Edit String window of the AutoAdminLogon registry key, change Value data to 1 and then click OK.
- Finish !
|