Uninstalling
Windows
Section titled “Windows”Installer
Section titled “Installer”- Open Settings → Apps → Installed apps (Windows 11) or Control Panel → Programs → Uninstall a program (Windows 10).
- Find Phantom Pad in the list and click Uninstall.
- The uninstaller will stop and remove the background service automatically.
Note: The uninstaller will prompt to remove the ViGEmBus driver, but some other apps might depend on it, so only delete it if you’re sure nothing else uses it.
Portable (.exe)
Section titled “Portable (.exe)”- Close
phantompad.exeif it is running. - Delete the executable.
- Optionally remove the firewall rule
Removing ViGEmBus (optional)
Section titled “Removing ViGEmBus (optional)”If Phantom Pad was the only application using ViGEmBus and you want to remove it:
- Open Settings → Apps → Installed apps.
- Find ViGEmBus and uninstall it.
- Reboot your PC to complete driver removal.
systemd Service
Section titled “systemd Service”- Stop and disable the service:
Terminal window sudo systemctl disable --now phantompad - Remove the service file:
Terminal window sudo rm /etc/systemd/system/phantompad.servicesudo systemctl daemon-reload - Remove the binary:
Terminal window sudo rm /usr/local/bin/phantompad
Standalone Binary
Section titled “Standalone Binary”- Kill the process if it’s running:
Terminal window pkill phantompad - Delete the binary:
Terminal window rm ./phantompad
Removing the udev Rule (optional)
Section titled “Removing the udev Rule (optional)”If you added the udev rule during installation and want to clean it up:
sudo rm /etc/udev/rules.d/99-uinput.rulessudo udevadm control --reload-rulesYou can also remove your user from the input group if it was added solely for Phantom Pad:
sudo gpasswd -d $USER inputLog out and back in for the group change to take effect.