How to disable IE8 "run once"

  • Thread starter Thread starter Kimpsu
  • Start date Start date
K

Kimpsu

The subject says it all: how can I disable the run once questions of IE8 for
all users?

Don't bother with these:

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"IE8RunOnceLastShown"=dword:00000001
"IE8RunOncePerInstallCompleted"=dword:00000001
"RunOnceComplete"=dword:00000001
"RunOnceHasShown"=dword:00000001

As they are for the current user only.

And no, adding the same values to HKEY_LOCAL_MACHINE does not work, unlike
in IE7.
 
Back
Top