2026-02-18 06:55:01 -07:00
|
|
|
# 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}}`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Open the graphical registry manager:
|
|
|
|
|
|
|
|
|
|
`regedit`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`regedit -?`
|