Reg restore


Applies To: Windows XP,Windows Server 2008 R2,Windows Server 2008,Windows 7,Windows Server 2003 R2,Windows Server 2003,Windows Vista,Windows Server 2000

Writes saved subkeys and entries back to the registry.

For examples of how to use this command, see Examples.

Syntax


Copy Code

Reg restore <KeyName> <FileName>

Parameters

Parameter

Description

<KeyName>

Specifies the full path of the subkey to be restored. The restore operation works only with the local computer. The KeyName must include a valid root key. Valid root keys are: HKLM, HKCU, HKCR, HKU, and HKCC.

<FileName>

Specifies the name and path of the file with content to be written into the registry. This file must be created in advance with the reg save operation using a .hiv extension.

/?

Displays help for reg restore at the command prompt.

Remarks

Value

Description

0

Success

1

Failure

Examples

To restore the file named NTRKBkUp.hiv into the key HKLM\Software\Microsoft\ResKit, and overwrite the existing contents of the key, type:


Copy Code

REG RESTORE HKLM\Software\Microsoft\ResKit NTRKBkUp.hiv

Additional references

Command-Line Syntax Key