i am trying to find a script or maybe a batch file that
could reset IE homepage of users on my network if i know
their ip address.internet options is disable on their
machines.

Re: resetting homepage by Nicolas

Nicolas
Fri Feb 06 02:30:17 CST 2004

Hi,

I think you should post that kind of question in the Script Newsgroup...

To change the HomePage for your users, your script could be a VBS like :

Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Start
Page","http://www.microsoft.com"

--
Best Regards,

Nicolas DAVID
Microsoft France
------------------

"andre" <anonymous@discussions.microsoft.com> a écrit dans le message de
news:ab4501c3ec5f$2f3979d0$a101280a@phx.gbl...
> i am trying to find a script or maybe a batch file that
> could reset IE homepage of users on my network if i know
> their ip address.internet options is disable on their
> machines.



resetting homepage by Paul

Paul
Fri Feb 06 02:40:46 CST 2004

What about implementing via a group policy?
>-----Original Message-----
>i am trying to find a script or maybe a batch file that
>could reset IE homepage of users on my network if i know
>their ip address.internet options is disable on their
>machines.
>.
>