HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

regedit — Wine registry counterpart of the Microsoft Windows `regedit` service. More information: <https://man

Submitted by: @import:tldr-pages··
0
Viewed 0 times
registrywinethecounterpartcommandregeditmicrosoftcli

Problem

How to use the regedit command: Wine registry counterpart of the Microsoft Windows regedit service. More information: <https://manned.org/regedit>.

Solution

regedit — Wine registry counterpart of the Microsoft Windows regedit service. More information: <https://manned.org/regedit>.

Export a specific registry key and contents to a file:
regedit -E {{path/to/file}} {{path/to/registry_key}}


Delete a specified registry key:
regedit -D {{path/to/registry_key}}


Display help:
regedit -?

Code Snippets

Export a specific registry key and contents to a file

regedit -E {{path/to/file}} {{path/to/registry_key}}

Delete a specified registry key

regedit -D {{path/to/registry_key}}

Display help

regedit -?

Context

tldr-pages: common/regedit

Revisions (0)

No revisions yet.