Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. <settings pass="oobeSystem">
  4. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" 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. <OOBE>
  6. <HideEULAPage>true</HideEULAPage>
  7. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  8. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  9. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  10. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  11. <NetworkLocation>Home</NetworkLocation>
  12. <ProtectYourPC>3</ProtectYourPC>
  13. <SkipMachineOOBE>true</SkipMachineOOBE>
  14. <SkipUserOOBE>true</SkipUserOOBE>
  15. <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo>
  16. </OOBE>
  17. </component>
  18. </settings>
  19. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement