-
MicrosoftProgram_Install_and_Uninstall.meta.diagcab
https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed
圖型介面,可列出控制台裏看不到的安裝項目,並移除選擇的項目
缺點是執行速度非常慢 -
msiinv
https://blogs.msdn.microsoft.com/astebner/2005/07/01/using-msiinv-to-gather-information-about-what-is-installed-on-a-computer/
可列出所有安裝項目,得到procuct id
使用例:
<code>msiinv.exe -p > list.txt
(這指令下參數的時候用-或/都可以,例如-p等於/p) -
smartmsizap
https://blogs.msdn.microsoft.com/astebner/2005/09/28/new-tool-that-will-be-integrated-into-the-vs-2005-cleanup-tool-your-feedback-requested/
移除指定的product id
使用例:
<code>smartmsizap.exe /p {product id}
以上程式可以解決安裝/反安裝時找不到原安裝程式的問題
也就是這種錯誤訊息:
您嘗試使用的功能位於無法使用的網路資源上
The feature you are trying to use is on a network resource that is unavailable
少量的話用第一個就行
大量的話就二、三配合,用起來比較快
同場加映
免費大量反安裝軟體(批次反安裝)
-
Bulk Crap Uninstaller
https://sourceforge.net/projects/bulk-crap-uninstaller/
開源的,還行 -
Absolute Uninstaller
http://www.glarysoft.com/absolute-uninstaller/
怪怪的,有時該顯示的沒顯示出來
但不該顯示的又顯示一堆
--
現在還在寫blog分享資訊的人越來越少,如果覺得文章對您有幫助,歡迎在底下留言,這樣我也比較有動力繼續寫下去,謝啦!
自動引用通知: Windows 強制反安裝工具 For Winodws 7~10 | jthwax