diff --git a/pages/windows/reg-unload.md b/pages/windows/reg-unload.md new file mode 100644 index 0000000000..23d769d482 --- /dev/null +++ b/pages/windows/reg-unload.md @@ -0,0 +1,7 @@ +# reg unload + +> Remove data from the registry that was loaded using the `reg load` command. + +- Remove data from the registry for a specified key: + +`reg unload {{key_name}}`