Jump to content

Information Bar Message SP2


Recommended Posts

My Unattended installation of SP2 (via RIS) is working perfectly! except for one small little thing...

Whenever a new user logs in for the first time, the screen found below appears. I'd like to automatically set the "Do not show this message again" checkbox.

This would make my XPSP2 RIS install identical to the current XPSP1 installation, Does anyone know where this setting might be, registry or otherwise.

Cheers.

post-70-1092881872_thumb.jpg

Link to comment
Share on other sites


Try this in winnt.sif

[IEPopupBlocker]
   ShowInformationBar = No

or this from a reg tweak

;Dont Show The Information Bar Dialog
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar]
"FirstTime"=dword:00000000

Link to comment
Share on other sites

Just so people know.

Putting:

[IEPopupBlocker]
  ShowInformationBar = No

in your WINNT.SIF file will disable the information bar completely.

Putting:

;Dont Show The Information Bar Dialog
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar]
"FirstTime"=dword:00000000

into your registry entries will disable the PROMPT but still show the information bar.

:)

Link to comment
Share on other sites

  • 2 weeks later...
  • 8 months later...
Just so people know.

Putting:

[IEPopupBlocker]
  ShowInformationBar = No

in your WINNT.SIF file will disable the information bar completely.

Putting:

;Dont Show The Information Bar Dialog
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar]
"FirstTime"=dword:00000000

into your registry entries will disable the PROMPT but still show the information bar.

:)

If you would actually like to disable the information bar rather than the prompt see my post here

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