This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
Copies the contents of a file that contains exported registry subkeys, entries, and values into the registry of the local computer.
reg import <filename>
Parameter | Description |
---|---|
<filename> | Specifies the name and path of the file that has content to be copied into the registry of the local computer. This file must be created in advance by usingreg export. |
/reg:32 | Specifies the key should be accessed using the 32-bit registry view. |
/reg:64 | Specifies the key should be accessed using the 64-bit registry view. |
/? | Displays help at the command prompt. |
The return values for thereg import operation are:
Value | Description |
---|---|
0 | Success |
1 | Failure |
To import registry entries from the file named AppBkUp.reg, type:
reg import AppBkUp.reg
Was this page helpful?
Was this page helpful?