You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document /uninstall and /repair options for .NET (#43677)
* Document /uninstall and /repair options for .NET
* Update docs/core/install/windows.md
Co-authored-by: Andy (Steve) De George <[email protected]>
* Fix lint error
---------
Co-authored-by: Andy (Steve) De George <[email protected]>
If you've already installed .NET, use the .NET Installer to manage the installation. Instead of `/install`, use one of the following options:
220
+
221
+
-`/uninstall`\
222
+
Remove this version of .NET.
223
+
224
+
-`/repair`\
225
+
Check if the installations key files or components are damaged and restore them.
226
+
219
227
> [!TIP]
220
228
> 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.
0 commit comments