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
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: |