Skip to content

Instantly share code, notes, and snippets.

@LogMeIn-Hamachi
Last active September 8, 2023 22:03
Show Gist options
  • Save LogMeIn-Hamachi/da6b0c6f9736ae7e3c98e28ec1a1ede1 to your computer and use it in GitHub Desktop.
Save LogMeIn-Hamachi/da6b0c6f9736ae7e3c98e28ec1a1ede1 to your computer and use it in GitHub Desktop.
Fix Nvidia tesla GPUs crashing windows pc with 15.0 and never GRID driver.
The nvidia tesla p40 needs to be disabled and enabled every pc boot.
Make two powershell script that runs at startup. Script disable needs 20 seconds delay at log on. Script Enable needs 2 minutes delay at log on. From my testing.
Disable Nvidia tesla p40 example:
pnputil /disable-device "PCI\VEN_10DE&DEV_EXAMPLE_11D910DE&REV_A1\4&7D659FE&0&0009"
Enable Nvidia tesla p40 example:
pnputil /enable-device "PCI\VEN_10DE&DEV_1B38&SUBSYS_EXAMPLE_A1\4&7D659FE&0&0009"
Important! Find your device id under Device manager > Display adaters > Nvidia tesla > properties > Details > device instance path.
This scripts needs to run as admin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment