Allows you to run programs on your secondary GPU inspired by Kernel Kue on the LTT forums in order to save resources on your primary GPU. Now you finally have a use for your old GTX 1050!
Read more on the LTT Forums: https://linustechtips.com/main/topic/1215225-run-rtx-voice-or-any-program-on-second-graphics-card/
AMD Support is experimental, please report any bugs!
- Download runasgpu.bat and devcon.exe
- Run it
- Select your Primary GPU (only has to be done once. To change, delete card.ini)
- Choose a program to launch on your secondary GPU
- It will prompt for admin access and launch it!
Command line options:
-cd directory
Use the -cd
option before the program you wish to launch to launch it in that directory.
Example: call RunAsGPU.bat -cd "C:\Windows" "C:\program files\google\chrome\chrome.exe" -user 1
Note: devcon.exe was obtained from an official microsoft release found here.