Good question.... I was running in Minimized OS with WASAPI disabled under z8e for the better part of a year, where the scripts worked.
I just tried 1.186a this weekend, and ended up returning to Normal OS and then let 1.186a minimize the OS again. The scripts did not work at this point, as the dependent services are now set to a startup type of "disabled" instead of "manual". If I re-enable (i.e. set those services to "manual"), the script works again, but it would need to be tweaked to turn off the extra service that is started.
On my machine, setting the startup type for the following services to "manual" is required for the scripts to work: "Multimedia Class Scheduler", "Windows Audio", and "Windows Audio Endpoint Builder".
The start batch file does not require a change.
The stop batch file, however would now be:
2 - Stop Windows Audio.bat
@net stop "Windows Audio"
@net stop "Windows Audio Endpoint Builder"
@net stop "Multimedia Class Scheduler"