XP下WORKSTATION啟動(dòng)慢導(dǎo)致系統(tǒng)啟動(dòng)時(shí)間過長(zhǎng)問題的解決方法
更新時(shí)間:2011年10月07日 20:56:40 作者:
通常安裝過VMwareWorkstation導(dǎo)致系統(tǒng)啟動(dòng)過慢,經(jīng)分析后,發(fā)現(xiàn)WORKSTATION服務(wù)啟動(dòng)時(shí)間較長(zhǎng),禁用后效果明顯,可WORKSTATION是WINDOWS的共享基礎(chǔ)服務(wù),像我就離不開這個(gè)服務(wù)的,所以只需下面的腳本就可以解決問題了
通常安裝過VMwareWorkstation導(dǎo)致系統(tǒng)啟動(dòng)過慢,經(jīng)分析后,發(fā)現(xiàn)WORKSTATION服務(wù)啟動(dòng)時(shí)間較長(zhǎng),禁用后效果明顯,可WORKSTATION是WINDOWS的共享基礎(chǔ)服務(wù),像我就離不開這個(gè)服務(wù)的,所以只需下面的腳本就可以解決問題了!(虛擬機(jī)路徑請(qǐng)更具實(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ù),請(qǐng)稍后...
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ù),請(qǐng)稍后...
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)文章
Emeditor與dos(cmd)經(jīng)典使用技巧之批量生成網(wǎng)頁(yè)
首先我們準(zhǔn)備好工具: 工作目錄:D:\jb51.txt 里邊放一個(gè)你的有內(nèi)容的index.html文件, 然后我們把要生成的網(wǎng)頁(yè)弄成這種格式:2008-06-06
純腳本備份_還原驅(qū)動(dòng)增強(qiáng)版附相關(guān)sleep.exe
不能說此腳本比驅(qū)動(dòng)精靈更完美,但它確實(shí)彌補(bǔ)了驅(qū)動(dòng)精靈的不足! 這個(gè)版本是我先前版本上(借助DevCon純腳本備份驅(qū)動(dòng))增強(qiáng)的,已經(jīng)是完美版本了。2008-06-06

