Advertisement
Guest User

AutoUnattend.xml by IXMas from MDL forum

a guest
Oct 23rd, 2021
736
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="windowsPE">
  4. <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">
  5. <RunSynchronous>
  6. <RunSynchronousCommand>
  7. <Order>1</Order>
  8. <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>
  9. </RunSynchronousCommand>
  10. </RunSynchronous>
  11. <UserData>
  12. <ProductKey>
  13. <Key></Key>
  14. </ProductKey>
  15. </UserData>
  16. </component>
  17. </settings>
  18. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement