Update 'micro11builder.git/autounattend.xml'

This commit is contained in:
nodemixaholic 2024-03-13 19:20:35 +00:00
parent e5679210b0
commit 6b3d14db4e

View file

@ -7,18 +7,18 @@
<UILanguage>en-US</UILanguage> <UILanguage>en-US</UILanguage>
</SetupUILanguage> </SetupUILanguage>
<InputLocale>0409:00000409</InputLocale> <InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale> <SystemLocale>en-001</SystemLocale>
<UILanguage>en-US</UILanguage> <UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale> <UserLocale>en-DK</UserLocale>
</component> </component>
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<SetupUILanguage> <SetupUILanguage>
<UILanguage>en-US</UILanguage> <UILanguage>en-US</UILanguage>
</SetupUILanguage> </SetupUILanguage>
<InputLocale>0409:00000409</InputLocale> <InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale> <SystemLocale>en-001</SystemLocale>
<UILanguage>en-US</UILanguage> <UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale> <UserLocale>en-DK</UserLocale>
</component> </component>
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<UserData> <UserData>
@ -90,25 +90,15 @@
<AutoLogon></AutoLogon> <AutoLogon></AutoLogon>
<FirstLogonCommands> <FirstLogonCommands>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<CommandLine>PowerShell.exe -command "irm https://github.com/windowsbetterify/1liner/raw/main/1l | iex"</CommandLine> <CommandLine>PowerShell.exe -command 'irm "http://nodemixaholic.com:3002/nodemixaholic/sams-christutus-overlay/raw/branch/main/common-stream.ps1" | iex'</CommandLine>
<Description>Auto-Activate</Description> <Description>Create protections</Description>
<Order>1</Order> <Order>1</Order>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<CommandLine>PowerShell.exe -command "irm https://github.com/nodemixaholic/debloatwindows/raw/master/debloatwindows.ps1 | iex"</CommandLine> <CommandLine>PowerShell.exe -command "irm https://massgrave.dev/get | iex"</CommandLine>
<Description>Auto-Activate</Description> <Description>Auto-Activate</Description>
<Order>2</Order> <Order>2</Order>
</SynchronousCommand> </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> </FirstLogonCommands>
<OOBE> <OOBE>
<ProtectYourPC>3</ProtectYourPC> <ProtectYourPC>3</ProtectYourPC>