REG DELETE KeyName [/v ValueName | /ve | /va] [/f] 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. Examples: REG DELETE HKLM\Software\MyCo\MyApp imeout Deletes the registry key Timeout and its all subkeys and values REG DELETE \\ZODIAC\HKLM\Software\MyCo /v MTU Deletes the registry value MTU under MyCo on ZODIAC
Refreshes the properties of the object with with the values stored in the directory service (for public queues) or the local ...
REG ADD KeyName /v ValueName | /ve /t Type /s Separator /d Data /f KeyName \Machine\]FullKey Machine Name of remote machine ...
REG COMPARE KeyName1 KeyName2 /v ValueName | /ve Output /s KeyName \Machine\]FullKey Machine Name of remote machine - omitting ...
REG COPY KeyName1 KeyName2 /s /f KeyName \Machine\]FullKey Machine Name of remote machine - omitting defaults to the current ...
REG DELETE KeyName /v ValueName | /ve | /va /f KeyName \Machine\]FullKey Machine Name of remote machine - omitting defaults ...
REG EXPORT KeyName FileName /y Keyname ROOTKEY[\SubKey (local machine only). ROOTKEY HKLM | HKCU | HKCR | HKU | HKCC SubKey ...
REG IMPORT FileName FileName The name of the disk file to import (local machine only). Examples: REG IMPORT AppBkUp.reg Imports ...
REG LOAD KeyName FileName KeyName ROOTKEY\SubKey (local machine only) ROOTKEY HKLM | HKU SubKey The key name to load the ...
REG Operation Parameter List Operation QUERY | ADD | DELETE | COPY | SAVE | LOAD | UNLOAD | RESTORE | COMPARE | EXPORT | ...