reg unload (windows)

Posted by tldr
Public (Editable by Users)

Remove data from the registry that was loaded using the reg load command. More information: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-unload .

Shell
None
Edit
reg load

# Remove data from the registry for a specified key:
reg unload {{key_name}}