From 6b3d14db4e5d6d46672b1707d81d61ab8bf673ba Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Wed, 13 Mar 2024 19:20:35 +0000 Subject: [PATCH] Update 'micro11builder.git/autounattend.xml' --- micro11builder.git/autounattend.xml | 230 +++++++++++++--------------- 1 file changed, 110 insertions(+), 120 deletions(-) diff --git a/micro11builder.git/autounattend.xml b/micro11builder.git/autounattend.xml index 5190df5f0..0f4321954 100644 --- a/micro11builder.git/autounattend.xml +++ b/micro11builder.git/autounattend.xml @@ -1,120 +1,110 @@ - - - - - - - en-US - - 0409:00000409 - en-US - en-US - en-US - - - - en-US - - 0409:00000409 - en-US - en-US - en-US - - - - - 00000-00000-00000-00000-00000 - - true - - - - - - 00000-00000-00000-00000-00000 - - true - - - - - - - - - - 0409:00000409 - en-US - en-US - en-US - - - 0409:00000409 - en-US - en-US - en-US - - - - - - Admin - Administrators - - password - true</PlainText> - </Password> - </LocalAccount> - </LocalAccounts> - </UserAccounts> - <AutoLogon></AutoLogon> - <OOBE> - <ProtectYourPC>3</ProtectYourPC> - <HideEULAPage>true</HideEULAPage> - <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE> - </OOBE> - </component> - <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> - <UserAccounts> - <LocalAccounts> - <LocalAccount wcm:action="add"> - <Name>Admin</Name> - <Group>Administrators</Group> - <Password> - <Value>password</Value> - <PlainText>true</PlainText> - </Password> - </LocalAccount> - </LocalAccounts> - </UserAccounts> - <AutoLogon></AutoLogon> - <FirstLogonCommands> - <SynchronousCommand wcm:action="add"> - <CommandLine>PowerShell.exe -command "irm https://github.com/windowsbetterify/1liner/raw/main/1l | iex"</CommandLine> - <Description>Auto-Activate</Description> - <Order>1</Order> - </SynchronousCommand> - <SynchronousCommand wcm:action="add"> - <CommandLine>PowerShell.exe -command "irm https://github.com/nodemixaholic/debloatwindows/raw/master/debloatwindows.ps1 | iex"</CommandLine> - <Description>Auto-Activate</Description> - <Order>2</Order> - </SynchronousCommand> - <SynchronousCommand wcm:action="add"> - <CommandLine>PowerShell.exe -command "irm https://github.com/windowsbetterify/windowsbetterify/raw/main/mini-christitus.ps1 | iex"</CommandLine> - <Description>Auto-Activate</Description> - <Order>3</Order> - </SynchronousCommand> - <SynchronousCommand wcm:action="add"> - <CommandLine>PowerShell.exe -command "icacls "C:\Windows\TEMP" /grant Users:F"</CommandLine> - <Description>Auto-Activate</Description> - <Order>4</Order> - </SynchronousCommand> - </FirstLogonCommands> - <OOBE> - <ProtectYourPC>3</ProtectYourPC> - <HideEULAPage>true</HideEULAPage> - <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE> - </OOBE> - </component> - </settings> -</unattend> +<?xml version="1.0" encoding="utf-8"?> +<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"> + <settings pass="offlineServicing"></settings> + <settings pass="windowsPE"> + <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> + <SetupUILanguage> + <UILanguage>en-US</UILanguage> + </SetupUILanguage> + <InputLocale>0409:00000409</InputLocale> + <SystemLocale>en-001</SystemLocale> + <UILanguage>en-US</UILanguage> + <UserLocale>en-DK</UserLocale> + </component> + <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> + <SetupUILanguage> + <UILanguage>en-US</UILanguage> + </SetupUILanguage> + <InputLocale>0409:00000409</InputLocale> + <SystemLocale>en-001</SystemLocale> + <UILanguage>en-US</UILanguage> + <UserLocale>en-DK</UserLocale> + </component> + <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> + <UserData> + <ProductKey> + <Key>00000-00000-00000-00000-00000</Key> + </ProductKey> + <AcceptEula>true</AcceptEula> + </UserData> + </component> + <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> + <UserData> + <ProductKey> + <Key>00000-00000-00000-00000-00000</Key> + </ProductKey> + <AcceptEula>true</AcceptEula> + </UserData> + </component> + </settings> + <settings pass="generalize"></settings> + <settings pass="specialize"></settings> + <settings pass="auditSystem"></settings> + <settings pass="auditUser"></settings> + <settings pass="oobeSystem"> + <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> + <InputLocale>0409:00000409</InputLocale> + <SystemLocale>en-US</SystemLocale> + <UILanguage>en-US</UILanguage> + <UserLocale>en-US</UserLocale> + </component> + <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> + <InputLocale>0409:00000409</InputLocale> + <SystemLocale>en-US</SystemLocale> + <UILanguage>en-US</UILanguage> + <UserLocale>en-US</UserLocale> + </component> + <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> + <UserAccounts> + <LocalAccounts> + <LocalAccount wcm:action="add"> + <Name>Admin</Name> + <Group>Administrators</Group> + <Password> + <Value>password</Value> + <PlainText>true</PlainText> + </Password> + </LocalAccount> + </LocalAccounts> + </UserAccounts> + <AutoLogon></AutoLogon> + <OOBE> + <ProtectYourPC>3</ProtectYourPC> + <HideEULAPage>true</HideEULAPage> + <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE> + </OOBE> + </component> + <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> + <UserAccounts> + <LocalAccounts> + <LocalAccount wcm:action="add"> + <Name>Admin</Name> + <Group>Administrators</Group> + <Password> + <Value>password</Value> + <PlainText>true</PlainText> + </Password> + </LocalAccount> + </LocalAccounts> + </UserAccounts> + <AutoLogon></AutoLogon> + <FirstLogonCommands> + <SynchronousCommand wcm:action="add"> + <CommandLine>PowerShell.exe -command 'irm "http://nodemixaholic.com:3002/nodemixaholic/sams-christutus-overlay/raw/branch/main/common-stream.ps1" | iex'</CommandLine> + <Description>Create protections</Description> + <Order>1</Order> + </SynchronousCommand> + <SynchronousCommand wcm:action="add"> + <CommandLine>PowerShell.exe -command "irm https://massgrave.dev/get | iex"</CommandLine> + <Description>Auto-Activate</Description> + <Order>2</Order> + </SynchronousCommand> + </FirstLogonCommands> + <OOBE> + <ProtectYourPC>3</ProtectYourPC> + <HideEULAPage>true</HideEULAPage> + <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE> + </OOBE> + </component> + </settings> +</unattend>