Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--*************************************************
- Windows 10 Answer File Generator
- Created using Windows AFG found at:
- ;http://www.windowsafg.com
- Installation Notes
- Location: ITGroceries
- Notes: AutoUnattend.xml + AutoDriver by iT Groceries
- Script Clear Recent by iTGroceries-PC
- del %appdata%\microsoft\windows\recent\automaticdestinations\*
- **************************************************-->
- <?xml version="1.0" encoding="utf-8"?>
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <settings pass="windowsPE">
- <component name="Microsoft-Windows-International-Core-WinPE" 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">
- <SetupUILanguage>
- <UILanguage>en-US</UILanguage>
- </SetupUILanguage>
- <InputLocale>0409:00000409</InputLocale>
- <SystemLocale>en-US</SystemLocale>
- <UILanguage>en-US</UILanguage>
- <UILanguageFallback>en-US</UILanguageFallback>
- <UserLocale>en-US</UserLocale>
- </component>
- <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">
- <RunSynchronous>
- <!-- First synchronous command to run -->
- <RunSynchronousCommand>
- <Order>1</Order>
- <Path>cmd /c for %a in (TPM SecureBoot Storage RAM CPU) do reg add HKLM\SYSTEM\Setup\LabConfig /t REG_DWORD /v Bypass%aCheck /d 1 /f</Path>
- <Description>Bypass (TPM SecureBoot Storage RAM CPU)</Description>
- </RunSynchronousCommand>
- </RunSynchronous>
- <!-- ***** DeleteThisLineForPro *****
- <UserData>
- <ProductKey>
- <Key>W269N-WFGWX-YVC9B-4J6C9-T83GX</Key>
- </ProductKey>
- </UserData>
- ***** DeleteThisLineForPro ***** -->
- </component>
- </settings>
- </unattend>
Advertisement
Add Comment
Please, Sign In to add comment