Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit focus mode

reg restore

Feedback

In this article

Writes saved subkeys and entries back to the registry.

Syntax

reg restore <keyname> <filename>

Parameters

ParameterDescription
<keyname>Specifies the full path of the subkey to be restored. The restore operation only works with the local computer. Thekeyname must include a valid root key. Valid root keys for the local computer are:HKLM,HKCU,HKCR,HKU, andHKCC. If the registry key name contains a space, enclose the key name in quotes.
<filename>Specifies the name and path of the file with content to be written into the registry. This file must be created in advance by using thereg save command, and must have a .hiv extension.
/?Displays help at the command prompt.

Remarks

  • Before editing any registry entries, you must save the parent subkey using thereg save command. If the edit fails, you can then restore the original subkey using thereg restore operation.

  • The return values for thereg restore operation are:

    ValueDescription
    0Success
    1Failure

Examples

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

reg restore HKLM\Software\Microsoft\ResKit NTRKBkUp.hiv

Related links


Feedback

Was this page helpful?

YesNo

In this article

Was this page helpful?

YesNo