PDA

View Full Version : adding key by batches?



Anonymous
10-10-1999, 03:18 PM
I was wondering if there are any commands to include in a batch file that allowes to add a kay/value to the windows registry.
Any alternatives to .inf files'
thanx

jstolz
10-10-1999, 06:30 PM
Well, you can call a reg file. I'm not sure if regedit can be used from autoexec.bat but you certainly can call the reg files from your startup folder. Just use the /s switch so you don't get the confirmation dialog box.

Regards...