2023-06-12 17:12:21 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<unattend xmlns="urn:schemas-microsoft-com:unattend">
|
|
|
|
<settings pass="windowsPE">
|
|
|
|
<component name="Microsoft-Windows-International-Core-WinPE" 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">
|
|
|
|
<SetupUILanguage>
|
|
|
|
<UILanguage>en-US</UILanguage>
|
|
|
|
</SetupUILanguage>
|
|
|
|
<InputLocale>0807:00000807</InputLocale>
|
|
|
|
<SystemLocale>en-US</SystemLocale>
|
|
|
|
<UILanguage>en-US</UILanguage>
|
|
|
|
<UILanguageFallback>en-US</UILanguageFallback>
|
|
|
|
<UserLocale>en-US</UserLocale>
|
|
|
|
</component>
|
|
|
|
<component name="Microsoft-Windows-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">
|
|
|
|
<DiskConfiguration>
|
|
|
|
<Disk wcm:action="add">
|
|
|
|
<DiskID>0</DiskID>
|
|
|
|
<WillWipeDisk>true</WillWipeDisk>
|
|
|
|
<CreatePartitions>
|
|
|
|
<!-- Windows RE Tools partition -->
|
|
|
|
<CreatePartition wcm:action="add">
|
|
|
|
<Order>1</Order>
|
|
|
|
<Type>Primary</Type>
|
|
|
|
<Size>300</Size>
|
|
|
|
</CreatePartition>
|
|
|
|
<!-- System partition (ESP) -->
|
|
|
|
<CreatePartition wcm:action="add">
|
|
|
|
<Order>2</Order>
|
|
|
|
<Type>EFI</Type>
|
|
|
|
<Size>100</Size>
|
|
|
|
</CreatePartition>
|
|
|
|
<!-- Microsoft reserved partition (MSR) -->
|
|
|
|
<CreatePartition wcm:action="add">
|
|
|
|
<Order>3</Order>
|
|
|
|
<Type>MSR</Type>
|
|
|
|
<Size>128</Size>
|
|
|
|
</CreatePartition>
|
|
|
|
<!-- Windows partition -->
|
|
|
|
<CreatePartition wcm:action="add">
|
|
|
|
<Order>4</Order>
|
|
|
|
<Type>Primary</Type>
|
|
|
|
<Extend>true</Extend>
|
|
|
|
</CreatePartition>
|
|
|
|
</CreatePartitions>
|
|
|
|
<ModifyPartitions>
|
|
|
|
<!-- Windows RE Tools partition -->
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>1</Order>
|
|
|
|
<PartitionID>1</PartitionID>
|
|
|
|
<Label>WINRE</Label>
|
|
|
|
<Format>NTFS</Format>
|
|
|
|
<TypeID>de94bba4-06d1-4d40-a16a-bfd50179d6ac</TypeID>
|
|
|
|
</ModifyPartition>
|
|
|
|
<!-- System partition (ESP) -->
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>2</Order>
|
|
|
|
<PartitionID>2</PartitionID>
|
|
|
|
<Label>System</Label>
|
|
|
|
<Format>FAT32</Format>
|
|
|
|
</ModifyPartition>
|
|
|
|
<!-- MSR partition does not need to be modified -->
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>3</Order>
|
|
|
|
<PartitionID>3</PartitionID>
|
|
|
|
</ModifyPartition>
|
|
|
|
<!-- Windows partition -->
|
|
|
|
<ModifyPartition wcm:action="add">
|
|
|
|
<Order>4</Order>
|
|
|
|
<PartitionID>4</PartitionID>
|
|
|
|
<Label>OS</Label>
|
|
|
|
<Letter>C</Letter>
|
|
|
|
<Format>NTFS</Format>
|
|
|
|
</ModifyPartition>
|
|
|
|
</ModifyPartitions>
|
|
|
|
</Disk>
|
|
|
|
<WillShowUI>OnError</WillShowUI>
|
|
|
|
</DiskConfiguration>
|
|
|
|
<ImageInstall>
|
|
|
|
<OSImage>
|
|
|
|
<InstallTo>
|
|
|
|
<DiskID>0</DiskID>
|
|
|
|
<PartitionID>4</PartitionID>
|
|
|
|
</InstallTo>
|
|
|
|
</OSImage>
|
|
|
|
</ImageInstall>
|
|
|
|
<UserData>
|
|
|
|
<ProductKey>
|
|
|
|
<Key></Key>
|
|
|
|
<WillShowUI>Never</WillShowUI>
|
|
|
|
</ProductKey>
|
|
|
|
<AcceptEula>true</AcceptEula>
|
|
|
|
<FullName>Admin</FullName>
|
|
|
|
<Organization></Organization>
|
|
|
|
</UserData>
|
|
|
|
</component>
|
|
|
|
</settings>
|
|
|
|
<settings pass="offlineServicing">
|
|
|
|
<component name="Microsoft-Windows-LUA-Settings" 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">
|
|
|
|
<EnableLUA>false</EnableLUA>
|
|
|
|
</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>
|
|
|
|
</settings>
|
|
|
|
<settings pass="specialize">
|
|
|
|
<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>0807:00000807</InputLocale>
|
|
|
|
<SystemLocale>en-US</SystemLocale>
|
|
|
|
<UILanguage>en-US</UILanguage>
|
|
|
|
<UILanguageFallback>en-US</UILanguageFallback>
|
|
|
|
<UserLocale>en-US</UserLocale>
|
|
|
|
</component>
|
|
|
|
<component name="Microsoft-Windows-Security-SPP-UX" 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">
|
|
|
|
<SkipAutoActivation>true</SkipAutoActivation>
|
|
|
|
</component>
|
|
|
|
<component name="Microsoft-Windows-SQMApi" 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">
|
|
|
|
<CEIPEnabled>0</CEIPEnabled>
|
|
|
|
</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">
|
2023-06-21 19:32:09 +00:00
|
|
|
<ComputerName></ComputerName>
|
2023-06-12 17:12:21 +00:00
|
|
|
<ProductKey>W269N-WFGWX-YVC9B-4J6C9-T83GX</ProductKey>
|
|
|
|
</component>
|
|
|
|
</settings>
|
|
|
|
<settings pass="oobeSystem">
|
|
|
|
<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">
|
|
|
|
<AutoLogon>
|
|
|
|
<Password>
|
|
|
|
<Value></Value>
|
|
|
|
<PlainText>true</PlainText>
|
|
|
|
</Password>
|
|
|
|
<Enabled>true</Enabled>
|
|
|
|
<Username>Admin</Username>
|
|
|
|
</AutoLogon>
|
|
|
|
<OOBE>
|
|
|
|
<HideEULAPage>true</HideEULAPage>
|
|
|
|
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
|
|
|
|
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
|
|
|
|
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
|
|
|
|
<NetworkLocation>Home</NetworkLocation>
|
|
|
|
<SkipUserOOBE>true</SkipUserOOBE>
|
|
|
|
<SkipMachineOOBE>true</SkipMachineOOBE>
|
|
|
|
<ProtectYourPC>1</ProtectYourPC>
|
|
|
|
</OOBE>
|
|
|
|
<UserAccounts>
|
|
|
|
<LocalAccounts>
|
|
|
|
<LocalAccount wcm:action="add">
|
|
|
|
<Password>
|
|
|
|
<Value></Value>
|
|
|
|
<PlainText>true</PlainText>
|
|
|
|
</Password>
|
|
|
|
<Description></Description>
|
|
|
|
<DisplayName>Admin</DisplayName>
|
|
|
|
<Group>Administrators</Group>
|
|
|
|
<Name>Admin</Name>
|
|
|
|
</LocalAccount>
|
|
|
|
</LocalAccounts>
|
|
|
|
</UserAccounts>
|
|
|
|
<RegisteredOrganization></RegisteredOrganization>
|
|
|
|
<RegisteredOwner>Admin</RegisteredOwner>
|
|
|
|
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
|
|
|
|
<FirstLogonCommands>
|
2023-06-21 19:32:09 +00:00
|
|
|
<!-- <SynchronousCommand wcm:action="add">
|
2023-06-12 17:12:21 +00:00
|
|
|
<Description>Control Panel View</Description>
|
|
|
|
<Order>1</Order>
|
|
|
|
<CommandLine>reg add
|
|
|
|
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel"
|
|
|
|
/v StartupPage /t REG_DWORD /d 1 /f</CommandLine>
|
|
|
|
<RequiresUserInput>true</RequiresUserInput>
|
2023-06-21 19:32:09 +00:00
|
|
|
</SynchronousCommand> -->
|
|
|
|
<!-- <SynchronousCommand wcm:action="add">
|
2023-06-12 17:12:21 +00:00
|
|
|
<Order>2</Order>
|
|
|
|
<Description>Control Panel Icon Size</Description>
|
|
|
|
<RequiresUserInput>false</RequiresUserInput>
|
|
|
|
<CommandLine>reg add
|
|
|
|
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel"
|
|
|
|
/v AllItemsIconView /t REG_DWORD /d 0 /f</CommandLine>
|
2023-06-21 19:32:09 +00:00
|
|
|
</SynchronousCommand> -->
|
2023-06-12 17:12:21 +00:00
|
|
|
<SynchronousCommand wcm:action="add">
|
2023-06-21 19:32:09 +00:00
|
|
|
<Order>1</Order>
|
2023-06-25 09:50:39 +00:00
|
|
|
<RequiresUserInput>true</RequiresUserInput>
|
2023-06-21 19:32:09 +00:00
|
|
|
<CommandLine>cmd /C wmic useraccount where name="Admin" set PasswordExpires=false</CommandLine>
|
2023-06-12 17:12:21 +00:00
|
|
|
<Description>Password Never Expires</Description>
|
|
|
|
</SynchronousCommand>
|
|
|
|
<SynchronousCommand wcm:action="add">
|
2023-06-21 19:32:09 +00:00
|
|
|
<Order>2</Order>
|
2023-06-12 17:12:21 +00:00
|
|
|
<RequiresUserInput>false</RequiresUserInput>
|
2023-06-12 17:39:22 +00:00
|
|
|
<CommandLine>powershell -c "Set-ExecutionPolicy -Force Bypass"</CommandLine>
|
2023-06-21 19:32:09 +00:00
|
|
|
<Description>Allow PowerShell scripts from anywhere.</Description>
|
2023-06-12 17:12:21 +00:00
|
|
|
</SynchronousCommand>
|
|
|
|
<SynchronousCommand wcm:action="add">
|
2023-06-21 19:32:09 +00:00
|
|
|
<Order>3</Order>
|
2023-06-12 17:12:21 +00:00
|
|
|
<RequiresUserInput>false</RequiresUserInput>
|
2023-06-12 22:50:10 +00:00
|
|
|
<CommandLine>powershell -c
|
|
|
|
Set-ExecutionPolicy Bypass -Scope Process -Force;
|
|
|
|
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
|
|
|
|
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'));
|
|
|
|
|
|
|
|
Import-Module $env:ChocolateyInstall/helpers/chocolateyProfile.psm1;
|
|
|
|
|
|
|
|
choco install -y git --params='/WindowsTerminalProfile /DefaultBranchName:main';
|
|
|
|
choco install -y powershell-core --install-arguments='"ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1"';
|
|
|
|
refreshenv;
|
2023-06-23 18:18:21 +00:00
|
|
|
|
2023-06-23 22:39:38 +00:00
|
|
|
cd C:/;
|
2023-06-21 19:32:09 +00:00
|
|
|
git clone https://git.nuth.ch/manuth/PortValhalla.git;</CommandLine>
|
|
|
|
<Description>Install PowerShell Core and git and run setup</Description>
|
2023-06-12 17:12:21 +00:00
|
|
|
</SynchronousCommand>
|
|
|
|
</FirstLogonCommands>
|
|
|
|
<TimeZone>W. Europe Standard Time</TimeZone>
|
|
|
|
</component>
|
|
|
|
</settings>
|
|
|
|
</unattend>
|