Win10如何卸載應用?Win10內(nèi)置應用卸載方法
Win10如何卸載應用?Win10默認預裝集成了很多應用,這是大多數(shù)用戶都了解的共識,從個人角度上來看,其他還是很好看的,如果真的需要使用以下Win10內(nèi)置應用卸載方法來處理,可能會讓你失望的,畢竟TA們占用的資源并不多。
Win10內(nèi)置應用卸載方法:
一、手動卸載法(針對可卸載的):
1、卸載 Win10 應用最簡單的方式就是在“開始”菜單上找到這些內(nèi)置應用的動態(tài)磁鐵,然后鼠標右擊直接點擊卸載即可。當然,有些應用是系統(tǒng)強制安裝而無法刪除的,所以你可能看不到卸載選項。
2、還有另外一種方式可供用戶卸載 Win10 應用使用,這種方式不太明顯。用戶可以在“開始”菜單中點擊“設置”—“系統(tǒng)”—在左側(cè)選擇“應用和功能”,再在右側(cè)找到需要卸載的應用后點擊“卸載”即可。
二、命令卸載法(遭遇無法卸載的內(nèi)置應用用這個):
當然,前面我們提到了有些系統(tǒng)應用是無法直接卸載的,所以我們需要用 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“財經(jīng)” “體育” “資訊” “天氣”應用 ↓
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內(nèi)置應用卸載方法介紹,或許Win10系統(tǒng)集成了很多內(nèi)置應用,但其實很多功能都是很實用的,就像手機上的各種自帶軟件,不用可惜,卸載更可惜。
相關(guān)文章:
1. 使用kali破解wifi密碼的方式2. uos怎么格式化硬盤? UOS磁盤分區(qū)格式化的技巧3. 如何在電腦PC上啟動Windows11和Linux雙系統(tǒng)4. Centos7安裝Chacha20加密算法詳解5. 世界上最流行的操作系統(tǒng)不是Linux或者Windows,而是MINIX6. 如何雙啟動Win11和Linux系統(tǒng)?Win11 和 Linux雙系統(tǒng)安裝教程7. AIX上克隆rootvg的操作方法 8. 企業(yè) Win10 設備出現(xiàn)開始菜單和任務欄快捷方式消失問題,微軟展開調(diào)查9. 統(tǒng)信UOS個人版(V201030)正式發(fā)布 新增功能匯總10. UOS怎么設置時間? 統(tǒng)信UOS顯示24小時制的技巧
