http://www.winhelponline.com/blog/di...nce-all-users/
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Client - since 2002
www.banthecheck.com
O_S_C wrote:
> I'm using the IEAK to build an installation package of IE7 and using SCCM
> to
> push it out to our clients. I have configured the package to go directly
> to
> my homepage and skip the IE7 welcome screen and all of that, but after
> rebooting and starting IE7, I get redirected to the IE8 welcome page. I
> need to disable this page as this will be confusing to our user community.
> I have also tried a reg hack to stop this from happening to no avail.
>
> Windows Registry Editor Version 5.00
> [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
>
> "RunOnceHasShown"=dword:00000001
>
> "RunOnceComplete"=dword:00000001
>
> Please help.