Custom Search

Tuesday, December 18, 2007

Windows machine is configured to automatically logon to a specified account users can bypass this and enter alternate account information. This tweak forces the machine to auto logon and to ignore any bypass attempts.

Open your registry and find the key below.

Create a new string value called "ForceAutoLogon" and set it to equal "1" to force automatic logons or "0" to allow alternate users.

Restart Windows for the change to take effect.

Settings:
System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
Name: ForceAutoLogon
Type: REG_SZ (String Value)
Value: (0 = disabled, 1 = enabled)

0 comments: