Jump to content

Recommended Posts

Posted

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


Posted

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

Posted

Thanks, that worked a treat.

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

Posted

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.

:)

  • 2 weeks later...
Posted

For the less knowledgeable, how do you edit the WINNT.SIF file? I found the registry item with regedit, but don’t know how to change it. Thanks for your help.

Posted
For the less knowledgeable, how do you edit the WINNT.SIF file?  I found the registry item with regedit, but don’t know how to change it.  Thanks for your help.

Open it in Notepad.

  • 8 months later...
Posted
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

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