On Feb 27, 4:54 pm, Ayush <"ayushmaan.j[aatt]gmail.com"> wrote:
> Replied to [bigwilly...@gmail.com]s message :
>
> > is there any way you can help me any more than that, I tried to use
> > but I want to make sure that nothing too horrible happens to the
> > computer. Especially if I am changing anything in the Registry?
> > Basically what I need to do is change the current default from ps02 to
> > ps08 with a batch file so i can add this onto their login batch.
>
> For IE6, this will work(i dont know the reg key/value for IE7) :
> ;`````````````````````````````````````````````;
> @echo off
> set key=HKCU\Software\Microsoft\Internet Explorer\Main
> set value=Start page
> set data=ps08
>
> reg.exe add "%key%" /v "%value%" /d "%data%" /f
> ;`````````````````````````````````````````````;
>
> Good Luck, Ayush.
> --
> XP-Tips & Tricks [Use keyboard shortcuts] :http://www.microsoft.com/windowsxp/u...shortcuts.mspx
here is wut i typed in many different ways and nothing happens to the
"start page"
@echo off
reg.exe add %hkcu\software\microsoft\internet explorer\main% /v %start
page% /d %ps08%
as well as with the quotes and with out the percent signs, nothing
seems to be working? any other clues maybe?
sorry for the inconvience im not that great at dos commands and such.
Thanks for all the help so far!!