Created
April 18, 2019 07:29
-
-
Save mark05e/f2ef28f22098c4e4cfc2b22f2c1e6036 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= auto | |
sc config "VMware NAT Service" start= auto | |
sc config "VMUSBArbService" start= auto | |
sc config "VMnetDHCP" start= auto | |
sc config "VMAuthdService" start= auto | |
net start "VMwareHostd" | |
net start "VMware NAT Service" | |
net start "VMUSBArbService" | |
net start "VMnetDHCP" | |
net start "VMAuthdService" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment