❶ 如何刪除與Win10電影和電視應用程序相關的設備
要卸載這些所有內置應用,就要用到Windows PowerShell,它是win10系統自帶的一個應用,要打開它,就單擊開始菜單中的「所有應用」,然後找到Windows Power Shell的文件夾,右鍵單擊Windows PowerShell(注意不是Windows PowerShell ISE),然後單擊以管理員身份運行,就打開了。
打開了Windows PowerShell,就開始輸入命令了
要卸載OneNote,在裡面輸入
Get-AppxPackage *OneNote* Remove-AppxPackage
可以復制,回車執行
要卸載3D,輸入
Get-AppxPackage *3d* Remove-AppxPackage
要卸載Camera(相機),輸入
Get-AppxPackage *camera* Remove-AppxPackage
要卸載郵件和日歷,輸入
Get-AppxPackage *communi* Remove-AppxPackage
要卸載新聞訂閱,輸入
Get-AppxPackage *bing* Remove-AppxPackage
要卸載Groove音樂、電影與電視:
Get-AppxPackage *zune* Remove-AppxPackage
要卸載人脈,輸入
Get-AppxPackage *people* Remove-AppxPackage
要卸載手機伴侶(Phone Companion),輸入
Get-AppxPackage *phone* Remove-AppxPackage
要卸載照片,輸入
Get-AppxPackage *photo* Remove-AppxPackage
要卸載紙牌游戲,輸入
Get-AppxPackage *solit* Remove-AppxPackage
要卸載錄音機,輸入
Get-AppxPackage *soundrec* Remove-AppxPackage
要卸載Xbox,輸入
Get-AppxPackage *xbox* Remove-AppxPackage
在卸載Xbox的時候,會提示有很多錯誤,其實它已經被卸載了,可以不用擔心!
所有卸載完成後,就只剩下應用商店了,這個留著吧,有用