reg.exe Registry Console Tool bcdaa03433bbe1a4e3e3522d8bef3e74

File info

File name: reg.exe.mui
Size: 38912 byte
MD5: bcdaa03433bbe1a4e3e3522d8bef3e74
SHA1: f2a5f0157524d088d77ba18a7676866241f6eca6
SHA256: 208872164dbb055ff1ad25016b8b5fd6c2795531105877e24474dbae65ad98bd
Operating systems: Windows 10
Extension: MUI
In x64: reg.exe Registry Console Tool (32-bit)

Translations messages and strings

If an error occurred or the following message in English (U.S.) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id English (U.S.) English
2REG Operation [Parameter List]

Operation [ QUERY | ADD | DELETE | COPY |
SAVE | LOAD | UNLOAD | RESTORE |
COMPARE | EXPORT | IMPORT | FLAGS ]

Return Code: (Except for REG COMPARE)

0 - Successful
1 - Failed

For help on a specific operation type:

REG Operation /?

Examples:

REG QUERY /?
REG ADD /?
REG DELETE /?
REG COPY /?
REG SAVE /?
REG RESTORE /?
REG LOAD /?
REG UNLOAD /?
REG COMPARE /?
REG EXPORT /?
REG IMPORT /?
REG FLAGS /?
REG Operation [Parameter List]

Operation [ QUERY | ADD | DELETE | COPY |
SAVE | LOAD | UNLOAD | RESTORE |
COMPARE | EXPORT | IMPORT | FLAGS ]

Return Code: (Except for REG COMPARE)

0 - Successful
1 - Failed

For help on a specific operation type:

REG Operation /?

Examples:

REG QUERY /?
REG ADD /?
REG DELETE /?
REG COPY /?
REG SAVE /?
REG RESTORE /?
REG LOAD /?
REG UNLOAD /?
REG COMPARE /?
REG EXPORT /?
REG IMPORT /?
REG FLAGS /?
4REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f]
[/reg:32 | /reg:64]

KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the
current machine. Only HKLM and HKU are available on remote
machines.
FullKey ROOTKEY\SubKey
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY.

/v The value name, under the selected Key, to add.

/ve adds an empty value name (Default) for the key.

/t RegKey data types
[ REG_SZ | REG_MULTI_SZ | REG_EXPAND_SZ |
REG_DWORD | REG_QWORD | REG_BINARY | REG_NONE ]
If omitted, REG_SZ is assumed.

/s Specify one character that you use as the separator in your data
string for REG_MULTI_SZ. If omitted, use "\0" as the separator.

REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f]
[/reg:32 | /reg:64]

KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the
current machine. Only HKLM and HKU are available on remote
machines.
FullKey ROOTKEY\SubKey
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY.

/v The value name, under the selected Key, to add.

/ve adds an empty value name (Default) for the key.

/t RegKey data types
[ REG_SZ | REG_MULTI_SZ | REG_EXPAND_SZ |
REG_DWORD | REG_QWORD | REG_BINARY | REG_NONE ]
If omitted, REG_SZ is assumed.

/s Specify one character that you use as the separator in your data
string for REG_MULTI_SZ. If omitted, use "\0" as the separator.

5/d The data to assign to the registry ValueName being added.

/f Force overwriting the existing registry entry without prompt.

/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.

Examples:

REG ADD \\ABC\HKLM\Software\MyCo
Adds a key HKLM\Software\MyCo on remote machine ABC

REG ADD HKLM\Software\MyCo /v Data /t REG_BINARY /d fe340ead
Adds a value (name: Data, type: REG_BINARY, data: fe340ead)

REG ADD HKLM\Software\MyCo /v MRU /t REG_MULTI_SZ /d fax\0mail
Adds a value (name: MRU, type: REG_MULTI_SZ, data: fax\0mail\0\0)

REG ADD HKLM\Software\MyCo /v Path /t REG_EXPAND_SZ /d ^%systemroot^%
Adds a value (name: Path, type: REG_EXPAND_SZ, data: %systemroot%)
Notice: Use the caret symbol ( ^ ) inside the expand string
/d The data to assign to the registry ValueName being added.

/f Force overwriting the existing registry entry without prompt.

/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.

Examples:

REG ADD \\ABC\HKLM\Software\MyCo
Adds a key HKLM\Software\MyCo on remote machine ABC

REG ADD HKLM\Software\MyCo /v Data /t REG_BINARY /d fe340ead
Adds a value (name: Data, type: REG_BINARY, data: fe340ead)

REG ADD HKLM\Software\MyCo /v MRU /t REG_MULTI_SZ /d fax\0mail
Adds a value (name: MRU, type: REG_MULTI_SZ, data: fax\0mail\0\0)

REG ADD HKLM\Software\MyCo /v Path /t REG_EXPAND_SZ /d ^%systemroot^%
Adds a value (name: Path, type: REG_EXPAND_SZ, data: %systemroot%)
Notice: Use the caret symbol ( ^ ) inside the expand string
6REG DELETE KeyName [/v ValueName | /ve | /va] [/f] [/reg:32 | /reg:64]

KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the current machine.
Only HKLM and HKU are available on remote machines.
FullKey ROOTKEY\SubKey
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY.

ValueName The value name, under the selected Key, to delete.
When omitted, all subkeys and values under the Key are deleted.

/ve delete the value of empty value name (Default).

/va delete all values under this key.

/f Forces the deletion without prompt.

/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.

Examples:

REG DELETE HKLM\Software\MyCo\MyApp\Timeout
Deletes the registry key Timeout and all its subkeys and values

REG DELETE \\ZODIAC\HKLM\Software\MyCo /v MTU
Deletes the registry value MTU under MyCo on ZODIAC
REG DELETE KeyName [/v ValueName | /ve | /va] [/f] [/reg:32 | /reg:64]

KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the current machine.
Only HKLM and HKU are available on remote machines.
FullKey ROOTKEY\SubKey
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY.

ValueName The value name, under the selected Key, to delete.
When omitted, all subkeys and values under the Key are deleted.

/ve delete the value of empty value name (Default).

/va delete all values under this key.

/f Forces the deletion without prompt.

/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.

Examples:

REG DELETE HKLM\Software\MyCo\MyApp\Timeout
Deletes the registry key Timeout and all its subkeys and values

REG DELETE \\ZODIAC\HKLM\Software\MyCo /v MTU
Deletes the registry value MTU under MyCo on ZODIAC
7REG COPY KeyName1 KeyName2 [/s] [/f] [/reg:32 | /reg:64]

KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the current machine.
Only HKLM and HKU are available on remote machines.
FullKey ROOTKEY\SubKey
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY.

/s Copies all subkeys and values.

/f Forces the copy without prompt.

/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.

Examples:

REG COPY HKLM\Software\MyCo\MyApp HKLM\Software\MyCo\SaveMyApp /s
Copies all subkeys and values under the key MyApp to the key SaveMyApp

REG COPY \\ZODIAC\HKLM\Software\MyCo HKLM\Software\MyCo1
Copies all values under the key MyCo on ZODIAC to the key MyCo1
on the current machine
REG COPY KeyName1 KeyName2 [/s] [/f] [/reg:32 | /reg:64]

KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the current machine.
Only HKLM and HKU are available on remote machines.
FullKey ROOTKEY\SubKey
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY.

/s Copies all subkeys and values.

/f Forces the copy without prompt.

/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.

Examples:

REG COPY HKLM\Software\MyCo\MyApp HKLM\Software\MyCo\SaveMyApp /s
Copies all subkeys and values under the key MyApp to the key SaveMyApp

REG COPY \\ZODIAC\HKLM\Software\MyCo HKLM\Software\MyCo1
Copies all values under the key MyCo on ZODIAC to the key MyCo1
on the current machine
8REG SAVE KeyName FileName [/y] [/reg:32 | /reg:64]

KeyName ROOTKEY\SubKey
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 save. If no path is specified, the
file is created in the current folder of the calling process.

/y Force overwriting the existing file without prompt.

/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.

Examples:

REG SAVE HKLM\Software\MyCo\MyApp AppBkUp.hiv
Saves the hive MyApp to the file AppBkUp.hiv in the current folder
REG SAVE KeyName FileName [/y] [/reg:32 | /reg:64]

KeyName ROOTKEY\SubKey
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 save. If no path is specified, the
file is created in the current folder of the calling process.

/y Force overwriting the existing file without prompt.

/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.

Examples:

REG SAVE HKLM\Software\MyCo\MyApp AppBkUp.hiv
Saves the hive MyApp to the file AppBkUp.hiv in the current folder
9REG RESTORE KeyName FileName [/reg:32 | /reg:64]

KeyName ROOTKEY\SubKey (local machine only)
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key to restore the hive file into.
Overwrites the existing key's values and subkeys.

FileName The name of the hive file to restore.
You must use REG SAVE to create this file.

/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.

Examples:

REG RESTORE HKLM\Software\Microsoft\ResKit NTRKBkUp.hiv
Restores the file NTRKBkUp.hiv overwriting the key ResKit
REG RESTORE KeyName FileName [/reg:32 | /reg:64]

KeyName ROOTKEY\SubKey (local machine only)
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key to restore the hive file into.
Overwrites the existing key's values and subkeys.

FileName The name of the hive file to restore.
You must use REG SAVE to create this file.

/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.

Examples:

REG RESTORE HKLM\Software\Microsoft\ResKit NTRKBkUp.hiv
Restores the file NTRKBkUp.hiv overwriting the key ResKit
10REG LOAD KeyName FileName [/reg:32 | /reg:64]

KeyName ROOTKEY\SubKey (local machine only)
ROOTKEY [ HKLM | HKU ]
SubKey The key name to load the hive file into. Creates a new key.

FileName The name of the hive file to load.
You must use REG SAVE to create this file.

/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.

Examples:

REG LOAD HKLM\TempHive TempHive.hiv
Loads the file TempHive.hiv to the Key HKLM\TempHive
REG LOAD KeyName FileName [/reg:32 | /reg:64]

KeyName ROOTKEY\SubKey (local machine only)
ROOTKEY [ HKLM | HKU ]
SubKey The key name to load the hive file into. Creates a new key.

FileName The name of the hive file to load.
You must use REG SAVE to create this file.

/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.

Examples:

REG LOAD HKLM\TempHive TempHive.hiv
Loads the file TempHive.hiv to the Key HKLM\TempHive
11REG UNLOAD KeyName

KeyName ROOTKEY\SubKey (local machine only)
ROOTKEY [ HKLM | HKU ]
SubKey The key name of the hive to unload.

Examples:

REG UNLOAD HKLM\TempHive
Unloads the hive TempHive in HKLM
REG UNLOAD KeyName

KeyName ROOTKEY\SubKey (local machine only)
ROOTKEY [ HKLM | HKU ]
SubKey The key name of the hive to unload.

Examples:

REG UNLOAD HKLM\TempHive
Unloads the hive TempHive in HKLM
12REG COMPARE KeyName1 KeyName2 [/v ValueName | /ve] [Output] [/s]
[/reg:32 | /reg:64]

KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the current machine.
Only HKLM and HKU are available on remote machines.
FullKey ROOTKEY\SubKey
If FullKey2 is not specified, FullKey2 is the same as FullKey1.
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY.

ValueName The value name, under the selected Key, to compare.
When omitted, all values under the Key are compared.

/ve compare the value of empty value name (Default).

/s Compare all subkeys and values.

/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.

Output [/oa | /od | /os | /on]
When omitted, output only differences.
/oa Output all of differences and matches.
/od Output only differences.
/os Output only matches.
/on No output.

REG COMPARE KeyName1 KeyName2 [/v ValueName | /ve] [Output] [/s]
[/reg:32 | /reg:64]

KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the current machine.
Only HKLM and HKU are available on remote machines.
FullKey ROOTKEY\SubKey
If FullKey2 is not specified, FullKey2 is the same as FullKey1.
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY.

ValueName The value name, under the selected Key, to compare.
When omitted, all values under the Key are compared.

/ve compare the value of empty value name (Default).

/s Compare all subkeys and values.

/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.

Output [/oa | /od | /os | /on]
When omitted, output only differences.
/oa Output all of differences and matches.
/od Output only differences.
/os Output only matches.
/on No output.

13Return Code:

0 - Successful, the result compared is identical
1 - Failed
2 - Successful, the result compared is different

Note:
The symbols at the front of each outputted line are defined as:
= means FullKey1 data is equal to FullKey2 data
refers to FullKey2 data and is different than Fullkey1 data

Examples:

REG COMPARE HKLM\Software\MyCo\MyApp HKLM\Software\MyCo\SaveMyApp
Compares all values under the key MyApp with SaveMyApp

REG COMPARE HKLM\Software\MyCo HKLM\Software\MyCo1 /v Version
Compares the value Version under the key MyCo and MyCo1

REG COMPARE \\ZODIAC\HKLM\Software\MyCo \\. /s
Compares all subkeys and values under HKLM\Software\MyCo on ZODIAC
with the same key on the current machine
Return Code:

0 - Successful, the result compared is identical
1 - Failed
2 - Successful, the result compared is different

Note:
The symbols at the front of each outputted line are defined as:
= means FullKey1 data is equal to FullKey2 data
refers to FullKey2 data and is different than Fullkey1 data

Examples:

REG COMPARE HKLM\Software\MyCo\MyApp HKLM\Software\MyCo\SaveMyApp
Compares all values under the key MyApp with SaveMyApp

REG COMPARE HKLM\Software\MyCo HKLM\Software\MyCo1 /v Version
Compares the value Version under the key MyCo and MyCo1

REG COMPARE \\ZODIAC\HKLM\Software\MyCo \\. /s
Compares all subkeys and values under HKLM\Software\MyCo on ZODIAC
with the same key on the current machine
14REG EXPORT KeyName FileName [/y] [/reg:32 | /reg:64]

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.

/y Force overwriting the existing file without prompt.

/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.

Examples:

REG EXPORT HKLM\Software\MyCo\MyApp AppBkUp.reg
Exports all subkeys and values of the key MyApp to the file AppBkUp.reg
REG EXPORT KeyName FileName [/y] [/reg:32 | /reg:64]

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.

/y Force overwriting the existing file without prompt.

/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.

Examples:

REG EXPORT HKLM\Software\MyCo\MyApp AppBkUp.reg
Exports all subkeys and values of the key MyApp to the file AppBkUp.reg
15REG IMPORT FileName [/reg:32 | /reg:64]

FileName The name of the disk file to import (local machine only).

/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.

Examples:

REG IMPORT AppBkUp.reg
Imports registry entries from the file AppBkUp.reg

REG IMPORT FileName [/reg:32 | /reg:64]

FileName The name of the disk file to import (local machine only).

/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.

Examples:

REG IMPORT AppBkUp.reg
Imports registry entries from the file AppBkUp.reg

16REG FLAGS KeyName [QUERY |
SET [DONT_VIRTUALIZE] [DONT_SILENT_FAIL] [RECURSE_FLAG]]
[/reg:32 | /reg:64]

Keyname "HKLM\Software"[\SubKey] (Restricted to these keys on
local machine only).
SubKey The full name of a registry key under HKLM\Software.
DONT_VIRTUALIZE DONT_SILENT_FAIL RECURSE_FLAG
Used with SET; flags specified on the command line will be set,
while those not specified will be cleared.

/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.

Examples:

REG FLAGS HKLM\Software\MyCo\MyApp QUERY
Displays the current flags of the key MyApp.

REG FLAGS HKLM\Software\MyCo\MyApp SET DONT_VIRTUALIZE /s
Sets the DONT_VIRTUALIZE flag (and clears DONT_SILENT_FAIL and
RECURSE_FLAG) on MyApp and all its subkeys

REG FLAGS KeyName [QUERY |
SET [DONT_VIRTUALIZE] [DONT_SILENT_FAIL] [RECURSE_FLAG]]
[/reg:32 | /reg:64]

Keyname "HKLM\Software"[\SubKey] (Restricted to these keys on
local machine only).
SubKey The full name of a registry key under HKLM\Software.
DONT_VIRTUALIZE DONT_SILENT_FAIL RECURSE_FLAG
Used with SET; flags specified on the command line will be set,
while those not specified will be cleared.

/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.

Examples:

REG FLAGS HKLM\Software\MyCo\MyApp QUERY
Displays the current flags of the key MyApp.

REG FLAGS HKLM\Software\MyCo\MyApp SET DONT_VIRTUALIZE /s
Sets the DONT_VIRTUALIZE flag (and clears DONT_SILENT_FAIL and
RECURSE_FLAG) on MyApp and all its subkeys

101ERROR: Invalid syntax.
Type "REG /?" for usage.
ERROR: Invalid syntax.
Type "REG /?" for usage.
102ERROR: Invalid Argument/Option - '%s'.
Type "REG /?" for usage.
ERROR: Invalid Argument/Option - '%s'.
Type "REG /?" for usage.
103ERROR: Invalid syntax.
Type "REG %s /?" for usage.
ERROR: Invalid syntax.
Type "REG %s /?" for usage.
104ERROR: Invalid key name.
Type "REG %s /?" for usage.
ERROR: Invalid key name.
Type "REG %s /?" for usage.
105ERROR: A remote machine was specified, the root key must be HKLM or HKU.
Type "REG %s /?" for usage.
ERROR: A remote machine was specified, the root key must be HKLM or HKU.
Type "REG %s /?" for usage.
106ERROR: The root key must be HKLM or HKU for LOAD/UNLOAD.
Type "REG %s /?" for usage.
ERROR: The root key must be HKLM or HKU for LOAD/UNLOAD.
Type "REG %s /?" for usage.
107Insufficient memory. Try closing down some applications, and try again.
If you still see this message, try restarting Windows.
Insufficient memory. Try closing down some applications, and try again.
If you still see this message, try restarting Windows.
108ERROR: Registry editing has been disabled by your administrator.
ERROR: Registry editing has been disabled by your administrator.
109ERROR: This operation can only be performed on subkeys of HKLM\Software.
Type "REG FLAGS /?" for usage.
ERROR: This operation can only be performed on subkeys of HKLM\Software.
Type "REG FLAGS /?" for usage.
121ERROR: Invalid syntax. Specify valid numeric value for '/d'.
Type "REG ADD /?" for usage.
ERROR: Invalid syntax. Specify valid numeric value for '/d'.
Type "REG ADD /?" for usage.
122ERROR: Invalid syntax. Specify valid hex value for '/d'.
Type "REG ADD /?" for usage.
ERROR: Invalid syntax. Specify valid hex value for '/d'.
Type "REG ADD /?" for usage.
123ERROR: Invalid value specified for '/d'.
Type "REG ADD /?" for usage.
ERROR: Invalid value specified for '/d'.
Type "REG ADD /?" for usage.
131ERROR: The registry entry cannot be copied onto itself.
Type "REG COPY /?" for usage.
ERROR: The registry entry cannot be copied onto itself.
Type "REG COPY /?" for usage.
141Delete request is partially completed.
Delete request is partially completed.
151ERROR: The registry entry is being compared with itself.
ERROR: The registry entry is being compared with itself.
161ERROR: Failed to access "%s".
ERROR: Failed to access "%s".
171ERROR: A remote machine was specified.
Type "REG EXPORT /?" for usage.
ERROR: A remote machine was specified.
Type "REG EXPORT /?" for usage.
172ERROR: A remote machine was specified.
Type "REG FLAGS /?" for usage.
ERROR: A remote machine was specified.
Type "REG FLAGS /?" for usage.
191The system was unable to find the specified registry key or value.
The system was unable to find the specified registry key or value.
201Permanently delete the registry key %s (Yes/No)? Permanently delete the registry key %s (Yes/No)?
202Value %s exists, overwrite(Yes/No)? Value %s exists, overwrite(Yes/No)?
203Value %s exists. Overwrite (Yes/No/All)? Value %s exists. Overwrite (Yes/No/All)?
204Delete all values under the registry key %s (Yes/No)? Delete all values under the registry key %s (Yes/No)?
205Delete the registry value %s (Yes/No)? Delete the registry value %s (Yes/No)?
206YNA YNA
207File %s already exists. Overwrite (Yes/No)? File %s already exists. Overwrite (Yes/No)?
301REG QUERY KeyName [/v [ValueName] | /ve] [/s]
[/f Data [/k] [/d] [/c] [/e]] [/t Type] [/z] [/se Separator]
[/reg:32 | /reg:64]

KeyName [\\Machine\]FullKey
Machine - Name of remote machine, omitting defaults to the
current machine. Only HKLM and HKU are available on
remote machines
FullKey - in the form of ROOTKEY\SubKey name
ROOTKEY - [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey - The full name of a registry key under the
selected ROOTKEY

/v Queries for a specific registry key values.
If omitted, all values for the key are queried.

Argument to this switch can be optional only when specified
along with /f switch. This specifies to search in valuenames only.

/ve Queries for the default value or empty value name (Default).

/s Queries all subkeys and values recursively (like dir /s).

/se Specifies the separator (length of 1 character only) in
data string for REG_MULTI_SZ. Defaults to "\0" as the separator.

/f Specifies the data or pattern to search for.
REG QUERY KeyName [/v [ValueName] | /ve] [/s]
[/f Data [/k] [/d] [/c] [/e]] [/t Type] [/z] [/se Separator]
[/reg:32 | /reg:64]

KeyName [\\Machine\]FullKey
Machine - Name of remote machine, omitting defaults to the
current machine. Only HKLM and HKU are available on
remote machines
FullKey - in the form of ROOTKEY\SubKey name
ROOTKEY - [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey - The full name of a registry key under the
selected ROOTKEY

/v Queries for a specific registry key values.
If omitted, all values for the key are queried.

Argument to this switch can be optional only when specified
along with /f switch. This specifies to search in valuenames only.

/ve Queries for the default value or empty value name (Default).

/s Queries all subkeys and values recursively (like dir /s).

/se Specifies the separator (length of 1 character only) in
data string for REG_MULTI_SZ. Defaults to "\0" as the separator.

/f Specifies the data or pattern to search for.
302Use double quotes if a string contains spaces. Default is "*".

/k Specifies to search in key names only.

/d Specifies the search in data only.

/c Specifies that the search is case sensitive.
The default search is case insensitive.

/e Specifies to return only exact matches.
By default all the matches are returned.

/t Specifies registry value data type.
Valid types are:
REG_SZ, REG_MULTI_SZ, REG_EXPAND_SZ,
REG_DWORD, REG_QWORD, REG_BINARY, REG_NONE
Defaults to all types.

/z Verbose: Shows the numeric equivalent for the type of the valuename.

/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.

Use double quotes if a string contains spaces. Default is "*".

/k Specifies to search in key names only.

/d Specifies the search in data only.

/c Specifies that the search is case sensitive.
The default search is case insensitive.

/e Specifies to return only exact matches.
By default all the matches are returned.

/t Specifies registry value data type.
Valid types are:
REG_SZ, REG_MULTI_SZ, REG_EXPAND_SZ,
REG_DWORD, REG_QWORD, REG_BINARY, REG_NONE
Defaults to all types.

/z Verbose: Shows the numeric equivalent for the type of the valuename.

/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.

303Examples:

REG QUERY HKLM\Software\Microsoft\ResKit /v Version
Displays the value of the registry value Version

REG QUERY \\ABC\HKLM\Software\Microsoft\ResKit\Nt\Setup /s
Displays all subkeys and values under the registry key Setup
on remote machine ABC

REG QUERY HKLM\Software\Microsoft\ResKit\Nt\Setup /se #
Displays all the subkeys and values with "#" as the seperator
for all valuenames whose type is REG_MULTI_SZ.

REG QUERY HKLM /f SYSTEM /t REG_SZ /c /e
Displays Key, Value and Data with case sensitive and exact
occurrences of "SYSTEM" under HKLM root for the data type REG_SZ

REG QUERY HKCU /f 0F /d /t REG_BINARY
Displays Key, Value and Data for the occurrences of "0F" in data
under HKCU root for the data type REG_BINARY

REG QUERY HKLM\SOFTWARE /ve
Displays Value and Data for the empty value (Default)
under HKLM\SOFTWARE
Examples:

REG QUERY HKLM\Software\Microsoft\ResKit /v Version
Displays the value of the registry value Version

REG QUERY \\ABC\HKLM\Software\Microsoft\ResKit\Nt\Setup /s
Displays all subkeys and values under the registry key Setup
on remote machine ABC

REG QUERY HKLM\Software\Microsoft\ResKit\Nt\Setup /se #
Displays all the subkeys and values with "#" as the seperator
for all valuenames whose type is REG_MULTI_SZ.

REG QUERY HKLM /f SYSTEM /t REG_SZ /c /e
Displays Key, Value and Data with case sensitive and exact
occurrences of "SYSTEM" under HKLM root for the data type REG_SZ

REG QUERY HKCU /f 0F /d /t REG_BINARY
Displays Key, Value and Data for the occurrences of "0F" in data
under HKCU root for the data type REG_BINARY

REG QUERY HKLM\SOFTWARE /ve
Displays Value and Data for the empty value (Default)
under HKLM\SOFTWARE
501(Default) (Default)
502(value not set) (value not set)
511
Result Compared: Different

Result Compared: Different
512
Result Compared: Identical

Result Compared: Identical
513Value: %s Value: %s
514Key: %s\%s Key: %s\%s
521End of search: %d match(es) found.
End of search: %d match(es) found.
527Type: %s
Type: %s
528Data: %s
Data: %s
702Error opening the file. There may be a disk or file system error.
Error opening the file. There may be a disk or file system error.
703Error reading the file. There may be a disk error or the file may be corrupt.
Error reading the file. There may be a disk error or the file may be corrupt.
704Error accessing the registry.
Error accessing the registry.
705Not all data was successfully written to the registry.
Some keys are open by the system or other processes, or you have insufficient privileges to perform this operation.
Not all data was successfully written to the registry.
Some keys are open by the system or other processes, or you have insufficient privileges to perform this operation.
706The specified file is not a registry file. You can import only registry files.
The specified file is not a registry file. You can import only registry files.
707The specified file is not intended for use with this version of Windows.
The specified file is not intended for use with this version of Windows.
708
Not all keys were successfully accessed. You may have insufficient privileges to perform this operation.

Not all keys were successfully accessed. You may have insufficient privileges to perform this operation.
801The key selected is invalid.
The key selected is invalid.
802Unable to write to the file. There may be a disk or file system error.
Unable to write to the file. There may be a disk or file system error.
5001ERROR: ERROR:
5002WARNING: WARNING:
5003SUCCESS: SUCCESS:
5004INFO: INFO:
5005N/A N/A
5501Type the password for %s: Type the password for %s:
5502Passing the user credential for local connection.
Passing the user credential for local connection.
5503The target system must be running Windows XP or above.
The target system must be running Windows XP or above.
5504The remote system must be running Windows 2000 or above.
The remote system must be running Windows 2000 or above.
5601Invalid syntax. '%s' value is not allowed for '%s' option.
%s
Invalid syntax. '%s' value is not allowed for '%s' option.
%s
5602Invalid syntax. Specify valid numeric value for '%s'.
%s
Invalid syntax. Specify valid numeric value for '%s'.
%s
5603Invalid syntax. Specifiy valid floating point value for '%s'.
%s
Invalid syntax. Specifiy valid floating point value for '%s'.
%s
5604Invalid syntax. Mandatory option '%s' is missing.
%s
Invalid syntax. Mandatory option '%s' is missing.
%s
5605Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
Invalid syntax. '%s' option is not allowed more than '%d' time(s).
%s
5607Invalid argument/option - '%s'.
%s
Invalid argument/option - '%s'.
%s
5608Invalid syntax. Default argument is missing.
%s
Invalid syntax. Default argument is missing.
%s
5609Length of the command line argument should not exceed 255 characters.
Length of the command line argument should not exceed 255 characters.
5610Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
Invalid syntax. Default option is not allowed more than '%d' time(s).
%s
5611Invalid syntax. Value expected for '%s'.
%s
Invalid syntax. Value expected for '%s'.
%s
5612Invalid syntax. '%s' value is not allowed as default argument.
%s
Invalid syntax. '%s' value is not allowed as default argument.
%s
5613Type "%s /?" for usage. Type "%s /?" for usage.
5614Value for '%s' option cannot be empty.
%s
Value for '%s' option cannot be empty.
%s
5615Value for default option cannot be empty.
%s
Value for default option cannot be empty.
%s
5616Invalid syntax. Specify valid numeric value for default.
%s
Invalid syntax. Specify valid numeric value for default.
%s
5617Invalid syntax. Specifiy valid floating point value for default.
%s
Invalid syntax. Specifiy valid floating point value for default.
%s
5618Value for default option cannot be more than %d character(s).
Value for default option cannot be more than %d character(s).
5619Invalid syntax. Value cannot be specified with '%s' option.
%s
Invalid syntax. Value cannot be specified with '%s' option.
%s
5620Value for '%s' option cannot be more than %d character(s).
Value for '%s' option cannot be more than %d character(s).

EXIF

File Name:reg.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-r..ne-editor.resources_31bf3856ad364e35_10.0.15063.0_en-us_c4b07a753822e7c2\
File Size:38 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:38400
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:English (U.S.)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Registry Console Tool
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:reg.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:reg.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-r..ne-editor.resources_31bf3856ad364e35_10.0.15063.0_en-us_cf0524c76c83a9bd\

What is reg.exe.mui?

reg.exe.mui is Multilingual User Interface resource file that contain English (U.S.) language for file reg.exe (Registry Console Tool).

File version info

File Description:Registry Console Tool
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:reg.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:reg.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x409, 1200