42 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <unattend xmlns="urn:schemas-microsoft-com:unattend">
 | |
|     <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>0</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>false</PersistAllDeviceInstalls>
 | |
|             <DoNotCleanUpNonPresentDevices>false</DoNotCleanUpNonPresentDevices>
 | |
|         </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">
 | |
|             <OOBE>
 | |
|                 <HideEULAPage>true</HideEULAPage>
 | |
|                 <ProtectYourPC>3</ProtectYourPC>
 | |
|                 <NetworkLocation>Work</NetworkLocation>
 | |
|                 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
 | |
|                 <SkipUserOOBE>true</SkipUserOOBE>
 | |
|                 <SkipMachineOOBE>true</SkipMachineOOBE>
 | |
|             </OOBE>
 | |
|             <AutoLogon>
 | |
|                 <Password>
 | |
|                     <Value>vagrant</Value>
 | |
|                     <PlainText>true</PlainText>
 | |
|                 </Password>
 | |
|                 <Enabled>true</Enabled>
 | |
|                 <LogonCount>1</LogonCount>
 | |
|                 <Username>vagrant</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">
 | |
|             <ComputerName>vagrant-2016</ComputerName>
 | |
|             <CopyProfile>false</CopyProfile>
 | |
|         </component>
 | |
|     </settings>
 | |
| </unattend>
 | 
