MSFN Forum: auto Setting - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

auto Setting

#1 User is offline   behdadsoft 

  • Junior
  • Pip
  • Group: Members
  • Posts: 87
  • Joined: 29-May 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 09 March 2013 - 06:30 AM

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:

Quote


<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<NetworkLocation>Home</NetworkLocation>
</OOBE>



Posted Image

Thanks a lot.

This post has been edited by behdadsoft: 09 March 2013 - 07:36 AM



#2 User is offline   chlje 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 06-April 11
  • OS:none specified
  • Country: Country Flag

Posted 09 March 2013 - 10:22 AM

here is mine, you need to make some proper changes to fit yourself. :yes:

Attached File(s)



#3 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 March 2013 - 02:06 AM

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.

This post has been edited by maxXPsoft: 10 March 2013 - 02:12 AM


#4 User is offline   behdadsoft 

  • Junior
  • Pip
  • Group: Members
  • Posts: 87
  • Joined: 29-May 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 11 March 2013 - 04:20 AM

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:

#5 User is offline   behdadsoft 

  • Junior
  • Pip
  • Group: Members
  • Posts: 87
  • Joined: 29-May 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 11 March 2013 - 04:27 AM

sorry :blushing:

Attached File(s)



#6 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 March 2013 - 10:06 AM

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

#7 User is offline   behdadsoft 

  • Junior
  • Pip
  • Group: Members
  • Posts: 87
  • Joined: 29-May 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 11 March 2013 - 12:38 PM

Thanks.
my settings up is 64Bit.

#8 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 March 2013 - 01:11 AM

you were missing the OOBE settings in the 64 section. have you fixed and tried again?

#9 User is offline   DosProbie 

  • Member
  • Group: Supreme Sponsor
  • Posts: 216
  • Joined: 16-October 12
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 12 March 2013 - 04:45 AM

View Postbehdadsoft, on 09 March 2013 - 06:30 AM, said:

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:

Quote


<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<NetworkLocation>Home</NetworkLocation>
</OOBE>



Posted Image

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>

#10 User is online   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,724
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 12 March 2013 - 08:45 AM

View PostDosProbie, on 12 March 2013 - 04:45 AM, said:

<SkipUserOOBE>true</SkipUserOOBE>


SkipUserOOBE is only valid in Vista. It has no use in a Windows 7 or 8 answer file.

#11 User is offline   DosProbie 

  • Member
  • Group: Supreme Sponsor
  • Posts: 216
  • Joined: 16-October 12
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 12 March 2013 - 10:15 AM

View PostTripredacus, on 12 March 2013 - 08:45 AM, said:

View PostDosProbie, on 12 March 2013 - 04:45 AM, said:

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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy