Skip to content

Instantly share code, notes, and snippets.

@ShinNoNoir
Created July 6, 2011 17:47
Show Gist options
  • Save ShinNoNoir/1067862 to your computer and use it in GitHub Desktop.
Save ShinNoNoir/1067862 to your computer and use it in GitHub Desktop.
taskkill /F /IM explorer.exe
devcon disable "*VEN_10EC*"
net stop "Windows Audio"
devcon enable "*VEN_10EC*"
net start "Windows Audio"
start explorer.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment