S
sen
How can I save a registry key(key, subkeys, and all values) and then save as
a reg file. The same way U would normally do a Reg export.
a reg file. The same way U would normally do a Reg export.
In said:How can I save a registry key(key, subkeys, and all values) and
then save as a reg file. The same way U would normally do a Reg
export.
sen said:How can I save a registry key(key, subkeys, and all values) and then
save as a reg file. The same way U would normally do a Reg export.
Hisen said:Dean -
When using the sample U provided I get no errors nor can i find any info
from within the command window about "regedit" and the switchs u are using.
Next i am still unable to "save the key as a reg file" and to a specified
"location". Is there no way to do this from a batch file and surpress
regedit32 from poping up when I run this batch file?
This is a sample of the bat I plan to have taskmanager run.
----------------------bat----------------------------------
ECHO OFF
CLS
TITLE BACKUP - Regkeys
ECHO BackUp Defined Regkeys.
REGEDIT /E:A tester1 [HKEY_CURRENT_USER\Software\Microsoft\Internet Account
Manager]
Torgeir Bakken (MVP) said:REGEDIT.exe /S /E:A "c:\my files\tester1" "[HKEY_CURRENT_USER\
Software\Microsoft\Internet Account Manager]"
sen said:@ Paul & Torgeir - everything is working perfectlly thanks.
How can I write multiple keys to one file and insert a breaker
showing where I started recording the next key.
EX. of output file format:
[KEY]
;---------------line break----------------------------
[next KEY] and so on
Is there some where that I can find more info on commands not listed
when using help. The "regedit" like I meantioned before is not
documented any where and Im just wondering what other cmd prompts I
dont know about.
Dean - Thx very much I am plzed at how it works.
Thx to all others who helped as well.
I am curious thought if it is possible to remove or prevent the " REGEDIT4"
from appearing after it has already been written to the final output file.
This would help save time if I ever need to restore these keys later on.
Is there some where that I can find more info on commands not listed when
using help. The "regedit" like I meantioned before is not documented any
where and Im just wondering what other cmd prompts I dont know about.