Created
August 8, 2024 22:07
-
-
Save alimbada/1c8b3792bde0cea08ba0cd32fcfd02a9 to your computer and use it in GitHub Desktop.
Restart GPU
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use Get-PnpDevice with no parameters to get the name of the device | |
Get-PnpDevice -FriendlyName "AMD Radeon RX 6700" | Disable-PnpDevice -Confirm:$false ; Sleep -Seconds 5; Get-PnpDevice -FriendlyName "AMD Radeon RX 6700" | Enable-PnpDevice -Confirm:$false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run as Admin