mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-27 03:01:52 -04:00
28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
# Uninstallation Using the Graphical Interface
|
|
|
|
The steps to uninstall the HIP SDK for Windows are described in this document.
|
|
|
|
## Uninstallation
|
|
|
|
All components, except visual studio plug-in should be uninstalled through
|
|
control panel -> Add/Remove Program. For visual studio extension uninstallation,
|
|
please refer to
|
|
<https://github.com/ROCm-Developer-Tools/HIP-VS/blob/master/README.md>.
|
|
Uninstallation of the HIP SDK components can be done through the Windows
|
|
Settings app. Navigate to "Apps > Installed apps", click the "..." on the far
|
|
right next to the component to uninstall, and click "Uninstall".
|
|
|
|
```{figure} /data/deploy/windows/014-uninstall-dark.png
|
|
:name: uninstall-dark
|
|
:class: only-dark
|
|
:alt: Installed apps section of the Setting app showing installed HIP SDK components.
|
|
Removing the SDK via the Setting app
|
|
```
|
|
|
|
```{figure} /data/deploy/windows/014-uninstall-light.png
|
|
:name: uninstall-light
|
|
:class: only-light
|
|
:alt: Installed apps section of the Setting app showing installed HIP SDK components.
|
|
Removing the SDK via the Setting app
|
|
```
|