Jump to content

Recommended Posts

Posted

Hello all,

My first unattended CD is almost finished now :rolleyes: . However, there're still a few things to fix. For example, i can't remove the "Help protect" step at the end of Windows installation.

In my winnt.sif, i first tried with :

AutomaticUpdates=yes
... and then with both :
AutomaticUpdates=yes

AutomaticUpdates=1

Here is now my full winnt.sif :

;SetupMgrTag

[Data]    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    AutomaticUpdates=yes

    AutomaticUpdates=1

[unattended]

    UnattendMode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=Yes

    OemFilesPath="..\$OEM$"

    TargetPath=\WINDOWS

    UnattendSwitch=No

    DriverSigningPolicy=Ignore

    NonDriverSigningPolicy=Ignore

    WaitForReboot="No"

    DisableDynamicUpdates="Yes"

    AutoActivate="No"

    CrashDumpSetting="0"

       

[GuiUnattended]

    AdminPassword="admin"

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    OemSkipWelcome=1   

    TimeZone=105

    DetachedProgram="%SystemRoot%\system32\DRVZ.EXE"

   

[userData]

    ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

    FullName="Client"

    OrgName="/"

    ComputerName=PC

[TapiLocation]

    CountryCode=33

    Dialing=Tone

[RegionalSettings]

    LanguageGroup=1

    SystemLocale=0000040c

    UserLocale=0000040c

    InputLocale=040c:0000040c

Quick_Link_1_Name = "Google.url"

Quick_Link_1      = "http://www.google.fr/advanced_search?hl=fr"

Quick_Link_2_Name = "Hotmail.url"

Quick_Link_2      = "http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=hotmail"

Quick_Link_3_Name = "Usenet.url"

Quick_Link_3      = "http://www.google.fr/advanced_group_search?hl=fr"

[WindowsFirewall]

    Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

    Mode=0

[branding]

    BrandIEUsingUnattended=Yes

[Proxy]

    Proxy_Enable=0

    Use_Same_Proxy=1

[identification]

    JoinWorkgroup=TRAVAIL

[Networking]

    InstallDefaultComponents=Yes

[Components]

    msmsgs=off

    msnexplr=off

I can get rid of it if i add "UnattendSwitch = Yes" but then it suppresses the user profile creation step which is just after. And i need to keep it (i won't add automaticaly the accounts in a .ini file because i'll use my CD on different PC).

I'm trying also to suppress the bubbles notifications of the security center. I've used the right reg tweaks to disable them :

It does work but since the second logon only. If it's possible i'd like to shut it down completely since the first one. By the way, i'm using the RunOnceEx.cmd method.

One last question and i leave you alone ;) ... Is it possible to run a popup at the end of the cleanup.cmd which prompts to ask the reboot of the machine ? The shutdown tool does it, but automaticaly.

Thanks a lot.


Posted

Well, i just tried by using oobeinfo.ini with SkipAutoUpdate=1 (switch which also disable the "Help Protect" ) but that page still appears :angry:

The only solution is to put UnattendSwitch = Yes but it skips the user profile creation step. And i need that !

I've looked in the CHM file and on the forum, i found no solution. Also, i'd like to skip the animation intro and the welcome page of oobe but nothing found neither.

It drives me nuts.

Any suggestions ?

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