Tools and tips to smooth legacy transitions

16.08.2006

Solution: Automated home page reset

Code snippet:

newpage = "http://corporatewebsite"

Flag = RegSetvalue(@REGCURRENT,"Software\Microsoft\ Internet Explorer\Main\[StartPage],"newpage)

(Tip: Put code in a login or a global.bat script. Adapt to other browsers as necessary)