XP에서 WORKSTATION 부팅이 느려서 시스템 부팅 시간이 길어지는 문제 해결 방법

1295 단어
보통 VMwareWorkstation을 설치한 적이 있어 시스템의 시작이 느리다. 분석한 결과 WORKSTATION 서비스의 시작 시간이 비교적 길고 사용하지 않으면 효과가 뚜렷하다. 그러나 WORKSTATION은 WINDOWS의 공유 기초 서비스이다. 나처럼 이 서비스를 떠날 수 없기 때문에 아래의 스크립트만 있으면 문제를 해결할 수 있다!(VM 경로는 엔드 경로가 필요한 실제 상황에 맞게 작성하십시오.)
다음 텍스트를 메모장에 복사한 다음 가상 머신.bat으로 저장
 
  
@echo off
title VMwareWorkstation v1.0
color a
@echo ======================================
@echo VMwareWorkstation v1.0
@echo Create by Adobo
@echo QQ:100004117
@echo www.BeYourMan.com
@echo ======================================
@echo , ...
echo off
echo VM ...
net start "VMware Authorization Service"
net start "VMware DHCP Service"
net start "VMware NAT Service"
net start "VMware Virtual Mount Manager Extended"
echo VMwareWorkstation ...
start /w E:\SOFT-Z~1\VMware\VMware~1\vmware.exe
echo VMwareWorkstation , ...
net stop "VMware Authorization Service"
net stop "VMware DHCP Service"
net stop "VMware NAT Service"
net stop "VMware Virtual Mount Manager Extended"
echo ,

좋은 웹페이지 즐겨찾기