close

安裝完winsows 10之後,你會發現,預設安裝了很多沒有用的App,又不能直接解安裝。

【學習筆記】如何移除Windows 10 內建的應用程式,例如新聞、郵件、行事曆等等。

以下方法可以移除:

1. 在搜尋中輸入Windows PowerShell

2. 在Windwos PowerShell按右鍵

3. 選擇以系統管理員身份執行

【學習筆記】如何移除Windows 10 內建的應用程式,例如新聞、郵件、行事曆等等。

4. 輸入,或是copy以下指令,即可移除

【學習筆記】如何移除Windows 10 內建的應用程式,例如新聞、郵件、行事曆等等。

特殊指令:

再次安裝預載App
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register $($_.InstallLocation)\AppXManifest.xml}
一次卸載所有App
Get-AppxPackage -AllUsers | Remove-AppxPackage
一次卸載所有App
(
僅於當前使用帳戶)
Get-AppxPackage -User | Remove-AppxPackage

一般指令:

3D Builder
Get-appxpackage *3dbuilder* | remove-appxpackage
時鐘&鬧鐘
Get-appxpackage *alarms* | remove-appxpackage
App Connector
Get-appxpackage *appconnector* | remove-appxpackage
App Installer
Get-appxpackage *appinstaller* | remove-appxpackage
日曆與郵件一起刪
Get-appxpackage *communicationsapps* | remove-appxpackage
計算機
Get-appxpackage *calculator* | remove-appxpackage
相機
Get-appxpackage *camera* | remove-appxpackage
feedback
Get-appxpackage *feedback* | remove-appxpackage
Get Office
Get-appxpackage *officehub* | remove-appxpackage
Get Started or Tips
Get-appxpackage *getstarted* | remove-appxpackage
Get Skype
Get-appxpackage *skypeapp* | remove-appxpackage
Groove Music
Get-appxpackage *zunemusic* | remove-appxpackage
Groove Music Movies & TV一起刪
Get-appxpackage *zune* | remove-appxpackage
地圖
Get-appxpackage *maps* | remove-appxpackage
Messaging and Skype Video 一起刪
Get-appxpackage *messaging* | remove-appxpackage
Microsoft Solitaire Collection
Get-appxpackage *solitaire* | remove-appxpackage
Microsoft Wallet
Get-appxpackage *wallet* | remove-appxpackage
Microsoft Wi-Fi
Get-appxpackage *connectivitystore* | remove-appxpackage
財經
Get-appxpackage *bingfinance* | remove-appxpackage
財經,新聞,運動,天氣一起刪
Get-appxpackage *bing* | remove-appxpackage
電影與電視
Get-appxpackage *zunevideo* | remove-appxpackage
新聞
Get-appxpackage *bingnews* | remove-appxpackage
OneNote
Get-appxpackage *onenote* | remove-appxpackage
付費 Wi-Fi & Cellular
Get-appxpackage *oneconnect* | remove-appxpackage
Paint 3D
Get-appxpackage *mspaint* | remove-appxpackage
聯絡人
Get-appxpackage *people* | remove-appxpackage
電話
Get-appxpackage *commsphone* | remove-appxpackage
Phone Companion
Get-appxpackage *windowsphone* | remove-appxpackage
電話 Phone Companion一起刪
Get-appxpackage *phone* | remove-appxpackage
相片
Get-appxpackage *photos* | remove-appxpackage
運動
Get-appxpackage *bingsports* | remove-appxpackage
自黏便箋
Get-appxpackage *sticky* | remove-appxpackage
Sway
Get-appxpackage *sway* | remove-appxpackage
View 3D
Get-appxpackage *3d* | remove-appxpackage
錄音
Get-appxpackage *soundrecorder* | remove-appxpackage
天氣
Get-appxpackage *bingweather* | remove-appxpackage
Windows Holographic
Get-appxpackage *holographic* | remove-appxpackage
Windows Store
(
千萬不要刪~)
Get-appxpackage *windowsstore* | remove-appxpackage
Xbox
Get-appxpackage *xbox* | remove-appxpackage
arrow
arrow

    金好康-好康資訊 發表在 痞客邦 留言(0) 人氣()