Created
April 18, 2019 07:32
-
-
Save mark05e/dfaa9570b5639c7c07856387e6e10ce4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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