Rust
07-30-2001, 11:41 AM
Is there a command to add something in registry in command line?
For example, I need to have windows run a batch file at logon. So I would go to regedit and then go to hkey_local_machine\software\microsoft\windows\curr entversion\run and edit -> new -> string. then put the data in: "c:\batch.bat"...
how could that be done in a batch file using only dos commands?
do I first have to export the reg file and then add somethign to it with >> or is there an easier way?
what are the startup locations in registry in win98,NT4,WIN2k?
do they all have the same?
For example, I need to have windows run a batch file at logon. So I would go to regedit and then go to hkey_local_machine\software\microsoft\windows\curr entversion\run and edit -> new -> string. then put the data in: "c:\batch.bat"...
how could that be done in a batch file using only dos commands?
do I first have to export the reg file and then add somethign to it with >> or is there an easier way?
what are the startup locations in registry in win98,NT4,WIN2k?
do they all have the same?