Configure automatic login in Windows 9x
25 May 2003 by Snakefoot | Comment » | Trackback OffIt is possible to have several user profiles in Win9x. This gives the possibility
for each user to have their own personal settings for Desktop, Start Menu, Favorites, My Documents, etc.
By standard there is only a single user profile, which is automatically logged in.
If having Network Neighborhood installed then it might request for login, but it can be disabled:
If having Network Neighborhood installed then it might request for login, but it can be disabled:
- Open Control Panel and double click the Network-applet
- Select the Configuration-tab
- change the dropdown Primary Network Logon from Client for Microsoft Network to Windows Logon
More info MS KB Q152104[HKEY_LOCAL_MACHINE \Software \Microsoft \Windows \CurrentVersion \Winlogon]
AutoAdminLogon = "1"
DefaultUsername = "username"
DefaultPassword = "password"
Note requires that username of the previous user is NOT cleared.
Tags:
Category:
Updated: 24 September 2007