資源管理器標簽實在是一個很方便的東西,就是不知道為什么微軟官方遲遲不推出這項功能,無奈只能自己去找第三方替代品。用來用去還是覺得QTTabBar最好用。當然QTTabBar安裝上容易,想要完全卸載干凈卻十分費勁,在未卸載干凈的情況下重新安裝經常會提示“This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic.”,網上找了n種解決辦法總算是重新安裝上了,將徹底卸載並重裝QTTabBar的方法記錄下來以備查看:
- 使用微軟官方出品的“程序安裝和卸載疑難解答程序”徹底卸載QTTabBar,畢竟最熟悉注冊表的就是微軟攻城獅了(嗯,微軟出品,必屬精品)
https://download.microsoft.com/download/7/E/9/7E9188C0-2511-4B01-8B4E-0A641EC2F600/MicrosoftProgram_Install_and_Uninstall.meta.diagcab - 以管理員權限運行QTTabBar安裝程序
- 另外也可以嘗試在命令行中輸入 "msiexec /i QTTabBar.exe /qb"(網上找到的答案都是這個,不知道為什么在我的電腦上不起作用)
出現This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic.的原因其實就是在安裝新版本程序前未徹底卸載干凈上一個版本的程序。