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 delete

Feedback

In this article

Deletes a subkey or entries from the registry.

Syntax

reg delete <keyname> [{/v valuename | /ve | /va}] [/f]

Parameters

ParameterDescription
<keyname1>Specifies the full path of the subkey or entry to be deleted. To specify a remote computer, include the computer name (in the format\\<computername>\) as part of thekeyname. Omitting\\<computername>\ causes the operation to default to the local computer. Thekeyname must include a valid root key. Valid root keys for the local computer are:HKLM,HKCU,HKCR,HKU, andHKCC. If a remote computer is specified, valid root keys are:HKLM andHKU. If the registry key name contains a space, enclose the key name in quotes.
/v<valuename>Deletes a specific entry under the subkey. If no entry is specified, then all entries and subkeys under the subkey will be deleted.
/veSpecifies that only entries that have no value will be deleted.
/vaDeletes all entries within the specified key. Subkey entries that reside within the specified key are not deleted.
/fDeletes the existing registry subkey or entry without asking for confirmation.
/?Displays help at the command prompt.

Remarks

  • The return values for thereg delete operation are:

    ValueDescription
    0Success
    1Failure

Examples

To delete the registry key Timeout and its all subkeys and values, type:

reg delete HKLM\Software\MyCo\MyApp\Timeout

To delete the registry value MTU under HKLM\Software\MyCo on the computer named ZODIAC, type:

reg delete \\ZODIAC\HKLM\Software\MyCo /v MTU

Related links


Feedback

Was this page helpful?

YesNo

In this article

Was this page helpful?

YesNo