Files
ROCm/docs/install/includes/5_windows-tar-uninstall.md
peterjunpark 3c61d4fb05 [docs/7.9.0] Add build from source overview page / Point to therocm-7.9.0 in components list (#5546)
* Update links to components to point the `therock-7.9.0` ref

* Add build from source page

* lint: fix caps and update .wordlist.txt

* add link to "development manuals" list

* add links to TheRock's development guide and fix step 4

* wording and fmt

* fix spacing

* fix fmt

* Fix documentation linting errors

* fix spacing
2025-10-21 12:41:56 -04:00

788 B

  1. Delete the C:\TheRock\build and its contents.

  2. Delete the environment variables. For example, using PowerShell as an administrator:

    [Environment]::SetEnvironmentVariable("HIP_PATH", $null, "Machine")
    [Environment]::SetEnvironmentVariable("HIP_DEVICE_LIB_PATH", $null, "Machine")
    [Environment]::SetEnvironmentVariable("HIP_PLATFORM", $null, "Machine")
    [Environment]::SetEnvironmentVariable("LLVM_PATH", $null, "Machine")
    
  3. Remove the following paths from your PATH environment variable using your system settings GUI.

    • C:\TheRock\build\bin

    • C:\TheRock\build\lib\llvm\bin

  4. If you want to uninstall the Adrenalin driver, see Uninstall AMD Software.