Skip to content

Instantly share code, notes, and snippets.

@virtualhobbit
Last active November 6, 2020 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save virtualhobbit/8000f3d6afa466c71b2637482a5d4061 to your computer and use it in GitHub Desktop.
Save virtualhobbit/8000f3d6afa466c71b2637482a5d4061 to your computer and use it in GitHub Desktop.
<UserAccounts>
<AdministratorPassword>
<Value>{{password}}</Value>
<PlainText>true</PlainText>
</AdministratorPassword>
</UserAccounts>
<AutoLogon>
<Enabled>true</Enabled>
<Username>Administrator</Username>
<Password>
<Value>{{password}}</Value>
<PlainText>true</PlainText>
</Password>
<LogonCount>1</LogonCount>
</AutoLogon>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment