導航:首頁 > 電影平台 > 卸載win10電影和電視

卸載win10電影和電視

發布時間:2022-06-19 12:08:47

1. win10自帶應用如何卸載呢

步驟

1、在搜索框里輸入「powershell」,在標記為「桌面應用」的「Windows PowerShell」上右鍵,選擇「以管理員身份運行」命令。

2. 如何能單獨卸載WIN10電影和電視

一、在Windows PowerShell中輸入命令:Get-AppxPackage *zune* | Remove-AppxPackage。

三、其他內置隨帶程序卸載命令:

1、OneNote:

Get-AppxPackage *OneNote* | Remove-AppxPackage

2、3D:

Get-AppxPackage *3d* | Remove-AppxPackage

3、Camera相機:

Get-AppxPackage *camera* | Remove-AppxPackage

4、郵件和日歷:

Get-AppxPackage *communi* | Remove-AppxPackage

5、新聞訂閱:

Get-AppxPackage *bing* | Remove-AppxPackage

6、Groove音樂、電影與電視:

Get-AppxPackage *zune* | Remove-AppxPackage

7、人脈:

Get-AppxPackage *people* | Remove-AppxPackage

8、手機伴侶(Phone Companion):

Get-AppxPackage *phone* | Remove-AppxPackage

9、照片:

Get-AppxPackage *photo* | Remove-AppxPackage

10、紙牌游戲:

Get-AppxPackage *solit* | Remove-AppxPackage

11、錄音機:

Get-AppxPackage *soundrec* | Remove-AppxPackage

12、Xbox:

Get-AppxPackage *xbox* | Remove-AppxPackage


最後參考資料:http://jingyan..com/article/f79b7cb363ba2a9144023e83.html

3. 可以卸載win10自帶的哪些應用

可以卸載win10自帶的應用有下面這些:

  1. Adobe Reader X MUI

  2. Instant On

  3. live update

  4. ASUS power4gear hybrid:

  5. asus screen saver

  6. asus smart gesture

  7. ASUS Splendid Video Enhancement Technology

  8. ASUS USB Charger Plus

  9. ASUS Webstorage Sync Agent

  10. McAfee Internet Security

  11. mybitcast 2.0

  12. windows 軟體包2012

4. 如何清除win10電影和電視的最近文件夾

清除win10電腦里最近播放的電影、電視文件夾方法如下:

1、首先在開始菜單中找到顯示1個電視和電影的圖標。

5. win10電影和電視怎麼卸載

  1. 首先要用到Windows PowerShell,它是win10系統自帶的一個應用。

  2. 打開它就單擊開始菜單中的「所有應用」,,然後找到Windows Power Shell的文件夾,右鍵單擊Windows PowerShell(注意不是Windows PowerShell ISE),然後單擊以管理員身份運行,就打開了。

  3. 輸入以下:
    get-appxpackage *zunevideo* | remove-appxpackage
    然後回車,就刪掉了

6. win10系統如何將 電影與電視 刪除

卸載win10自帶應用「電影與電視」的方法步驟如下:

提示:電影和電視與groove音樂均為zune應用,會一並卸載。

7. win10 怎樣卸載自帶的電影電視

要卸載這些所有內置應用,就要用到Windows PowerShell,它是win10系統自帶的一個應用,要打開它,就單擊開始菜單中的「所有應用」,然後找到Windows Power Shell的文件夾,右鍵單擊Windows PowerShell(注意不是Windows PowerShell ISE),然後單擊以管理員身份運行,就打開了。

2
打開了Windows PowerShell,就開始輸入命令了

3
要卸載OneNote,在裡面輸入
Get-AppxPackage *OneNote* | Remove-AppxPackage
可以復制,回車執行

4
要卸載3D,輸入
Get-AppxPackage *3d* | Remove-AppxPackage
5
要卸載Camera(相機),輸入
Get-AppxPackage *camera* | Remove-AppxPackage
6
要卸載郵件和日歷,輸入
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的時候,會提示有很多錯誤,其實它已經被卸載了,可以不用擔心!

所有卸載完成後,就只剩下應用商店了,這個留著吧,有用!卸載完效果如圖:

8. win10系統里的這些東西能刪嗎

卸載win10自帶應用「電影與電視」的方法步驟如下: 1、在點擊菜單旁邊的搜索按鈕,在搜索功能中搜索「windows powershell」 2、右鍵點擊,選擇「以管理員身份運行」 3、在彈出對話框中粘貼「Get-AppxPackage *zune* Remove-AppxPackage」按回車鍵 4、等待運行結束後,「電影與電視」即可卸載。 提示:電影和電視與groove音樂均為zune應用,會一並卸載。

9. Win10自帶應用怎麼卸載

工具:電腦,WIN10

方法和步驟:

1、搜索欄中輸入「PowerShell」,在搜索結果中右鍵單擊PowerShell,選擇「以管理員身份運行」。

應用程序對應的命令如下:

要卸載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

閱讀全文

與卸載win10電影和電視相關的資料

熱點內容
快手發布電影片段怎麼發 瀏覽:903
怎麼消電影人聲 瀏覽:221
楊在葆電影大全 瀏覽:784
愛情婚紗微電影 瀏覽:588
俄羅斯電影敵兵在線觀看 瀏覽:652
南思睿演過的泰國電影 瀏覽:177
電影大全烏鴉嘴 瀏覽:83
俄羅斯電影尤麗婭bt 瀏覽:815
莉莉電影電腦版 瀏覽:700
經典古裝電影電視劇推薦 瀏覽:331
阿甘正傳豆瓣電影 瀏覽:108
瑞安電影城客服電話 瀏覽:773
美國電影加油站的女孩 瀏覽:286
威海移動電影城學生價 瀏覽:437
小馬大電影3國語 瀏覽:904
球類勵志電影推薦 瀏覽:899
偷拍2018精品電影 瀏覽:171
2021年1月16日上映的電影有哪些 瀏覽:17
印度電影我滴個神 瀏覽:58
回憶小時候的動畫電影 瀏覽:210