Friday, July 16, 2010

VmWare Services start

REM to set services to "On Demand" state
sc config "VMAuthdService" start= demand
sc config "vmserverdWin32" start= demand
sc config "VMnetDHCP" start= demand
sc config "VMware NAT Service" start= demand
sc config "vmount2" start= demand

REM to start manually
net start VMAuthdService
net start vmserverdWin32
net start VMnetDHCP
net start "VMware NAT Service"
net start vmount2
pause

No comments:

Post a Comment