-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added update to PC and sysprep.xml to correct stuck packer during shu…
…tdown
- Loading branch information
1 parent
285c06d
commit 21548ed
Showing
1 changed file
with
62 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,62 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<unattend xmlns="urn:schemas-microsoft-com:unattend"> | ||
|
||
<settings pass="oobeSystem"> | ||
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<InputLocale>en-US</InputLocale> | ||
<SystemLocale>en-US</SystemLocale> | ||
<UILanguage>en-US</UILanguage> | ||
<UserLocale>en-US</UserLocale> | ||
</component> | ||
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<OOBE> | ||
<HideEULAPage>true</HideEULAPage> | ||
<SkipMachineOOBE>true</SkipMachineOOBE> | ||
<SkipUserOOBE>true</SkipUserOOBE> | ||
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> | ||
<NetworkLocation>Other</NetworkLocation> | ||
<ProtectYourPC>3</ProtectYourPC> | ||
</OOBE> | ||
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled> | ||
<TimeZone>UTC</TimeZone> | ||
<RegisteredOrganization>Outscale.com</RegisteredOrganization> | ||
<RegisteredOwner>Outscale</RegisteredOwner> | ||
|
||
<UserAccounts> | ||
<AdministratorPassword> | ||
<Value>QQB4AGUAJgAzAGIANABnACEAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value> | ||
<PlainText>false</PlainText> | ||
</AdministratorPassword> | ||
</UserAccounts> | ||
<AutoLogon> | ||
<Password> | ||
<Value>QQB4AGUAJgAzAGIANABnACEAUABhAHMAcwB3AG8AcgBkAA==</Value> | ||
<PlainText>false</PlainText> | ||
</Password> | ||
<LogonCount>1</LogonCount> | ||
<Enabled>true</Enabled> | ||
<Username>Administrator</Username> | ||
</AutoLogon> | ||
</component> | ||
</settings> | ||
|
||
<settings pass="specialize"> | ||
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<CopyProfile>true</CopyProfile> | ||
<RegisteredOrganization>Outscale</RegisteredOrganization> | ||
<TimeZone>UTC</TimeZone> | ||
</component> | ||
<component name="Microsoft-Windows-ServerManager-SvrMgrNc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon> | ||
</component> | ||
</settings> | ||
</unattend> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<unattend xmlns="urn:schemas-microsoft-com:unattend"> | ||
|
||
<settings pass="oobeSystem"> | ||
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<InputLocale>en-US</InputLocale> | ||
<SystemLocale>en-US</SystemLocale> | ||
<UILanguage>en-US</UILanguage> | ||
<UserLocale>en-US</UserLocale> | ||
</component> | ||
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<OOBE> | ||
<HideEULAPage>true</HideEULAPage> | ||
<SkipMachineOOBE>true</SkipMachineOOBE> | ||
<SkipUserOOBE>true</SkipUserOOBE> | ||
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> | ||
<NetworkLocation>Other</NetworkLocation> | ||
<ProtectYourPC>3</ProtectYourPC> | ||
</OOBE> | ||
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled> | ||
<TimeZone>UTC</TimeZone> | ||
<RegisteredOrganization>Outscale.com</RegisteredOrganization> | ||
<RegisteredOwner>Outscale</RegisteredOwner> | ||
|
||
<UserAccounts> | ||
<AdministratorPassword> | ||
<Value>QQB4AGUAJgAzAGIANABnACEAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value> | ||
<PlainText>false</PlainText> | ||
</AdministratorPassword> | ||
</UserAccounts> | ||
<AutoLogon> | ||
<Password> | ||
<Value>QQB4AGUAJgAzAGIANABnACEAUABhAHMAcwB3AG8AcgBkAA==</Value> | ||
<PlainText>false</PlainText> | ||
</Password> | ||
<LogonCount>1</LogonCount> | ||
<Enabled>true</Enabled> | ||
<Username>Administrator</Username> | ||
</AutoLogon> | ||
</component> | ||
</settings> | ||
|
||
<settings pass="specialize"> | ||
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<CopyProfile>true</CopyProfile> | ||
<RegisteredOrganization>Outscale</RegisteredOrganization> | ||
<TimeZone>UTC</TimeZone> | ||
</component> | ||
<component name="Microsoft-Windows-ServerManager-SvrMgrNc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon> | ||
</component> | ||
</settings> | ||
<settings pass="generalize"> | ||
<component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SkipRearm>1</SkipRearm> | ||
</component> | ||
<component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> | ||
<DoNotCleanUpNonPresentDevices>true</DoNotCleanUpNonPresentDevices> | ||
</component> | ||
</settings> | ||
</unattend> |