Confirmed users
3,990
edits
No edit summary |
|||
| Line 394: | Line 394: | ||
== Fix auto-login after new password deployment == | == Fix auto-login after new password deployment == | ||
This is what you need to run to fix a machine: | |||
<pre> | |||
REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /t REG_SZ /d 1 | |||
REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /t REG_SZ /d YouWish | |||
</pre> | |||
MaRu fixed the issue by updating the LTICleanup.wsf | MaRu fixed the issue by updating the LTICleanup.wsf | ||
The lines modified were (password has been taken out for security reasons) | The lines modified were (password has been taken out for security reasons) | ||