mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Add a complete OOBE configuration to unattend.xml
ProtectYourPC=3 enforces the most privacy respecting options, without prompting the user during install. The combination of HideOEMRegistrationScreen=true and NeworkLocation=Home with HideLocalAccountScreen=false and HideOnlineAccounts=false allows for local and online account creation but prevents scenarios where online account only authentication is made a hard requirement. SkipUserOOBE and SkipMachineOOBE are documented as deprecated, but both must be set to false otherwise the install will complete automatically without creating any user accounts, of any kind.
This commit is contained in:
		
							parent
							
								
									fac46863c3
								
							
						
					
					
						commit
						8cec043b1d
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								quickget
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								quickget
									
										
									
									
									
								
							|  | @ -632,8 +632,18 @@ function unattended_windows() { | ||||||
|       xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" |       xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" | ||||||
|       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||||||
|       <OOBE> |       <OOBE> | ||||||
|  |         <HideEULAPage>true</HideEULAPage> | ||||||
|  |         <HideLocalAccountScreen>false</HideLocalAccountScreen> | ||||||
|         <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> |         <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> | ||||||
|  |         <HideOnlineAccountScreens>false</HideOnlineAccountScreens> | ||||||
|         <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> |         <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> | ||||||
|  |         <NetworkLocation>Home</NetworkLocation> | ||||||
|  |         <ProtectYourPC>3</ProtectYourPC> | ||||||
|  |         <SkipUserOOBE>false</SkipUserOOBE> | ||||||
|  |         <SkipMachineOOBE>false</SkipMachineOOBE> | ||||||
|  |         <VMModeOptimizations> | ||||||
|  |           <SkipWinREInitialization>true</SkipWinREInitialization> | ||||||
|  |         </VMModeOptimizations> | ||||||
|       </OOBE> |       </OOBE> | ||||||
|       <FirstLogonCommands> |       <FirstLogonCommands> | ||||||
|         <SynchronousCommand wcm:action="add"> |         <SynchronousCommand wcm:action="add"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue