Is there a way for regedit to run in script, not in background. With /e (export) it runs in background and returns control to the console (and would return control to a script as well, i think). I want to wait for it to finish.
Asked
Active
Viewed 585 times
1 Answers
1
You can use REG.EXE
REG.EXE does almost everything Regedt32 can do, but it allows you to do it from a command line. This can be useful when you want to quickly make a change without opening Regedt32, and it also allows you to embed registry operations in logon scripts and batch files.
Lots of info from the ever useful Petri
reg.exealready comes with Windows XP and later. – u1686_grawity Apr 11 '10 at 20:40