XP下WORKSTATION啟動(dòng)慢導(dǎo)致系統(tǒng)啟動(dòng)時(shí)間過長問題的解決方法
更新時(shí)間:2011年10月07日 20:56:40 作者:
通常安裝過VMwareWorkstation導(dǎo)致系統(tǒng)啟動(dòng)過慢,經(jīng)分析后,發(fā)現(xiàn)WORKSTATION服務(wù)啟動(dòng)時(shí)間較長,禁用后效果明顯,可WORKSTATION是WINDOWS的共享基礎(chǔ)服務(wù),像我就離不開這個(gè)服務(wù)的,所以只需下面的腳本就可以解決問題了
通常安裝過VMwareWorkstation導(dǎo)致系統(tǒng)啟動(dòng)過慢,經(jīng)分析后,發(fā)現(xiàn)WORKSTATION服務(wù)啟動(dòng)時(shí)間較長,禁用后效果明顯,可WORKSTATION是WINDOWS的共享基礎(chǔ)服務(wù),像我就離不開這個(gè)服務(wù)的,所以只需下面的腳本就可以解決問題了!(虛擬機(jī)路徑請更具實(shí)際情況填寫,要求端路徑)
將以下文本復(fù)制到記事本,然后另存為"虛擬機(jī).bat"
@echo off
title VMwareWorkstation智能啟動(dòng)腳本v1.0
color a
@echo ======================================
@echo VMwareWorkstation智能啟動(dòng)腳本 v1.0
@echo Create by Adobo
@echo QQ:100004117
@echo www.BeYourMan.com
@echo ======================================
@echo 開始任務(wù),請稍后...
echo off
echo 正在啟動(dòng)VM相關(guān)服務(wù)...
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退出,正在停止相關(guān)的服務(wù)以釋放資源...
net stop "VMware Authorization Service"
net stop "VMware DHCP Service"
net stop "VMware NAT Service"
net stop "VMware Virtual Mount Manager Extended"
echo 相關(guān)服務(wù)全部停止,任意鍵退出
將以下文本復(fù)制到記事本,然后另存為"虛擬機(jī).bat"
復(fù)制代碼 代碼如下:
@echo off
title VMwareWorkstation智能啟動(dòng)腳本v1.0
color a
@echo ======================================
@echo VMwareWorkstation智能啟動(dòng)腳本 v1.0
@echo Create by Adobo
@echo QQ:100004117
@echo www.BeYourMan.com
@echo ======================================
@echo 開始任務(wù),請稍后...
echo off
echo 正在啟動(dòng)VM相關(guān)服務(wù)...
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退出,正在停止相關(guān)的服務(wù)以釋放資源...
net stop "VMware Authorization Service"
net stop "VMware DHCP Service"
net stop "VMware NAT Service"
net stop "VMware Virtual Mount Manager Extended"
echo 相關(guān)服務(wù)全部停止,任意鍵退出
相關(guān)文章
批處理BAT替換與截取字符串的用法t1=%a:~3%是什么意思
在bat編寫中,我們經(jīng)常越到t1=%a:~3%之類的代碼,這里簡單介紹下用法,需要的朋友可以參考下2013-05-05使用winrar打包air程序?yàn)閑xe(包含air運(yùn)行環(huán)境)
這篇文章主要介紹了使用winrar打包air程序?yàn)閑xe(包含air運(yùn)行環(huán)境) .,需要的朋友可以參考下2014-10-10批處理完美實(shí)現(xiàn)FTP遠(yuǎn)程備份數(shù)據(jù)
本文給大家分享的是實(shí)現(xiàn)使用FTP遠(yuǎn)程備份數(shù)據(jù)到本地的批處理腳本,非常的簡單實(shí)用,有需要的小伙伴可以參考下。2015-09-09