Reg save


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

Saves a copy of specified subkeys, entries, and values of the registry in a specified file.

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

Syntax


Copy Code

reg save <KeyName> <FileName> [/y]

Parameters

Parameter

Description

<KeyName>

Specifies the full path of the subkey. For specifying remote computers, include the computer name (in the format \\ComputerName\) as part of the KeyName. Omitting \\ComputerName\ causes the operation to default to the local computer. The KeyName must include a valid root key. Valid root keys for the local computer are: HKLM, HKCU, HKCR, HKU, and HKCC. If a remote computer is specified, valid root keys are: HKLM and HKU.

<FileName>

Specifies the name and path of the file that is created. If no path is specified, the current path is used.

/y

Overwrites an existing file with the name FileName without prompting for confirmation.

/?

Displays help for reg save at the command prompt.

Remarks <optional section>

Value

Description

0

Success

1

Failure

Examples

To save the hive MyApp into the current folder as a file named AppBkUp.hiv, type:


Copy Code

REG SAVE HKLM\Software\MyCo\MyApp AppBkUp.hiv

Additional references

Command-Line Syntax Key