具體方法如下:
1、首先,在電腦桌面上點擊左下角的開始菜單,在依次選擇打開所有應用—Windows PowerShell,在Windows PowerShell上單擊右鍵,選擇以管理員身份運行;
2、然後,在輸入:Get-AppxPackage -AllUsers | Remove-AppxPackage,在按回車鍵即可刪除所有內置應用;
3、如果只想刪除某個應用,只需輸入對應命令,再按回車鍵即可刪除。
其他應用的刪除命令:
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
取得開始
Get-AppxPackage *getstarted* | Remove-AppxPackage
Groove 音樂
Get-AppxPackage *zunemusic* | Remove-AppxPackage
地圖
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Microsoft Solitaire Collection 撲克牌遊戲
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
財經
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Movies & TV
Get-AppxPackage *zunevideo* | Remove-AppxPackage
新聞
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-AppxPackage
市集
Get-AppxPackage *windowsstore* | Remove-AppxPackage
運動
Get-AppxPackage *bingsports* | Remove-AppxPackage
語音錄音機
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
天氣
Get-AppxPackage *bingweather* | Remove-AppxPackage
Xbox
Get-AppxPackage *xboxapp* | Remove-AppxPackage