Tagged Questions
1
vote
1answer
405 views
regedit to run in script, not in background
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 ...