snippetbashTip
reg unload — Remove data from the registry that was loaded using the `reg load` command. More information: <https
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.