Skip to content

Instantly share code, notes, and snippets.

@caffeinetiger
Last active April 18, 2022 18:19
Show Gist options
  • Select an option

  • Save caffeinetiger/9af8a1c98a033ca4d244cb0f8c13a93b to your computer and use it in GitHub Desktop.

Select an option

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
# 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"
# 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