mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 00:42:45 +00:00
14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# reg unload
|
|
|
|
> Remove data from the registry that was loaded using the `reg load` command.
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-unload>.
|
|
|
|
- Remove data from the registry for a specified key:
|
|
|
|
`reg unload {{key_name}}`
|