Windows 7 / 8.1 的效能選項

Windows 7 / 8.1 在 系統中,可以根據系統的狀態,來讓使用者調整最適合的效能選項。
選擇 進階 / 設定

選擇 視覺效果

共有 4 個選項可以調整,分別是:

[@more@]以登錄檔來進行處理:
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerVisualEffects]
“VisualFXSetting”=dword:00000000

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerVisualEffects]
“VisualFXSetting”=dword:00000001

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerVisualEffects]
“VisualFXSetting”=dword:00000002

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerVisualEffects]
“VisualFXSetting”=dword:00000003

Disable Superfetch & Prefetch for SSD in Windows 7 / 8.1

Windows 7 / 8.1 安裝在 SSD 中,執行速度真的很快,家中幾台舊的電腦更換成 SSD 後,簡直是脫胎換骨,彷彿是一台全新的電腦。
Windows 7 / 8.1 安裝在 SSD 中,有的 SSD 會提供程式讓使用者做最佳化的設定,如:Intel SSD Toolbox…等等,如果沒有特別提供,就要手動去設定,網路上可以找到相當多的資料,如:使用Windows 8沒煩惱-用SSD建議停用Superfetch、最佳化-willie761111 – 小7聚樂部
底下文章內容是參考下列網站完成:
Disable Superfetch & Prefetch for SSD in Windows 8 | 7
Windows 8.1 SSD Settings, Etc. » TweakHound

執行登錄編輯程式

[@more@]修改 HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory ManagementPrefetchParameters
“EnableSuperfetch”=dword:00000000
“EnablePrefetcher”=dword:00000000

原本的值是
“EnableSuperfetch”=dword:00000003
“EnablePrefetcher”=dword:00000003

各個值的意義

關閉 Superfetch & Prefetch 的登錄檔:由 此處 下載
開啟 Superfetch & Prefetch 的登錄檔:由 此處 下載

縮短 Office 2010 x86/x64 更新檔的大小

Office 2010 的更新檔案似乎有支援多國語言,所以在 Updates 目錄下的檔案非常多,檔案也非常大,甚至比原本的 ISO 光碟都還來的大。
以 Office 2010 x64 為例,就有 459 個更新檔,容量到達 1.35G
[@more@]可以去除一些用不到的語系,目前我只保留 en-us / zh-tw / x-none 三種檔案
檔案數量縮減到 77 個,容量大小到 1.13G

NVIDIA GeForce 驅動程式 337.88


NVIDIA GeForce 驅動程式 337.88 版已在 5/26 釋出,有使用 NVIDIA 顯示卡的使用者可以上網下載下來更新,或開啟 NVIDIA GetForce Experience 來檢查並下載
[@more@]

NVIDIA GeForce 驅動程式 下載網站:http://www.geforce.com.tw/drivers
Windows 7 /8 / 8.1 x64 版:
http://tw.download.nvidia.com/Windows/337.88/337.88-notebook-win8-win7-64bit-international-whql.exe
http://tw.download.nvidia.com/Windows/337.88/337.88-desktop-win8-win7-winvista-64bit-international-whql.exe

Windows 7 /8 / 8.1 x86 版:
http://tw.download.nvidia.com/Windows/337.88/337.88-notebook-win8-win7-32bit-international-whql.exe
http://tw.download.nvidia.com/Windows/337.88/337.88-desktop-win8-win7-winvista-32bit-international-whql.exe

將 Office 2010 整合到 Windows 7 SP1 安裝光碟

一般安裝完 Windows 7 作業系統後,常常也會接著安裝 Office 軟體,所以這個整合主要是讓 Windows 7 SP1 安裝完後,也能接著安裝 Office 2010,整個一氣呵成。
之前一直沒有嘗試這樣做,最主要是自己偷懶,也覺得整個安裝的時間會拉長,且整合好的容量會超過光碟的大小,但現在幾乎都是使用 USB / 隨身硬碟 /  卡碟機 來安裝作業系統,所以也不存在這些問題了!

[@more@]底下以 Windows 7 SP1 Enterprise x86 及 Office 2010 SP2 x86  版為例
1. 首先將之前已經處理好的 Windows 7 SP1 光碟複製到硬碟 f:Win7

2. 建立要掛載的目錄 f:WIM

3. 以系統管理者身份執行 命令提示字元,並切換到 f:

4. 掛載 install.wim 進行修改
DISM /Mount-Wim /WimFile:Win7sourcesinstall.wim /Index:1 /MountDir:WIM

5. 在 f:WIMWindowsSetup 的目錄下,建立 Scripts 目錄

6. 將 Office 2010 複製到 f:WIMWindowsSetupScripts 目錄之下

7. 修改 f:WIMWindowsSetupScripts 目錄之下的 SetupComplete.cmd 加入
start  /wait %~dp0Office2010/setup.exe /config  %~dp0Office2010/config.xml
RMDIR /Q /S %windir%SetupScripts >nul

exit

8. 完成寫入
DISM /Unmount-Wim /MountDir:WIM /commit

9. 更新 install.wim 資訊
imagex /info Win7sourcesinstall.wim 1 “Windows 7 企業版 SP1 x86” “Windows 7 企業版 SP1 x86 + Office 2010 x86”

10. 製作成 ISO 檔
cdimage -l”GSP1RMCULXFRER_TW_DVD” -t4/13/2011,12:18:10 -u2 -h -bWin7bootetfsboot.com -o -m “Win7” “tw_windows_7_Ent_IE11_Update_with_sp1_Office2010_x86_dvd_20140521.iso”

11. 安裝測試

這個地方會停很久

這個地方會停很久

Office 2010 已安裝完成

剩下的更新檔

整合 Office 2010 x86/x64 的更新檔

Office 2010 安裝完成之後,也是有一堆的更新檔要做更新,這裡主要是把更新檔整合到 Office 2010 光碟內,安裝之後就不用再花很長的時間做更新了!

[@more@]1. 首先要把 Windows Update 上的 Office 2010 更新檔下載下來

2. 將更新檔解壓縮,切換到更新檔所在的目錄,執行下面指令

for %i in (*.exe) do start /wait %i /extract:Updates /passive

檔案解壓縮畫面

解壓縮後的檔案

3. 將解壓縮後的檔案複製到光碟的 Updates 目錄

4. 實際安裝測試,可以發現要更新的檔案已經少了許多

自動化安裝 Office 2010 x86/x64

在安裝 Office 2010 時,因為光碟內的軟體很多,有些軟體並不常用的到,所以在安裝時都是一一挑選,很花時間,最好的方式就是安裝時能只安裝自己需要用的軟體就好!

勾選 我接受這份合約條款,並選擇 繼續

挑選要安裝的軟體,最後按 立即安裝,很花時間

[@more@]在微軟網站上有每個軟體安裝軟項的 OptionState ID 值
Office 2010 的 Config.xml 檔案 OptionState ID 值
http://technet.microsoft.com/zh-tw/library/cc179006%28v=office.14%29.aspx
2010 Office Config.xml 檔案
http://technet.microsoft.com/zh-tw/library/cc179195%28v=office.14%29.aspx

請建立一個 config.xml 檔,設定檔中只安裝 Word / Excel / PowerPoint,各個 OptionState ID 值的詳細說明,請參考上述網站。

<Configuration Product=”ProPlusr”>

<Display Level=”none” CompletionNotice=”Yes” SuppressModal=”yes” AcceptEula=”yes” />

<!– Access –>
<OptionState Id=”ACCESSFiles” State=”absent” Children=”force” />
<!– Groove Server 2010 –>
<OptionState Id=”GrooveFiles” State=”absent” Children=”force” />
<!– Outlook –>
<OptionState Id=”OUTLOOKFiles” State=”absent” Children=”force” />
<!– Project –>
<OptionState Id=”PROJECTFiles” State=”absent” Children=”force” />
<!– Publisher –>
<OptionState Id=”PubPrimary” State=”absent” Children=”force” />
<OptionState Id=”QueryFiles” State=”absent” Children=”force” />
<!– Visio –>
<OptionState Id=”VISIOFiles” State=”absent” Children=”force” />
<!– InfoPath –>
<OptionState Id=”XDOCSFiles” State=”absent” Children=”force” />
<!– OneNote –>
<OptionState Id=”OneNoteFiles” State=”absent” Children=”force” />
<!– Lync –>
<OptionState Id=”LyncCoreFiles” State=”absent” Children=”force” />
<!– Visio Viewer –>
<OptionState Id=”VisioPreviewerFiles” State=”absent” Children=”force” />

<!– Excel –>
<OptionState Id=”EXCELFiles” State=”Local” Children=”force” />
<!– PowerPoint –>
<OptionState Id=”PPTFiles” State=”Local” Children=”force” />
<OptionState Id=”OrgChartFiles” State=”Local” Children=”force” />
<!– Word –>
<OptionState Id=”WORDFiles” State=”Local” Children=”force” />
<!– Shared Files –>
<OptionState Id=”SHAREDFiles” State=”local” Children=”force” />
<!– Tools –>
<OptionState Id=”TOOLSFiles” State=”local” Children=”force” />

<Setting Id=”SETUP_REBOOT” Value=”Never” />
<Setting Id=”REBOOT” Value=”ReallySuppress”/>
       
</Configuration>

安裝方式,假設 config.xml 是放置在 d:
setup.exe /config d:config.xml