April 22, 200521 yr I need to change the property of the registery of Windows by using a BAT file.Somebody can say to me how to make?The parameter is :[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]"Start Page"="http://ntintranet/"to[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]"Start Page"="http://intranet/"
April 22, 200521 yr echo y | REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t REG_SZ /d http://intranet/That should do the trick.@soulinum... ?
April 22, 200521 yr why dont u add it to the winnt.sif?? read ur ref.chm its in thereassuming you are doing it in an unattended...
April 22, 200521 yr instead of a bat file, use a .REG file, and apply it thru regedit.regedit /S filename.reg
Create an account or sign in to comment