Windows 10中預裝了很多應用,基本可以滿足使用需求;但用戶想卸載這些應用的時候,要么卸載不干凈,要么右鍵根本就沒有提供卸載選項,我該如何卸載應用?
你可以在開始菜單中找到 Powershell,右鍵點擊,選擇“以管理員身份運行”,然后進行卸載。
這是卸載一些應用的指令:
1、3D建模應用:
Get-AppxPackage *3d* | Remove-AppxPackage
2、鬧鐘和時鐘:
Get-AppxPackage *alarm* | Remove-AppxPackage
3、財經(jīng)、資訊和天氣:
Get-AppxPackage *bing* | Remove-AppxPackage
4、計算器:
Get-AppxPackage *calc* | Remove-AppxPackage
6、相機:
Get-AppxPackage *camera* | Remove-AppxPackage
7、郵件和日歷:
Get-AppxPackage *communi* | Remove-AppxPackage
8、獲取 Office、獲取 Skype和入門:
Get-AppxPackage *get* | Remove-AppxPackage
9、OneNote:
Get-AppxPackage *onenote* | Remove-AppxPackage
10、人脈:
Get-AppxPackage *people* | Remove-AppxPackage
11、手機助手:
Get-AppxPackage *phone* | Remove-AppxPackage
12、 照片:
Get-AppxPackage *photo* | Remove-AppxPackage
13、紙牌游戲:
Get-AppxPackage *solit* | Remove-AppxPackage
14、錄音機:
Get-AppxPackage *soundrec* | Remove-AppxPackage
15、Xbox:
Get-AppxPackage *xbox* | Remove-AppxPackage
16、Groove 音樂、電影與電視:
Get-AppxPackage *zune* | Remove-AppxPackage
注意:
1. 小娜和Edge 等系統(tǒng)級應用無法用此方法卸載。
2. 部分程序卸載時會報錯誤,無視即可。
3. 以上列表僅為舉例,你可以提前查看應用包名自行卸載。
作為現(xiàn)代化的操作系統(tǒng),Windows 10 中理所應當?shù)膬?nèi)置了不少「現(xiàn)代化」必備的應用。至少微軟認為這些是必備的。如果你嘗試過這些應用,會發(fā)現(xiàn)它們要么功能羸弱,要么不符合國人的操作邏輯,甚至還有些打死都連不上微軟的服務器。
例如不明所以的「人脈」、連不上服務器的「幫助」、不能掃碼的「相機」……
最麻煩的是有些應用是「內(nèi)置」的,用戶不能卸載。每次在開始菜單中找應用,都徒增信息量。所以小A今天教大家,如何卸載這些內(nèi)置的流氓應用。
對于允許手動卸載的應用,可以按 Win + I 打開設置 – 應用 – 應用和功能,找到后卸載即可。
對于不允許卸載的應用,繼續(xù)看下面的方法。
開始之前,建議大家先重啟一下電腦,重啟后不要運營任何軟件,避免軟件占用導致卸載失敗。按 Win + Q 打開搜索,輸入 Powershell,并以管理員身份運行
根據(jù)你要卸載的應用,復制輸入對應的代碼,然后按Enter即可(Powershell 中的粘貼鍵是鼠標右鍵):
3D Builder:Get-AppxPackage *3dbuilder* | Remove-AppxPackage
鬧鐘和時鐘:Get-AppxPackage *windowsalarms* | Remove-AppxPackage
計算器:Get-AppxPackage *windowscalculator* | Remove-AppxPackage
日歷和郵件:Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
相機:Get-AppxPackage *windowscamera* | Remove-AppxPackage
獲取 Office:Get-AppxPackage *officehub* | Remove-AppxPackage
獲取 Skype:Get-AppxPackage *skypeapp* | Remove-AppxPackage
獲取 Started:Get-AppxPackage *getstarted* | Remove-AppxPackageGroove
音樂:Get-AppxPackage *zunemusic* | Remove-AppxPackage
地圖:Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Microsoft Solitaire Collection:Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Money Wallet:Get-AppxPackage *bingfinance* | Remove-AppxPackage
電影和電視:Get-AppxPackage *zunevideo* | Remove-AppxPackage
MSN 咨詢:Get-AppxPackage *bingnews* | Remove-AppxPackage
OneNote:Get-AppxPackage *onenote* | Remove-AppxPackage
人脈:Get-AppxPackage *people* | Remove-AppxPackage
你的手機:Get-AppxPackage *windowsphone* | Remove-AppxPackage
照片:Get-AppxPackage *photos* | Remove-AppxPackageWindows
錄音機:Get-AppxPackage *soundrecorder* | Remove-AppxPackage
天氣:Get-AppxPackage *bingweather* | Remove-AppxPackage
Xbox:Get-AppxPackage *xboxapp* | Remove-AppxPackage
Microsoft Store(不建議卸載):Get-AppxPackage *windowsstore* | Remove-AppxPackage
例如我這里卸載了鬧鐘和時鐘。
需要注意的是,卸載以上應用,可能會影響小娜Cortana 的某些功能,但對系統(tǒng)功能沒有任何影響。如果你需要找回卸載的應用,只需要在 Microsoft Store 搜索下載即可。