How to remove a dotnet runtime on Windows? How to remove a dotnet runtime on Windows? windows windows

How to remove a dotnet runtime on Windows?


There now is a officially recommended method to uninstall .net runtime and sdk. The gist of it is:

  • Install the ".NET Uninstall Tool"
  • Use dotnet-core-uninstall with its various commands (list, dry-run, and remove)

Use with care!