Jump to content

Jagster

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Jagster

  1. I spent hours upon hours trying to figure out how to fix this and finally came up with this solution.

     

    Run this command to set the logon user to the local Administrator account. If you are using a different local account enter that name instead of Administrator.

    REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /t REG_SZ /d ".\Administrator" /f

    You can add this as a command in the answer file or any other method you want as long as you do it before joining the domain.

     

    After everything is done I then run this to unset the logon user.

    REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /f
×
×
  • Create New...