Skip to content

Instantly share code, notes, and snippets.

@mark05e
Created April 18, 2019 07:32
Show Gist options
  • Save mark05e/dfaa9570b5639c7c07856387e6e10ce4 to your computer and use it in GitHub Desktop.
Save mark05e/dfaa9570b5639c7c07856387e6e10ce4 to your computer and use it in GitHub Desktop.
sc config "VMwareHostd" start= disabled
sc config "VMware NAT Service" start= disabled
sc config "VMUSBArbService" start= disabled
sc config "VMnetDHCP" start= disabled
sc config "VMAuthdService" start= disabled
net stop "VMwareHostd"
net stop "VMware NAT Service"
net stop "VMUSBArbService"
net stop "VMnetDHCP"
net stop "VMAuthdService"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment