I'm trying to load the default user registry hive and import some settings into it.
Right now, I manually load the hive and then run my reg file to import the settings. Is there a way I can do this through VBS script?
Logically the VBS script would
LOAD HIVE
run the regedit file (regedit /s myregfile.reg)
UNLOAD the hive.
Thanks for your time
Right now, I manually load the hive and then run my reg file to import the settings. Is there a way I can do this through VBS script?
Logically the VBS script would
LOAD HIVE
run the regedit file (regedit /s myregfile.reg)
UNLOAD the hive.
Thanks for your time