mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Collapse component in unattended.xml
This commit is contained in:
		
							parent
							
								
									7ce97daf27
								
							
						
					
					
						commit
						4e836b78fe
					
				
					 1 changed files with 8 additions and 52 deletions
				
			
		
							
								
								
									
										60
									
								
								quickget
									
										
									
									
									
								
							
							
						
						
									
										60
									
								
								quickget
									
										
									
									
									
								
							|  | @ -1448,44 +1448,22 @@ function unattended_windows() { | |||
|        https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/ | ||||
|   --> | ||||
|   <settings pass="offlineServicing"> | ||||
|     <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"> | ||||
|     <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>*</ComputerName> | ||||
|     </component> | ||||
|   </settings> | ||||
| 
 | ||||
|   <settings pass="generalize"> | ||||
|     <component name="Microsoft-Windows-PnPSysprep" | ||||
|       processorArchitecture="amd64" | ||||
|       publicKeyToken="31bf3856ad364e35" | ||||
|       language="neutral" | ||||
|       versionScope="nonSxS"> | ||||
|     <component name="Microsoft-Windows-PnPSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> | ||||
|       <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> | ||||
|     </component> | ||||
|   </settings> | ||||
| 
 | ||||
|   <settings pass="specialize"> | ||||
|     <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"> | ||||
|     <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-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"> | ||||
|     <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>*</ComputerName> | ||||
|       <OEMInformation> | ||||
|         <Manufacturer>Quickemu Project</Manufacturer> | ||||
|  | @ -1497,25 +1475,13 @@ function unattended_windows() { | |||
|       </OEMInformation> | ||||
|       <OEMName>Quickemu Project</OEMName> | ||||
|     </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"> | ||||
|     <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> | ||||
|   </settings> | ||||
| 
 | ||||
|   <settings pass="windowsPE"> | ||||
|     <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"> | ||||
|     <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"> | ||||
|       <Diagnostics> | ||||
|         <OptIn>false</OptIn> | ||||
|       </Diagnostics> | ||||
|  | @ -1625,11 +1591,7 @@ function unattended_windows() { | |||
|       </UserData> | ||||
|     </component> | ||||
| 
 | ||||
|     <component name="Microsoft-Windows-PnpCustomizationsWinPE" | ||||
|       publicKeyToken="31bf3856ad364e35" | ||||
|       language="neutral" | ||||
|       versionScope="nonSxS" | ||||
|       processorArchitecture="amd64"> | ||||
|     <component name="Microsoft-Windows-PnpCustomizationsWinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||||
|       <!-- | ||||
|            This makes the VirtIO drivers available to Windows, assuming that | ||||
|            the VirtIO driver disk is available as drive E: | ||||
|  | @ -1677,13 +1639,7 @@ function unattended_windows() { | |||
|   </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"> | ||||
|     <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> | ||||
|         <HideLocalAccountScreen>false</HideLocalAccountScreen> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue