Hur gör jag för att få bort så att man måste logga in varje gång man ska in på datorn, jag vill ha så att den antar att en och samma person går in på datorn hela tiden?
win2000
2 svar · 218 visningar · startad av tronez
Har för mig att det finns under Start - Inställningar - Kontrollpanelen - Användare & Lösenord eller nåt i den stilen. ;)
annars går det att ändra i register editorn
To enable this function you need to add several new values to the [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] key.
1. Add a new string value named 'DefaultUserName' and set it to the username you wish to automatically logon as.
2. Add a new string value named 'DefaultPassword' and set this to the password for the user entered above.
3. Add a new string value named 'DefaultDomainName' and set this to the domain of the user. Ignore this value if the NT box is not participating in NT Domain security.
4. Add a new string value named 'AutoAdminLogon' and set it to either '1' to enable auto logon or '0' to disable it.
5. For Windows 2000 the additional ForceAutoLogon setting must be enabled to stop the tweak from resetting on reboot.
Exit and restart, Windows should not ask for a password and automatically show the desktop of the user.
Note: The password is stored in registry, which means anyone who has access to the machine has access to the password.
Note: You can bypass this function by holding down the SHIFT key during the boot or logoff process.