Skip to content

Instantly share code, notes, and snippets.

@hlacikd
Created December 23, 2023 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlacikd/b63f5af0388cf4d3460ac3707a81dacb to your computer and use it in GitHub Desktop.
Save hlacikd/b63f5af0388cf4d3460ac3707a81dacb to your computer and use it in GitHub Desktop.
vfio reset bug fix
# 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