How to enforce autologin not just first time when computer boots, but even if user click logoff.
So when user clicks logoff, he is imidiatly loged back.
How to enforce autologin not just first time when computer boots, but even if user click logoff.
So when user clicks logoff, he is imidiatly loged back.
Use a GPO to remove the user's ability to log off.
Problem solved.
You can do this with out using GPO by using tweakui...Another way the problem is solved.
On Windows XP and Windows 2003:
Under
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
add the following values (of type REG_SZ):DefaultUserName
– the user nameDefaultPassword
– the password to useAutoAdminLogon
–1
to enable automatic logonForceAutoLogon
–1
to enforce automatic logon when the user logs outNote that the key and all of its values, including
DefaultPassword
, are readable by authenticated users both locally and through Remote Registry: