MSFN Forum: How to integrate Internet Explorer 8 Final - MSFN Forum

Jump to content


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

How to integrate Internet Explorer 8 Final nLite,HFSlip or manual? Rate Topic: -----

#21 User is offline   Stacey Melissa 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 03-August 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 March 2009 - 10:32 AM

View PostMajor, on Mar 29 2009, 07:20 PM, said:

Hi, anyone please has the registry tweaks for IE8 to avoid the questions which they appear when i use the IE8 the first time.
Thanks

Here's the .reg file I've used, although it seems the timestamps cause problems when the difference between them and the current date passes a certain point. Maybe there is some way to generate those timestamps to be the current time when a new user logs in for the first time.

 
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LinksBar]
"Enabled"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AlwaysShowMenus"=dword:00000000
"IE8RunOnceCompletionTime"=hex:d6,a2,2b,8d,60,b1,c9,01
"IE8RunOnceLastShown"=dword:00000001
"IE8RunOnceLastShown_TIMESTAMP"=hex:fc,71,f4,6f,60,b1,c9,01
"IE8RunOncePerInstallCompleted"=dword:00000001
"IE8TourShown"=dword:00000001
"IE8TourShownTime"=hex:22,d2,aa,02,6c,a9,c9,01

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows]
"PopupMgr"="yes"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter]
"EnabledV8"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Suggested Sites]
"Enabled"=dword:00000000 

The stuff in the "Main" key (except the "AlwaysShowMenus" value) is what you'll need. The rest of this .reg file enables or disables other stuff.

This post has been edited by Stacey Melissa: 30 March 2009 - 01:04 PM



#22 User is offline   Stacey Melissa 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 03-August 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 March 2009 - 04:39 PM

View PostMajor, on Mar 29 2009, 07:20 PM, said:

Hi, anyone please has the registry tweaks for IE8 to avoid the questions which they appear when i use the IE8 the first time.
Thanks

I got it now. After investigating the .inf files generated by IEAK 8, I found the registry setting that disables the first run setup windows. Specifically, the "DisableFirstRunCustomize" value must be set to 1, as shown in this .reg file:

 
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LinksBar]
"Enabled"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AlwaysShowMenus"=dword:00000000
"DisableFirstRunCustomize"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows]
"PopupMgr"="yes"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter]
"EnabledV8"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Suggested Sites]
"Enabled"=dword:00000000 


No timestamps needed.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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 - 2013 msfn.org
Privacy Policy