when you has new install ie7 the runonce annoying has come?
http://go.microsoft.com/fwlink/?linkid=54834 or
http://runonce.msn.com/runonce2.aspx
its now "Home Page" or "Start Page" setting
you can save the file .reg with these code
or save as .bat file with these code
and just run it
Read More..
http://go.microsoft.com/fwlink/?linkid=54834 or
http://runonce.msn.com/runonce2.aspx
its now "Home Page" or "Start Page" setting
you can save the file .reg with these code
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001
or save as .bat file with these code
REG ADD "HKCUSoftwareMicrosoftInternet ExplorerMain" /V "RunOnceComplete" /T REG_DWORD /D 1 /F
REG ADD "HKCUSoftwareMicrosoftInternet ExplorerMain" /V "RunOnceHasShown" /T REG_DWORD /D 1 /F
and just run it