Forcefully delete all values recursively under a key without a prompt

reg delete

  • Delete keys or their values from the registry.
    More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg-delete>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

reg delete {{key_name}} /f /va

click the source code to copy install reg delete on any operating system with command-not-found.com