Skip to content

Instantly share code, notes, and snippets.

@mark05e
Created April 18, 2019 07:29
Show Gist options
  • Save mark05e/f2ef28f22098c4e4cfc2b22f2c1e6036 to your computer and use it in GitHub Desktop.
Save mark05e/f2ef28f22098c4e4cfc2b22f2c1e6036 to your computer and use it in GitHub Desktop.
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