Re: Internet Explorer 7
Thanks for the heads up. Turns out that was the issue I pushed a registry key on student login and that seems to have fixed the problem!
here is my solution for anyone else...
Put this into your login script
#REGEDIT /S \\SERVERNAME\SYS\PUBLIC\registrykeyname.reg
then put your registry key in public. The registry keys are:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]
"Default_Page_URL"="http://web.page.you.want"
"Default_Search_URL"="http://web.page.you.want"
"Search Page"="http://web.page.you.want"
"Start Page"="http://web.page.you.want"
Cheers!
Matt
|