Homer314 Posted April 22, 2005 Posted April 22, 2005 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/"
Martin Zugec Posted April 22, 2005 Posted April 22, 2005 cmd /k reg.exe /?Google little bit next time...
un4given1 Posted April 22, 2005 Posted April 22, 2005 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... ?
renocivik Posted April 22, 2005 Posted April 22, 2005 why dont u add it to the winnt.sif?? read ur ref.chm its in thereassuming you are doing it in an unattended...
prathapml Posted April 22, 2005 Posted April 22, 2005 instead of a bat file, use a .REG file, and apply it thru regedit.regedit /S filename.reg
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now