Jump to content

Recommended Posts

Posted (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>

pnh7njhthtqqhf29ou.jpg

Thanks a lot.

Edited by behdadsoft

Posted (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 by maxXPsoft
Posted

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:

Posted

you don't add Administrator as a user, he already exists

Remove <LocalAccounts>

are you setting up 64 bit or 32? you didn't get all the OOBE into the 64 section

Posted

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>

pnh7njhthtqqhf29ou.jpg

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>

Posted

<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, :yes:

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...