I have a speaker system with a built in USB audio interface connected to my PC. When the PC returns from standby, audio output is not working, even though the device is shown as audio output.
To get audio output again, I have to manually select another source than USB on the speaker system, and then switch back to USB.
I'd like to automate this on my Windows 10 system, so that after logon the USB device is automatically disconnected and reconnected.
I understand that this can be done using the Task Scheduler and a batch file that runs devcon.exe from the SDK, but when I enter "devcon disable "USB\VID_154E&PID_1004"" it demands a reboot.
"devcon restart" demands a reboot, too.
Is there a solution for my problem?