That will do. Thank you!
Thank you!
It's not the same. "demandstart" does not start service automatically, only manually by user (or another app). "Automatic (Delayed Start)" starts service automatically on system start but with some delay after another services have started. I see in twapi start type is set by ChangeServiceConfig, but this delayed start can only be set by ChangeServiceConfig2 API (same that is used in twapi::set_service_description and twapi::set_service_failure_actions): https://docs.microsoft.com/en-us/windows/...
"Automatic (Delayed Start)" support in service start type
vfs::zip unable to open files in directories containing upper case
I've tested your release and both issues seem to be fixed. Thanks! RP.