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

reg unload — Remove data from the registry that was loaded using the `reg load` command. More information: <https

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theregistrycommandreg unloadremovefromclidata
windows

Problem

How to use the reg unload command: 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>.

Solution

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}}

Code Snippets

Remove data from the registry for a specified key

reg unload {{key_name}}

Context

tldr-pages: windows/reg unload

Revisions (0)

No revisions yet.