behdadsoft Posted March 9, 2013 Posted March 9, 2013 (edited) 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, 2013 by behdadsoft
chlje Posted March 9, 2013 Posted March 9, 2013 here is mine, you need to make some proper changes to fit yourself. Autounattend.xml
maxXPsoft Posted March 10, 2013 Posted March 10, 2013 (edited) 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, 2013 by maxXPsoft
behdadsoft Posted March 11, 2013 Author Posted March 11, 2013 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:
maxXPsoft Posted March 11, 2013 Posted March 11, 2013 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
maxXPsoft Posted March 12, 2013 Posted March 12, 2013 you were missing the OOBE settings in the 64 section. have you fixed and tried again?
DosProbie Posted March 12, 2013 Posted March 12, 2013 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>
Tripredacus Posted March 12, 2013 Posted March 12, 2013 <SkipUserOOBE>true</SkipUserOOBE> SkipUserOOBE is only valid in Vista. It has no use in a Windows 7 or 8 answer file.
DosProbie Posted March 12, 2013 Posted March 12, 2013 <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..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now