Created
December 23, 2023 21:12
-
-
Save hlacikd/b63f5af0388cf4d3460ac3707a81dacb to your computer and use it in GitHub Desktop.
vfio reset bug fix
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
# enable gpu | |
devcon64.exe enable "PCI\VEN_1002&DEV_747E*" | |
devcon64.exe enable "HDAUDIO\FUNC_01&VEN_1002&DEV_AA01*" | |
# disable gpu | |
devcon64.exe disable "PCI\VEN_1002&DEV_747E*" | |
devcon64.exe disable "HDAUDIO\FUNC_01&VEN_1002&DEV_AA01*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment