March 9, 201313 yr Hi.I made a Autounattend.xml that auto installing my windows, But I can't hide setting page in last installation. I used this code in my Autounattend.xml: <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideLocalAccountScreen>true</HideLocalAccountScreen> <NetworkLocation>Home</NetworkLocation> </OOBE>Thanks a lot. Edited March 9, 201313 yr by behdadsoft
March 9, 201313 yr here is mine, you need to make some proper changes to fit yourself. Autounattend.xml
March 10, 201313 yr ADD <ProtectYourPC>3</ProtectYourPC> to <OOBE>1 Specifies that important and recommended updates are installed automatically.2 Specifies that only important updates are installed.3 Specifies that automatic protection is disabled. Updates are available manually through Windows Update. Edited March 10, 201313 yr by maxXPsoft
March 11, 201313 yr Author Thanks for reply.I add this code in OOBE, But yet show setting page . In this Page I see this warrning: some settings have been disabled by your system administrator. this is my Autounattend:
March 11, 201313 yr you don't add Administrator as a user, he already existsRemove <LocalAccounts>are you setting up 64 bit or 32? you didn't get all the OOBE into the 64 section
March 12, 201313 yr you were missing the OOBE settings in the 64 section. have you fixed and tried again?
March 12, 201313 yr Hi.I made a Autounattend.xml that auto installing my windows, But I can't hide setting page in last installation. I used this code in my Autounattend.xml: <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideLocalAccountScreen>true</HideLocalAccountScreen> <NetworkLocation>Home</NetworkLocation> </OOBE>Thanks a lot.<OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideLocalAccountScreen>true</HideLocalAccountScreen> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <SkipUserOOBE>true</SkipUserOOBE> </OOBE>
March 12, 201313 yr <SkipUserOOBE>true</SkipUserOOBE> SkipUserOOBE is only valid in Vista. It has no use in a Windows 7 or 8 answer file.
March 12, 201313 yr <SkipUserOOBE>true</SkipUserOOBE> SkipUserOOBE is only valid in Vista. It has no use in a Windows 7 or 8 answer file.Thanks for the info Trip, It doesn't effect my install for leaving it in, but I probably can always use a good housecleaning..
Create an account or sign in to comment