Last active
April 18, 2022 18:19
-
-
Save caffeinetiger/9af8a1c98a033ca4d244cb0f8c13a93b to your computer and use it in GitHub Desktop.
Take from [Automatically Disable or Enable your GPU (or any other device) when your laptop power state changes](https://dev.to/muhammedziyad/automatically-disable-and-enable-your-gpu-or-any-other-device-when-your-laptop-power-state-changes-hf5). Ena
This file contains hidden or 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
| # Replace string with the Device Instance Path of your choice | |
| pnputil /disable-device "PCI\VEN_10DE&DEV_1FBC&SUBSYS_0A691028&REV_A1\4&30232E66&0&0008" |
This file contains hidden or 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
| # Replace string with the Device Instance Path of your choice | |
| pnputil /enable-device "PCI\VEN_10DE&DEV_1FBC&SUBSYS_0A691028&REV_A1\4&30232E66&0&0008" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment