nvidia-optimus-kill
nvidia-optimus-kill copied to clipboard
A tool to easily end all processes pinned to the discrete GPU on an Nvidia Optimus laptop, thus allowing it to switch the dGPU off.
Results
1
nvidia-optimus-kill issues
Sort by
recently updated
recently updated
newest added
I've been doing this instead lately and it appears to work: ```posh Get-PnpDevice -Class "Display" | Where-Object Manufacturer -eq "NVIDIA" | Disable-PnpDevice -Confirm:$false Get-PnpDevice -Class "Display" | Where-Object Manufacturer -eq...