Jump to content

canon

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About canon

canon's Achievements

0

Reputation

  1. I want to thank everyone for their kind responses regarding the solution to resolve the RunOnce problem. I have revamped my website, the old link is no longer valid so please update your bookmarks. The new link is: http://it.megocollector.com/?p=56 An excerpt of what can be done using a batch file: REG ADD HKCU"\Software\Microsoft\Internet Explorer\Main" /v RunOnceComplete /t REG_DWORD /d 00000001 /f REG ADD HKCU"\Software\Microsoft\Internet Explorer\Main" /v RunOnceHasShown /t REG_DWORD /d 00000001 /f Or AutoIt script: RegWrite ("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "RunOnceComplete", "REG_DWORD", "00000001") RegWrite ("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "RunOnceHasShown", "REG_DWORD", "00000001") Not only is the solution available for those who would prefer to use regedit. I have compiled a couple of executables that will also resolve the RunOnce problem. These executables come in both silent and with an interface. Something for everyone. Thank you again, Canon
  2. I installed last nights release today. Had a problem loading the RUNONCE page. After hanging for 5 minutes or more, the page finally loaded. I recorded two registry keys that was created. I closed IE7 and reopened and the RUNONCE page did not attempt to load. I removed the registry keys and the RUNONCE page attempted to load. I did a Google search and could not find this resolution anywhere, hope this helps somebody. To prevent RunOnce from loading. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "RunOnceComplete"=dword:00000001 "RunOnceHasShown"=dword:00000001 Also posted in my Tips and Tricks - Who would have thought that after two years that Microsoft has not corrected this problem. I have updated scripts using several appliations and created a couple of executables for those who do not want to manually edit their registry. Updated Link (January 30, 2008) Source: http://it.megocollector.com/?p=56 Source: http://it.megocollector.com/detail.asp?iFaq=230&iType=25 is no longer valid.
×
×
  • Create New...