|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<unattend xmlns="urn:schemas-microsoft-com:unattend"> |
| 3 | + <settings pass="windowsPE"> |
| 4 | + <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" |
| 5 | + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |
| 6 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 7 | + <SetupUILanguage> |
| 8 | + <UILanguage>de-de</UILanguage> |
| 9 | + </SetupUILanguage> |
| 10 | + <InputLocale>0807:00000807</InputLocale> |
| 11 | + <UILanguage>de-de</UILanguage> |
| 12 | + <UILanguageFallback>en-US</UILanguageFallback> |
| 13 | + <UserLocale>de-CH</UserLocale> |
| 14 | + <SystemLocale>en-US</SystemLocale> |
| 15 | + </component> |
| 16 | + <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" |
| 17 | + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |
| 18 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 19 | + <DiskConfiguration> |
| 20 | + <Disk wcm:action="add"> |
| 21 | + <CreatePartitions> |
| 22 | + <CreatePartition wcm:action="add"> |
| 23 | + <Order>1</Order> |
| 24 | + <Size>300</Size> |
| 25 | + <Type>Primary</Type> |
| 26 | + </CreatePartition> |
| 27 | + <CreatePartition wcm:action="add"> |
| 28 | + <Order>2</Order> |
| 29 | + <Size>100</Size> |
| 30 | + <Type>EFI</Type> |
| 31 | + </CreatePartition> |
| 32 | + <CreatePartition wcm:action="add"> |
| 33 | + <Order>3</Order> |
| 34 | + <Size>128</Size> |
| 35 | + <Type>MSR</Type> |
| 36 | + </CreatePartition> |
| 37 | + <CreatePartition wcm:action="add"> |
| 38 | + <Order>4</Order> |
| 39 | + <Extend>true</Extend> |
| 40 | + <Type>Primary</Type> |
| 41 | + </CreatePartition> |
| 42 | + </CreatePartitions> |
| 43 | + <ModifyPartitions> |
| 44 | + <!-- Windows RE Tools partition --> |
| 45 | + <ModifyPartition wcm:action="add"> |
| 46 | + <Order>1</Order> |
| 47 | + <PartitionID>1</PartitionID> |
| 48 | + <Label>WinRE</Label> |
| 49 | + <Format>NTFS</Format> |
| 50 | + <TypeID>de94bba4-06d1-4d40-a16a-bfd50179d6ac</TypeID> |
| 51 | + </ModifyPartition> |
| 52 | + <!-- System partition (ESP) --> |
| 53 | + <ModifyPartition wcm:action="add"> |
| 54 | + <Order>2</Order> |
| 55 | + <PartitionID>2</PartitionID> |
| 56 | + <Label>System</Label> |
| 57 | + <Format>FAT32</Format> |
| 58 | + </ModifyPartition> |
| 59 | + <!-- Windows partition --> |
| 60 | + <ModifyPartition wcm:action="add"> |
| 61 | + <Order>3</Order> |
| 62 | + <PartitionID>4</PartitionID> |
| 63 | + <Label>Windows</Label> |
| 64 | + <Letter>C</Letter> |
| 65 | + <Format>NTFS</Format> |
| 66 | + </ModifyPartition> |
| 67 | + </ModifyPartitions> |
| 68 | + <DiskID>0</DiskID> |
| 69 | + <WillWipeDisk>true</WillWipeDisk> |
| 70 | + </Disk> |
| 71 | + <WillShowUI>OnError</WillShowUI> |
| 72 | + </DiskConfiguration> |
| 73 | + <ImageInstall> |
| 74 | + <OSImage> |
| 75 | + <InstallTo> |
| 76 | + <DiskID>0</DiskID> |
| 77 | + <PartitionID>4</PartitionID> |
| 78 | + </InstallTo> |
| 79 | + <WillShowUI>OnError</WillShowUI> |
| 80 | + <InstallFrom> |
| 81 | + <MetaData wcm:action="add"> |
| 82 | + <Key>/image/name</Key> |
| 83 | + <Value>Windows 10 Enterprise</Value> |
| 84 | + </MetaData> |
| 85 | + </InstallFrom> |
| 86 | + </OSImage> |
| 87 | + </ImageInstall> |
| 88 | + <UserData> |
| 89 | + <AcceptEula>true</AcceptEula> |
| 90 | + <ProductKey> |
| 91 | + <Key></Key> |
| 92 | + <WillShowUI>OnError</WillShowUI> |
| 93 | + </ProductKey> |
| 94 | + </UserData> |
| 95 | + </component> |
| 96 | + </settings> |
| 97 | + <settings pass="specialize"> |
| 98 | + <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" |
| 99 | + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |
| 100 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 101 | + <LocalIntranetSites>*.internal.loc</LocalIntranetSites> |
| 102 | + <Home_Page>https://www.google.ch</Home_Page> |
| 103 | + <DisableFirstRunWizard>true</DisableFirstRunWizard> |
| 104 | + </component> |
| 105 | + <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" |
| 106 | + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |
| 107 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 108 | + <TimeZone>W. Europe Standard Time</TimeZone> |
| 109 | + <RegisteredOrganization>Zander Tools</RegisteredOrganization> |
| 110 | + <RegisteredOwner>Zander Tools</RegisteredOwner> |
| 111 | + </component> |
| 112 | + <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" |
| 113 | + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |
| 114 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 115 | + <InputLocale>0807:00000807</InputLocale> |
| 116 | + <SystemLocale>en-US</SystemLocale> |
| 117 | + <UserLocale>de-CH</UserLocale> |
| 118 | + </component> |
| 119 | + <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" |
| 120 | + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |
| 121 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 122 | + <RunSynchronous> |
| 123 | + <RunSynchronousCommand wcm:action="add"> |
| 124 | + <Path>powershell.exe -noprofile -command set-executionpolicy bypass -force</Path> |
| 125 | + <Order>1</Order> |
| 126 | + <Description>PowerShell Execution Policy...</Description> |
| 127 | + </RunSynchronousCommand> |
| 128 | + <RunSynchronousCommand wcm:action="add"> |
| 129 | + <Path>powershell.exe -noprofile -File c:\windows\setup\scripts\removeapps.ps1</Path> |
| 130 | + <Order>2</Order> |
| 131 | + <Description>Cleaning preinstalled Apps...</Description> |
| 132 | + </RunSynchronousCommand> |
| 133 | + <RunSynchronousCommand wcm:action="add"> |
| 134 | + <Path>powershell.exe -noprofile -File c:\windows\setup\scripts\StartLayout.ps1</Path> |
| 135 | + <Order>3</Order> |
| 136 | + <Description>Setting Start-Layout...</Description> |
| 137 | + </RunSynchronousCommand> |
| 138 | + <RunSynchronousCommand wcm:action="add"> |
| 139 | + <Order>4</Order> |
| 140 | + <Description>Installing Provisioning Package...</Description> |
| 141 | + <Path>powershell.exe -noprofile -File c:\windows\setup\scripts\PolicyPPKG.ps1</Path> |
| 142 | + <WillReboot>Never</WillReboot> |
| 143 | + </RunSynchronousCommand> |
| 144 | + </RunSynchronous> |
| 145 | + </component> |
| 146 | + <component name="Microsoft-Windows-TPM-Tasks" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" |
| 147 | + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |
| 148 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 149 | + <ClearTpm>1</ClearTpm> |
| 150 | + </component> |
| 151 | + </settings> |
| 152 | + <settings pass="auditUser"> |
| 153 | + <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" |
| 154 | + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |
| 155 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 156 | + <RunSynchronous> |
| 157 | + <RunSynchronousCommand wcm:action="add"> |
| 158 | + <Order>1</Order> |
| 159 | + <Path>powershell.exe -noprofile -File c:\windows\setup\scripts\AutoPilot.ps1</Path> |
| 160 | + <WillReboot>Never</WillReboot> |
| 161 | + <Description>Register AutoPilot...</Description> |
| 162 | + </RunSynchronousCommand> |
| 163 | + <RunSynchronousCommand wcm:action="add"> |
| 164 | + <Description>Copy Files...</Description> |
| 165 | + <Path>powershell.exe -noprofile -command move-item c:\windows\temp\* $env:temp;exit(0)</Path> |
| 166 | + <Order>2</Order> |
| 167 | + </RunSynchronousCommand> |
| 168 | + <RunSynchronousCommand wcm:action="add"> |
| 169 | + <Description>Installing VCRedist...</Description> |
| 170 | + <Path>"%programFiles%\zander tools\RZUpdate.exe" "VCRedist2013x64";"VCRedist2013x86";"VCRedist2017x64";"VCRedist2017x86";"RuckZuck provider for OneGet"</Path> |
| 171 | + <Order>3</Order> |
| 172 | + </RunSynchronousCommand> |
| 173 | + <RunSynchronousCommand wcm:action="add"> |
| 174 | + <Description>Installing 7-Zip...</Description> |
| 175 | + <Path>"%programFiles%\zander tools\RZUpdate.exe" "7-Zip"</Path> |
| 176 | + <Order>4</Order> |
| 177 | + <WillReboot>Never</WillReboot> |
| 178 | + </RunSynchronousCommand> |
| 179 | + <RunSynchronousCommand wcm:action="add"> |
| 180 | + <Order>5</Order> |
| 181 | + <Path>powershell.exe -noprofile -File c:\windows\setup\scripts\Office.ps1</Path> |
| 182 | + <Description>Installing Office365</Description> |
| 183 | + <WillReboot>Never</WillReboot> |
| 184 | + </RunSynchronousCommand> |
| 185 | + <RunSynchronousCommand wcm:action="add"> |
| 186 | + <Order>6</Order> |
| 187 | + <Path>"%programFiles%\zander tools\RZUpdate.exe" "Google Chrome"</Path> |
| 188 | + <Description>Installing Google Chrome...</Description> |
| 189 | + </RunSynchronousCommand> |
| 190 | + <RunSynchronousCommand wcm:action="add"> |
| 191 | + <Order>7</Order> |
| 192 | + <Path>"%programFiles%\zander tools\RZUpdate.exe" "Code"</Path> |
| 193 | + <Description>Installing VS Code...</Description> |
| 194 | + </RunSynchronousCommand> |
| 195 | + <RunSynchronousCommand wcm:action="add"> |
| 196 | + <Order>8</Order> |
| 197 | + <Path>"%programFiles%\zander tools\RZUpdate.exe" "AdobeReader DC MUI"</Path> |
| 198 | + <Description>Installing AdobeReader DC MUI...</Description> |
| 199 | + </RunSynchronousCommand> |
| 200 | + <RunSynchronousCommand wcm:action="add"> |
| 201 | + <Order>9</Order> |
| 202 | + <Path>powershell.exe -noprofile -command "& { Invoke-RestMethod -Uri "https://jaindb.azurewebsites.net/getps" | Invoke-Expression }"</Path> |
| 203 | + <WillReboot>Never</WillReboot> |
| 204 | + <Description>JainDB Inventory</Description> |
| 205 | + </RunSynchronousCommand> |
| 206 | + <RunSynchronousCommand wcm:action="add"> |
| 207 | + <Order>10</Order> |
| 208 | + <Path>msiexec -i https://devcdr.azurewebsites.net/DevCDRAgent.msi INSTANCE=test /qn REBOOT=REALLYSUPPRESS</Path> |
| 209 | + <WillReboot>Never</WillReboot> |
| 210 | + <Description>DeviceCommander Agent...</Description> |
| 211 | + </RunSynchronousCommand> |
| 212 | + <RunSynchronousCommand wcm:action="add"> |
| 213 | + <Order>11</Order> |
| 214 | + <Path>powershell.exe -noprofile -File c:\windows\setup\scripts\BootOOBE.ps1</Path> |
| 215 | + <WillReboot>Never</WillReboot> |
| 216 | + <Description>Prepare OOBE</Description> |
| 217 | + </RunSynchronousCommand> |
| 218 | + </RunSynchronous> |
| 219 | + </component> |
| 220 | + </settings> |
| 221 | + <settings pass="oobeSystem"> |
| 222 | + <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" |
| 223 | + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |
| 224 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 225 | + <OOBE> |
| 226 | + <HideEULAPage>true</HideEULAPage> |
| 227 | + <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> |
| 228 | + <HideOnlineAccountScreens>true</HideOnlineAccountScreens> |
| 229 | + <HideLocalAccountScreen>true</HideLocalAccountScreen> |
| 230 | + <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> |
| 231 | + <ProtectYourPC>3</ProtectYourPC> |
| 232 | + <SkipMachineOOBE>true</SkipMachineOOBE> |
| 233 | + <SkipUserOOBE>true</SkipUserOOBE> |
| 234 | + <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo> |
| 235 | + </OOBE> |
| 236 | + </component> |
| 237 | + <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" |
| 238 | + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |
| 239 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 240 | + <Reseal> |
| 241 | + <Mode>Audit</Mode> |
| 242 | + <ForceShutdownNow>false</ForceShutdownNow> |
| 243 | + </Reseal> |
| 244 | + </component> |
| 245 | + </settings> |
| 246 | + <settings pass="offlineServicing"> |
| 247 | + <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" |
| 248 | + xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |
| 249 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 250 | + <DriverPaths> |
| 251 | + <PathAndCredentials wcm:action="add" wcm:keyValue="1"> |
| 252 | + <Credentials /> |
| 253 | + <Path>C:\Drivers</Path> |
| 254 | + </PathAndCredentials> |
| 255 | + <PathAndCredentials wcm:action="add" wcm:keyValue="2"> |
| 256 | + <Credentials /> |
| 257 | + <Path>D:\Drivers</Path> |
| 258 | + </PathAndCredentials> |
| 259 | + <PathAndCredentials wcm:action="add" wcm:keyValue="23"> |
| 260 | + <Credentials /> |
| 261 | + <Path>E:\Drivers</Path> |
| 262 | + </PathAndCredentials> |
| 263 | + </DriverPaths> |
| 264 | + </component> |
| 265 | + </settings> |
| 266 | + <cpi:offlineImage cpi:source="catalog://nuc1/dw10x/sources/install_windows 10 enterprise.clg" |
| 267 | + xmlns:cpi="urn:schemas-microsoft-com:cpi" /> |
| 268 | +</unattend> |
0 commit comments