Image 01 Image 02

Six Ways To Backup Windows Registry

Posted on 4th July 2008 by Sanix
1

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!


Sometime back, Abdullah wrote about how to backup your registry. I was also in the process of writing the same article but Abdullah was faster than me :-). So I abandoned my article. But today I was searching in my drafts and I found out the article again. Actually there are several methods to backup Windows registry. Some of them, I’m discussing in this article which is a combination of my previous article plus some additional useful ways to backup your registry.

Method 1: Using System Restore

When we create a system restore point in Windows XP, it backs up the following items:

Medhod 2: Backing up Individual registry keys

If you want to backup individual registry keys, go to Start –> Run –> regedit

This will open the registry editor. Go to the registry you want to backup, right click it and select Export.

OneregistryExport

Method 3: Backing up the whole registry

To backup the whole registry, go to Start –> Run –> regedit

This will open the registry editor. Go to File –> Export. This will open the save registry dialog. After the name, select “All” from Export Range and save the registry.

AllRegistryExport

Method 4: Using NTBackup utility

Using the Windows backup utility, we can save the system state including the registry and all the files and folders we wish to backup. To use the Windows backup utility, go to Start –> Run –> ntbackup.

This will open the backup utility. Start the backup Wizard and select “Only select system state data”

If you want to backup the whole system, the select “Backup everything on this computer”

ntbackupBacking

Method 5: Using command line

To backup the registry from the command line, use the following commands:

REG EXPORT KeyName FileName

Keyname    ROOTKEY\SubKey (local machine only)
ROOTKEY  [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey   The full name of a registry key under the selected ROOTKEY
FileName   The name of the disk file to export

Examples:

REG EXPORT HKLM\Software\MyCo\MyApp AppBkUp.reg
Exports all subkeys and values of the key MyApp to the file AppBkUp.reg

Method 6: Using ERUNT automatic backup

ERUNT is a backup utility which can automatically backup the registry. It can be downloaded from here:

Six Ways To Backup Windows Registry  Download ERUNT (772.8 KiB, 149 hits)


Popularity: 32% [?]

More Interesting Articles



   

1
Response to.. Six Ways To Backup Windows Registry

Towhid posted on August 21st 2008

Hi dear,
I am towhid from dhaka bangladesh. I need a tips about How i can make a bootable cd/Dvd without using floppy .Plz help me about this matter.My mail id is towhid98@yahoo.com



Leave a reply...