如何在Windows 7下,將Hotfix安裝成LDR版本
以下的操作是以KB2584454為範例:
到以下https://support.microsoft.com/?id=2584454 網址,從左上方下載Hotfix,並且使用以下的方式安裝。
a. 在C:\建立一個目錄為TEMP,並且將此Hotfix存至C:\temp裏。
b. 開啟cmd.exe,輸入cd C:\temp
c. 輸入md msu_expand
d. 輸入md cab_expand
e. 輸入 expand -f:* C:\temp\Windows6.1-KB2584454-x64.msu msu_expand
f. 輸入expand -f:* C:\temp\msu_expand\Windows6.1-KB2584454-x64.cab cab_expand
g. 輸入 pkgmgr /ip /m:c:\temp\cab_expand\update-bf.mum
h. 如果以上都成功的話,您在幾秒後會看到以下的畫面,請再重新開機。