Win10如何卸載應用?Win10內置應用卸載方法
Win10如何卸載應用?Win10默認預裝集成了很多應用,這是大多數用戶都了解的共識,從個人角度上來看,其他還是很好看的,如果真的需要使用以下Win10內置應用卸載方法來處理,可能會讓你失望的,畢竟TA們占用的資源并不多。
Win10內置應用卸載方法:
一、手動卸載法(針對可卸載的):
1、卸載 Win10 應用最簡單的方式就是在“開始”菜單上找到這些內置應用的動態磁鐵,然后鼠標右擊直接點擊卸載即可。當然,有些應用是系統強制安裝而無法刪除的,所以你可能看不到卸載選項。
2、還有另外一種方式可供用戶卸載 Win10 應用使用,這種方式不太明顯。用戶可以在“開始”菜單中點擊“設置”—“系統”—在左側選擇“應用和功能”,再在右側找到需要卸載的應用后點擊“卸載”即可。
二、命令卸載法(遭遇無法卸載的內置應用用這個):
當然,前面我們提到了有些系統應用是無法直接卸載的,所以我們需要用 PowerShell (管理員)來進行卸載,大家可以使用如下命令:
卸載Win10“3D Builder”應用 ↓
01Get-AppxPackage *3d* | Remove-AppxPackage復制代碼Get-AppxPackage *3d* | Remove-AppxPackage卸載Win10“相機”應用 ↓
01Get-AppxPackage *camera* | Remove-AppxPackage復制代碼Get-AppxPackage *camera* | Remove-AppxPackage卸載Win10“郵件”和“日歷”應用 ↓
01Get-AppxPackage *communi* | Remove-AppxPackage復制代碼Get-AppxPackage *communi* | Remove-AppxPackage卸載Win10“財經” “體育” “資訊” “天氣”應用 ↓
01Get-AppxPackage *bing* | Remove-AppxPackage復制代碼Get-AppxPackage *bing* | Remove-AppxPackage卸載Win10“Groove 音樂” “電影和電視”應用 ↓
01Get-AppxPackage *zune* | Remove-AppxPackage復制代碼Get-AppxPackage *zune* | Remove-AppxPackage卸載Win10“人脈”應用 ↓
01Get-AppxPackage *people* | Remove-AppxPackage復制代碼Get-AppxPackage *people* | Remove-AppxPackage卸載Win10“手機助手”應用 ↓
01Get-AppxPackage *phone* | Remove-AppxPackage復制代碼Get-AppxPackage *phone* | Remove-AppxPackage卸載Win10“Microsoft Solitaire Colltion”應用 ↓
01Get-AppxPackage *solit* | Remove-AppxPackage復制代碼Get-AppxPackage *solit* | Remove-AppxPackage卸載Win10“語音錄音機”應用 ↓
01Get-AppxPackage *soundrce* | Remove-AppxPackage復制代碼Get-AppxPackage *soundrce* | Remove-AppxPackage卸載Win10“Xbox”應用 ↓
01Get-AppxPackage *xbox* | Remove-AppxPackage復制代碼Get-AppxPackage *xbox* | Remove-AppxPackage以上步驟便是Win10內置應用卸載方法介紹,或許Win10系統集成了很多內置應用,但其實很多功能都是很實用的,就像手機上的各種自帶軟件,不用可惜,卸載更可惜。
相關文章:
1. 在FreeBSD 8.1下搭建Git服務器步驟2. 什么是Unix 以及它為什么這么重要?3. 深度操作系統20.5發布 deepin 20.5更新內容匯總4. 在FreeBSD上搭建Mac的文件及time machine備份服務5. Linux Mint系統輸入法怎么刪除? Linux Mint刪除多余輸入法的技巧6. 統信UOS系統怎么設置鼠標樣式? UOS更改鼠標形狀的技巧7. 微軟Win11專業版即將默認禁用 SMB 來賓認證服務8. Win11 正式版 Build 22621.1105一月累積更新補丁KB5022303發布(附完整更新日志)9. deepin linux怎么切換到root權限? Deepin切換root用戶的技巧10. Mac無線網絡怎么設置?蘋果Mac電腦無線網絡設置教程
