Start a Conversation

Unsolved

Moderator

 • 

342 Posts

714

January 31st, 2022 09:00

Image Assist - Admin Auto Logon Count known issue

Please note, there is a known Microsoft issue which causes Windows to add 1 to the LogonCount value, if that value is greater than 0.

When setting LogonCount, enter a number that is one fewer than the number of automated logons you desire. For example, to facilitate 2 automated logons, set LogonCount to 1.

If LogonCount is 0, Windows correctly interprets this and will not perform any automated logons. Because of this known issue, the LogonCount Unattend setting cannot be used to allow exactly one automated logon. To work around this known issue, take the following steps:

  1. Set LogonCount to 1.
  2. Add a new command under the Microsoft-Windows-Shell-Setup/FirstLogonCommands/SynchronousCommand Unattend setting for the oobeSystem pass:

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f

How that looks with Image Assist

logon.jpg

No Responses!
No Events found!

Top