Jump to content

auto Setting


Recommended Posts

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
Link to comment
Share on other sites


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
Link to comment
Share on other sites

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>

Link to comment
Share on other sites

<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..

Link to comment
Share on other sites

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...