How to Back up Registry??

Status
Not open for further replies.

Chetan1991

Youngling
Hi to all!
How can I backup my registry?:confused:
I have TuneUp utlities 2006 but I don't think it can do so.
PLS help me!
 

anandk

Distinguished Member
i dont think tune-up has this :confused: not sure !

to manually do it :
Click Start > Run > regedit > OK.
The Registry Editor opens.
Scroll to My Comp at the top of the left pane.
Click "File" and then click "Export".
Choose the location and the click save.
to restore simply double-click the backup file.

else search for a freeware here
*www.techsupportalert.com/best_46_free_utilities.htm
*www.techsupportalert.com/more/extended.htm#78
*www.econsultant.com/i-want-freeware-utilities/
*www.majorgeeks.com/page.php?id=20
 

shaunak

Tux Fan
CC cleaner and spybot also have registry backup utilities. BAcking it up manually is the best method though.
 

koolbluez

Šupər♂ - 超人
Yes... what anandk says to b done in case of Windows.

Can b done in another way though...
to manually do it :
Click Start > Run > regedit > OK.
The Registry Editor opens.
Click "File" and then click "Export".
Choose the location and the click save.
Then @ the bottom of the windows, export range: All.
Give filename and presto... job done.

Well.. u can also use the run command directly.. but only for individual HKEYs (hives)... so supposing u want a whole reg backup.. u can actually make 5 reg files named HKCUreg, HKLMreg, HKCRreg, HKUreg and HKCCreg by just running 5 run commands
reg export hkcu c:\HKCUreg.reg; reg export hklm c:\HKLMreg.reg... so on for the 5 hives respectively.

Mayb even make a batch file for the same ;)
Like this:
Code:
reg export hkcu c:\hkcureg.reg
reg export hklm c:\hklmreg.reg
reg export hkcr c:\hkcrreg.reg
reg export hku c:\hkureg.reg
reg export hkcc c:\hkccreg.reg
Save it in notepad as regbackup.bat
 
Last edited:
Status
Not open for further replies.
Top Bottom