Pages

Tuesday, December 28, 2021

Windows 10 fix "No audio output devices found" despite trying driver reinstall and everything you can think of?

 Just do this:

  • Open regedit
  • Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations

If "ConsoleSecurity" has a value of "zero length binary-value" then do the following:

  • Open an admin CMD
  • Copy paste this command:


REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations" /f /v ConsoleSecurity /t REG_BINARY /d 010014809c000000a800000000000000140000000200880006000000000014000100000001010000000000050400000000001400bf030f000101000000000005120000000000140089000f00010100000000000513000000000014008100000001010000000000051400000000001800bf030f000102000000000005200000002002000000001800210100000102000000000005200000002b020000010100000000000512000000010100000000000512000000


  • Hit Enter
  • Reboot
  • Enjoy

No comments:

Post a Comment