MSFN Forum: SP2: I don´t won´t Help Protect Your PC page - MSFN Forum

Jump to content



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

SP2: I don´t won´t Help Protect Your PC page Rate Topic: -----

#1 User is offline   webwilli 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 24-October 03

Posted 08 August 2004 - 10:19 AM

1. How can i disable it?

i have make an entry @ winnt.sif:

[Data]
AutomaticUpdates=Yes

but i the Page will display.



2. From the Reference manual:

"Value: Yes
Enables Automatic Updates. The Help Protect Your PC page does not display. Windows routinely verifies the latest important updates and installs them automatically.
"

will it mean that windows automatic do online updates??



3. How can i use an Oobeinfo.ini File?

thx for all answers


#2 User is offline   turbomcp 

  • Never give out your password or credit card number in an insta
  • PipPip
  • Group: Members
  • Posts: 173
  • Joined: 04-March 04

Posted 08 August 2004 - 10:22 AM

add this:


;Disable Security Center
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
"Start"=dword:00000004

#3 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 08 August 2004 - 10:23 AM

I have AutomaticUpdates=Yes in [Data] and the Help Protect Your PC page doesn't appear.

#4 User is offline   webwilli 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 24-October 03

Posted 08 August 2004 - 10:25 AM

the Help Protect Page will display @ the first Welcome...

#5 User is offline   webwilli 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 24-October 03

Posted 08 August 2004 - 10:30 AM

Aaron, on Aug 8 2004, 10:23 AM, said:

I have AutomaticUpdates=Yes in [Data] and the Help Protect Your PC page doesn't appear.

very strange...

i have it added again and will test.

#6 User is offline   webwilli 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 24-October 03

Posted 08 August 2004 - 10:46 AM

:D :) :D :rolleyes:

it comes again...

Attached File(s)

  • Attached File  argh.gif (35.5K)
    Number of downloads: 18


#7 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 August 2004 - 11:18 AM

webwilli, on Aug 8 2004, 09:49 PM, said:

3. How can i use an Oobeinfo.ini File?
oobeinfo.ini usage



Try the below, I have altogether disabled displaying the first-time boot screens (OOBE) with these in winnt.sif:
[Data]
    UnattendedInstall="Yes"
    AutomaticUpdates=1

[Unattended]
    UnattendMode=FullUnattended
    UnattendSwitch=Yes
I have shown here only the relevant values, you'll have to use the other values you normally do.

#8 User is offline   webwilli 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 24-October 03

Posted 08 August 2004 - 11:25 AM

ok,next try.

are the " necessary ?

#9 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 August 2004 - 11:56 AM

webwilli, on Aug 8 2004, 10:55 PM, said:

are the " necessary ?
Maybe, maybe not - but since the template for that setting in ref.chm contains the quotes, I do too.

A little unquestioning maybe, but I am seeing it function fine that way, and I don't have the time to experiment with such a trivial thing - but otherwise I'm a "have-questions-to-the-core" sort of geek who needs to understand what exactly something does before using it.

#10 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 08 August 2004 - 01:23 PM

it doesnt display for me with the following values in winnt.sif

[Data]
    AutoPartition=0
    MsDosInitiated="0"
    UnattendedInstall="Yes"

[Unattended]
    UnattendMode=DefaultHide
    OemSkipEula=Yes
    OemPreinstall=Yes
    UnattendSwitch="Yes"


but i have the problem that at the beginning of the GUI driven setup (T39) the first dialogue comes up where i have to press ok. this never happened before, although i always used "UnattendMode=DefaultHide".

anyone an idea on that?

#11 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 August 2004 - 01:34 PM

eirogge, on Aug 9 2004, 12:53 AM, said:

at the beginning of the GUI driven setup (T39) the first dialogue comes up where i have to press ok.
Has this started happening since you slip-streamed SP2 final?
In any case, I don't get that problem, and I believe the relevant values to prevent that dialog-box coming up is:
[Data]
    UnattendedInstall="Yes"

[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes


#12 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 08 August 2004 - 01:37 PM

prathapml, on Aug 8 2004, 09:34 PM, said:

Has this started happening since you slip-streamed SP2 final?

Yes it has.

#13 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 August 2004 - 01:47 PM

eirogge, on Aug 9 2004, 01:07 AM, said:

prathapml, on Aug 8 2004, 09:34 PM, said:

Has this started happening since you slip-streamed SP2 final?

Yes it has.

Have you slip-streamed the right _FINAL_ ?

I know, this sounds funny, but are you sure you used the correct final version?
First there was all this fuss of build 2179 spreading thru IRC, then a re-packed (and unsigned) RTM build 2180 coming from a lot of warez sites.

The correct final version should have either been obtained from Official source - Windows Beta - or from a source whom you know is reliable. See this topic for details of the genuine release - SP2 final.
But don't worry if you find out that you got/downloaded a fake - MS will RTW the SP2 by Tuesday, at the most. Then, you could use the known good file, and start out with your adventures.

#14 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 08 August 2004 - 02:01 PM

it was a secure source i downloaded from. those hashsome aren't useful for me as they are for the english version of the file while i use the german one.

Share this topic:


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

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



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