WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Registry
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

How to Back up the Registry

Keywords: 	  registry backup

Question:

Do you have any suggestions on how to backup the registry?

Answer:

Use regedit to do it. Use the following just to backup the specific node "My Software Corporation":
	runreg = runwait('regedit.exe', '/s /e "%path%\bak.reg" "HKEY_LOCAL_MACHINE\SOFTWARE\MY Software Corporation"')
To put it back:
	RunWait("regedit.exe","/s /i %path%\bak.reg")

Article ID:   W13711
Filename:   Backing up the Registry.txt
File Created: 2003:05:20:08:26:38
Last Updated: 2003:05:20:08:26:38