Usually installed vmwareworkstation caused the system to start too slow, after analysis, found that workstation service startup time is longer, after the effect is obvious, can workstation is the sharing of Windows services, like I can not leave this service, So just the following script will solve the problem! (Virtual machine Path please fill in the actual situation, request the end path)
Copy the following text to Notepad and save as "virtual machine. bat".
Copy Code code as follows:
@echo off
Title vmwareworkstation Smart Boot Script v1.0
Color a
@echo = = ====================================
@echo vmwareworkstation Smart Boot Script v1.0
@echo Create by adobo
@echo Qq:1 00004117
@echo www.BeYourMan.com
@echo ======================================
@echo Start the task, please ...
echo off
Echo is starting VM-related services ...
net start VMware Authorization Service
net start VMware DHCP Service
net start VMware NAT Service
net start VMware Virtual Mount Manager Extended
Echo is opening the Vmwareworkstation software ...
start/w E:\soft-z~1\vmware\vmware~1\vmware.exe
Echo vmwareworkstation exits, the associated service is being stopped to free resources ...
net stop "VMware Authorization Service"
net stop "VMware DHCP Service"
net stop "VMware NAT Service"
net Stop "VMware Virtual Mount Manager Extended"
Echo related services all stopped, any key exits