Skip to content

刪除預裝在Windows 10的APP

  1. 在開始鍵上面按下滑鼠右鍵,然後選擇Windows PowerShell (系統管理員)
  2. 輸入以下需要刪除的APP的指令
再次安裝預載appGet-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
一次卸載所有appGet-AppxPackage -AllUsers | Remove-AppxPackage
一次卸載所有app
(僅於當前使用帳戶)
Get-AppxPackage -User | Remove-AppxPackage
3D Builderget-appxpackage *3dbuilder* | remove-appxpackage
時鐘&鬧鐘get-appxpackage *alarms* | remove-appxpackage
App Connectorget-appxpackage *appconnector* | remove-appxpackage
App Installerget-appxpackage *appinstaller* | remove-appxpackage
日曆與郵件一起刪get-appxpackage *communicationsapps* | remove-appxpackage
計算機get-appxpackage *calculator* | remove-appxpackage
相機get-appxpackage *camera* | remove-appxpackage
feedbackget-appxpackage *feedback* | remove-appxpackage
Get Officeget-appxpackage *officehub* | remove-appxpackage
Get Started or Tipsget-appxpackage *getstarted* | remove-appxpackage
Get Skypeget-appxpackage *skypeapp* | remove-appxpackage
Groove Musicget-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 Collectionget-appxpackage *solitaire* | remove-appxpackage
Microsoft Walletget-appxpackage *wallet* | remove-appxpackage
Microsoft Wi-Figet-appxpackage *connectivitystore* | remove-appxpackage
財經get-appxpackage *bingfinance* | remove-appxpackage
財經,新聞,運動,天氣一起刪get-appxpackage *bing* | remove-appxpackage
電影與電視get-appxpackage *zunevideo* | remove-appxpackage
新聞get-appxpackage *bingnews* | remove-appxpackage
OneNoteget-appxpackage *onenote* | remove-appxpackage
付費 Wi-Fi & Cellularget-appxpackage *oneconnect* | remove-appxpackage
Paint 3Dget-appxpackage *mspaint* | remove-appxpackage
聯絡人get-appxpackage *people* | remove-appxpackage
電話get-appxpackage *commsphone* | remove-appxpackage
Phone Companionget-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
Swayget-appxpackage *sway* | remove-appxpackage
View 3Dget-appxpackage *3d* | remove-appxpackage
錄音get-appxpackage *soundrecorder* | remove-appxpackage
天氣get-appxpackage *bingweather* | remove-appxpackage
Windows Holographicget-appxpackage *holographic* | remove-appxpackage
Windows Storeget-appxpackage *windowsstore* | remove-appxpackage
Xboxget-appxpackage *xbox* | remove-appxpackage
Published inWindowsWindows 10

Be First to Comment

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *