一、 VPC介面設定:
1. Virtual PC控制台選項
2. 效能
l 所有虛擬電腦獲取相同的CPU資源
l 當VPC背景執行時讓VPC全速執行全速執行
二、 VPC系統設定:
1. Contig
單一檔案磁碟重組程式,使磁碟上的檔案連續排列。此程式十分適用於快速將持續變成分散型態的檔案進行最佳化,也適用於儘可能將分散型態的檔案數量減至最低。
http://www.microsoft.com/taiwan/technet/sysinternals/Utilities/Contig.mspx
Contig –a:
Contig –v:
2. 關閉防毒軟體
3. 刪除啟動時不需要的服務
l Help & Support
l Print Spooler
l Error Reporting Service
l Task Scheduler
複製以下batch內容存成VPCSpeed.bat檔,將此檔放在All Users啟動列裡。
--Batch Files(VPCSpeed.bat)--
@echo off
@echo -- Stopping unnecessary services for optimal VPC speed
@echo
@echo -- ... Stopping "Help and Support" service
net stop "Help and Support"
@echo -- ... Stopping "Print Spooler" service
net stop "Print Spooler"
@echo -- ... Stopping "Error Reporting Service" service
net stop "Error Reporting Service"
@echo -- ... Stopping "Task Scheduler" service
net stop "Task Scheduler"
4. 將系統效能調整成最佳化:
5. 關閉系統還原:(WinServer2003無此功能)
6. 系統失敗時,不要寫入偵錯資訊
7. 取消自動搜尋網路資料夾和印表機
留言列表