diff --git a/docs/core/install/windows.md b/docs/core/install/windows.md index f6b2a914a2044..8f8994270208c 100644 --- a/docs/core/install/windows.md +++ b/docs/core/install/windows.md @@ -220,6 +220,14 @@ Suppresses any attempts to restart. dotnet-sdk-9.0.100-win-x64.exe /install /quiet /norestart ``` +If you've already installed .NET, use the .NET Installer to manage the installation. Instead of `/install`, use one of the following options: + +- `/uninstall`\ +Remove this version of .NET. + +- `/repair`\ +Check if the installations key files or components are damaged and restore them. + > [!TIP] > The installer returns an exit code of **0** for success and an exit code of **3010** to indicate that a restart is required. Any other value is most likely an error code.