Rename default account to silviodante and set owner/organization
Local admin is now silviodante (Silvio Dante), password unchanged. Registered owner is Silvio Dante and organization is Bada Bing! in both answer files and the README. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>master
parent
6140dd2090
commit
713463cd94
|
|
@ -63,4 +63,4 @@ Setup only reads a file named exactly `autounattend.xml` at the root of a disc o
|
||||||
|
|
||||||
## Accounts
|
## Accounts
|
||||||
|
|
||||||
Both answer files create a local administrator `labadmin` with the placeholder password `mdwelcome`, stored in plain text. VMs log in automatically every boot; desktops only on the first logon, then show the sign-in screen. Change the password in the answer file before using this for anything that matters.
|
Both answer files create a local administrator `silviodante` with the placeholder password `mdwelcome`, stored in plain text. VMs log in automatically every boot; desktops only on the first logon, then show the sign-in screen. Change the password in the answer file before using this for anything that matters.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
PC: copy autounattend.xml and oobe-desktop.ps1 to the root of
|
PC: copy autounattend.xml and oobe-desktop.ps1 to the root of
|
||||||
the LTSC install USB (or a second USB stick).
|
the LTSC install USB (or a second USB stick).
|
||||||
|
|
||||||
Credentials baked in below: labadmin / mdwelcome (stored in CLEAR TEXT)
|
Credentials baked in below: silviodante / mdwelcome (stored in CLEAR TEXT)
|
||||||
Search for "EDIT" to find every value you probably want to change.
|
Search for "EDIT" to find every value you probably want to change.
|
||||||
============================================================================
|
============================================================================
|
||||||
-->
|
-->
|
||||||
|
|
@ -129,8 +129,8 @@
|
||||||
<WillShowUI>OnError</WillShowUI>
|
<WillShowUI>OnError</WillShowUI>
|
||||||
</ProductKey>
|
</ProductKey>
|
||||||
<AcceptEula>true</AcceptEula>
|
<AcceptEula>true</AcceptEula>
|
||||||
<FullName>IT</FullName>
|
<FullName>Silvio Dante</FullName>
|
||||||
<Organization>Contoso</Organization>
|
<Organization>Bada Bing!</Organization>
|
||||||
</UserData>
|
</UserData>
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
@ -151,8 +151,8 @@
|
||||||
<ComputerName>*</ComputerName>
|
<ComputerName>*</ComputerName>
|
||||||
<!-- EDIT: `tzutil /l` lists every valid value. -->
|
<!-- EDIT: `tzutil /l` lists every valid value. -->
|
||||||
<TimeZone>Pacific Standard Time</TimeZone>
|
<TimeZone>Pacific Standard Time</TimeZone>
|
||||||
<RegisteredOwner>IT</RegisteredOwner>
|
<RegisteredOwner>Silvio Dante</RegisteredOwner>
|
||||||
<RegisteredOrganization>Contoso</RegisteredOrganization>
|
<RegisteredOrganization>Bada Bing!</RegisteredOrganization>
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component name="Microsoft-Windows-Security-SPP-UX"
|
<component name="Microsoft-Windows-Security-SPP-UX"
|
||||||
|
|
@ -232,8 +232,8 @@
|
||||||
|
|
||||||
<LocalAccounts>
|
<LocalAccounts>
|
||||||
<LocalAccount wcm:action="add">
|
<LocalAccount wcm:action="add">
|
||||||
<Name>labadmin</Name>
|
<Name>silviodante</Name>
|
||||||
<DisplayName>Lab Admin</DisplayName>
|
<DisplayName>Silvio Dante</DisplayName>
|
||||||
<Description>Local administrator for automated builds</Description>
|
<Description>Local administrator for automated builds</Description>
|
||||||
<Group>Administrators</Group>
|
<Group>Administrators</Group>
|
||||||
<Password>
|
<Password>
|
||||||
|
|
@ -248,7 +248,7 @@
|
||||||
oobe-desktop.ps1 restarts the PC it lands on the sign-in screen. -->
|
oobe-desktop.ps1 restarts the PC it lands on the sign-in screen. -->
|
||||||
<AutoLogon>
|
<AutoLogon>
|
||||||
<Enabled>true</Enabled>
|
<Enabled>true</Enabled>
|
||||||
<Username>labadmin</Username>
|
<Username>silviodante</Username>
|
||||||
<LogonCount>1</LogonCount>
|
<LogonCount>1</LogonCount>
|
||||||
<Password>
|
<Password>
|
||||||
<Value>mdwelcome</Value>
|
<Value>mdwelcome</Value>
|
||||||
|
|
@ -259,7 +259,7 @@
|
||||||
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
|
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
|
||||||
|
|
||||||
<!-- ===============================================================
|
<!-- ===============================================================
|
||||||
FIRST LOGON COMMANDS - run once, elevated, as labadmin.
|
FIRST LOGON COMMANDS - run once, elevated, as silviodante.
|
||||||
=============================================================== -->
|
=============================================================== -->
|
||||||
<FirstLogonCommands>
|
<FirstLogonCommands>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
>>> DESTRUCTIVE: WillWipeDisk erases Disk 0 with no prompt. <<<
|
>>> DESTRUCTIVE: WillWipeDisk erases Disk 0 with no prompt. <<<
|
||||||
|
|
||||||
Credentials baked in below: labadmin / mdwelcome (stored in CLEAR TEXT)
|
Credentials baked in below: silviodante / mdwelcome (stored in CLEAR TEXT)
|
||||||
Search for "EDIT" to find every value you probably want to change.
|
Search for "EDIT" to find every value you probably want to change.
|
||||||
============================================================================
|
============================================================================
|
||||||
-->
|
-->
|
||||||
|
|
@ -176,8 +176,8 @@
|
||||||
<WillShowUI>OnError</WillShowUI>
|
<WillShowUI>OnError</WillShowUI>
|
||||||
</ProductKey>
|
</ProductKey>
|
||||||
<AcceptEula>true</AcceptEula>
|
<AcceptEula>true</AcceptEula>
|
||||||
<FullName>IT</FullName>
|
<FullName>Silvio Dante</FullName>
|
||||||
<Organization>Contoso</Organization>
|
<Organization>Bada Bing!</Organization>
|
||||||
</UserData>
|
</UserData>
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
@ -198,8 +198,8 @@
|
||||||
<ComputerName>*</ComputerName>
|
<ComputerName>*</ComputerName>
|
||||||
<!-- EDIT: `tzutil /l` lists every valid value. -->
|
<!-- EDIT: `tzutil /l` lists every valid value. -->
|
||||||
<TimeZone>Pacific Standard Time</TimeZone>
|
<TimeZone>Pacific Standard Time</TimeZone>
|
||||||
<RegisteredOwner>IT</RegisteredOwner>
|
<RegisteredOwner>Silvio Dante</RegisteredOwner>
|
||||||
<RegisteredOrganization>Contoso</RegisteredOrganization>
|
<RegisteredOrganization>Bada Bing!</RegisteredOrganization>
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
<component name="Microsoft-Windows-Security-SPP-UX"
|
<component name="Microsoft-Windows-Security-SPP-UX"
|
||||||
|
|
@ -280,8 +280,8 @@
|
||||||
|
|
||||||
<LocalAccounts>
|
<LocalAccounts>
|
||||||
<LocalAccount wcm:action="add">
|
<LocalAccount wcm:action="add">
|
||||||
<Name>labadmin</Name>
|
<Name>silviodante</Name>
|
||||||
<DisplayName>Lab Admin</DisplayName>
|
<DisplayName>Silvio Dante</DisplayName>
|
||||||
<Description>Local administrator for automated VM builds</Description>
|
<Description>Local administrator for automated VM builds</Description>
|
||||||
<Group>Administrators</Group>
|
<Group>Administrators</Group>
|
||||||
<Password>
|
<Password>
|
||||||
|
|
@ -296,7 +296,7 @@
|
||||||
land on a logon screen once provisioning finishes. -->
|
land on a logon screen once provisioning finishes. -->
|
||||||
<AutoLogon>
|
<AutoLogon>
|
||||||
<Enabled>true</Enabled>
|
<Enabled>true</Enabled>
|
||||||
<Username>labadmin</Username>
|
<Username>silviodante</Username>
|
||||||
<LogonCount>999</LogonCount>
|
<LogonCount>999</LogonCount>
|
||||||
<Password>
|
<Password>
|
||||||
<Value>mdwelcome</Value>
|
<Value>mdwelcome</Value>
|
||||||
|
|
@ -307,7 +307,7 @@
|
||||||
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
|
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
|
||||||
|
|
||||||
<!-- ===============================================================
|
<!-- ===============================================================
|
||||||
FIRST LOGON COMMANDS - run once, elevated, as labadmin.
|
FIRST LOGON COMMANDS - run once, elevated, as silviodante.
|
||||||
=============================================================== -->
|
=============================================================== -->
|
||||||
<FirstLogonCommands>
|
<FirstLogonCommands>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue