Files
NVML-GPU-Control/MANUAL_INSTALL.md

1.1 KiB

Manual Uninstall

You only need to remove the directory (BE EXTRA CAREFUL WITH THE RM COMMAND). You can also use the GUI to simply delete the directory if you find that easier and safer.

Useful docs (read before running the commands):

# Windows - you can run first with the -WhatIf parameter to test 
Remove-Item -Confirm -Force -Recurse -Path 'C:\Program Files\User_NVIDIA_GPU_Control\'

# Linux
rm --interactive --preserve-root -R '/usr/bin/User_NVIDIA_GPU_Control'

Services

Don't forget to remove the old startup services as well

Windows

  • Run the command in an admin prompt
schtasks /delete /tn "User NVIDIA GPU Control Task"

Linux

  • Run the command as root for systemd
sudo rm -i /etc/systemd/system/unofficial-gpu-nvml-control.service
  • Edit root's crontab (you just need to fix the command to the new one)
sudo crontab -e