I have tried with USB Selective suspend disabled and it makes no difference hence the .bat file (which is easier than opening AS in admin mode to restart the services)
Ah thats easier
Linked to the bat file from task scheduler for when the com,puter wakes from sleep
https://sumtips.com/how-to/run-program-w…leep-hibernate/
---------------
@echo off
net stop "Aqua Computer Service"
net start "Aqua Computer Service"