to set the startup type manual
sc config "VMAuthdService" start= demand
sc config "VMnetDHCP" start= demand
sc config "VMware NAT Service" start= demand
sc config "VMUSBArbService" start= demand
sc config "VMwareHostd" start= demand
to set the startup type automatic
sc config "VMAuthdService" start= auto
sc config "VMnetDHCP" start= auto
sc config "VMware NAT Service" start= auto
sc config "VMUSBArbService" start= auto
sc config "VMwareHostd" start= auto