Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-24 00:21:36 +00:00
parent 4e6886aa1f
commit 70f6f2ac08
27 changed files with 174 additions and 69 deletions

21
tldr/regedit Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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 -?`