Got a flash drive and picked up my work laptop, here is the output:
Microsoft Windows [Version 10.0.26200.8457]
(c) Microsoft Corporation. All rights reserved.
C:\Windows\System32>sc.exe qc wlansvc
[SC] QueryServiceConfig SUCCESS
SERVICE_NAME: wlansvc
TYPE : 10 WIN32_OWN_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p
LOAD_ORDER_GROUP : TDI
TAG : 0
DISPLAY_NAME : WLAN AutoConfig
DEPENDENCIES : nativewifip
: RpcSs
: Ndisuio
: wcmsvc
SERVICE_START_NAME : LocalSystem
C:\Windows\System32>sc.exe config nativewifip start= demand
[SC] ChangeServiceConfig SUCCESS
C:\Windows\System32>net start nativewifip
The requested service has already been started.
More help is available by typing NET HELPMSG 2182.
C:\Windows\System32>sc.exe config Ndisuio start= demand
[SC] ChangeServiceConfig SUCCESS
C:\Windows\System32>net start Ndisuio
The requested service has already been started.
More help is available by typing NET HELPMSG 2182.
C:\Windows\System32>sc.exe config wcmsvc start= auto
[SC] ChangeServiceConfig SUCCESS
C:\Windows\System32>net start wcmsvc
System error 1068 has occurred.
The dependency service or group failed to start.
C:\Windows\System32>sc.exe config nsiproxy start=auto
[SC] ChangeServiceConfig SUCCESS
C:\Windows\System32>net start nsiproxy
The requested service has already been started.
More help is available by typing NET HELPMSG 2182.
C:\Windows\System32>sc.exe config nsi start= auto
[SC] ChangeServiceConfig SUCCESS
C:\Windows\System32>net start nsi
The requested service has already been started.
More help is available by typing NET HELPMSG 2182.
C:\Windows\System32>sc.exe config WinHttpAutoProxySvc start= demand
[SC] OpenService FAILED 5:
Access is denied.
C:\Windows\System32>net start WinHttpAutoProxySvc
System error 1068 has occurred.
The dependency service or group failed to start.
C:\Windows\System32>net start AFD
The requested service has already been started.
More help is available by typing NET HELPMSG 2182.
C:\Windows\System32>