當前位置:首頁 » 手機軟體 » win10安卓手機助手怎麼卸載軟體
擴展閱讀
網路異常重試怎麼回事 2025-09-17 17:39:31

win10安卓手機助手怎麼卸載軟體

發布時間: 2022-05-04 03:44:50

㈠ win10手機怎麼卸載預裝軟體

單擊開始菜單中的「所有應用」,然後找到windows
power
shell的文件夾,右鍵單擊windows
powershell(注意不是windows
powershell
ise),然後單擊以管理員身份運行,就打開了。打開了windows
powershell,就開始輸入命令了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
在卸載xbox的時候,會提示有很多錯誤,其實它已經被卸載了

㈡ 手機版win10怎麼卸載

  1. 進入的Windows10的應用界面,找到Microsoft手機助手,可以看到只提供安裝,並沒有地方顯示可以刪除或卸載Win10手機助手的地方。

  2. 當然臨時要關閉Win10手機助手,可以直接在任務欄中結束任務。

  3. 但這是不長久之計,可以徹底將Win10手機助手卸載刪除。

  4. 在開始所有應用中,找到Windows PowerShell

  5. 右鍵選擇發管理員身份運行。

  6. 進入Windows PowerShell後,復制下面的命令回車執行:

    Get-AppxPackage *phone* | Remove-AppxPackage

  7. 執行成功後,Win10手機助手就被卸載了,此命令方法還可以卸載日歷,天氣等Windows10自帶應用程序。只要知道對應程序名即可。

㈢ 安卓手機如何卸載軟體

安卓手機卸載軟體的操作步驟如下:

1.首先為了徹底的卸載清除軟體,在桌面上找到自帶的應用商店,點擊打開。

㈣ win10怎麼卸載手機模擬大師插件

方法一、
可以通過電腦管家卸載。
打開軟體管家,卸載,卸載即可。
方法二、
點擊開始菜單,控制面板,卸載程序。
找到點擊卸載即可。

㈤ win10卸載軟體,win10怎麼卸載,如何卸載軟體程序

win10卸載軟體的方法:

1.首先,在開始菜單右鍵軟體圖標直接卸載。

以上就是win10卸載軟體的方法。

㈥ 怎麼在win10系統里強制卸載軟體

1,首先,啟動windows10系統,在開始菜單中點擊「控制面板」,點擊打開。

㈦ win10華為手機助手怎麼徹底刪除

到軟體管家,應用寶或電腦應用程序里卸載

㈧ win10怎麼卸載軟體 win10卸載程序方法

1、左下角搜索欄搜索「控制面板」

2、打開控制面板後,選擇「程序與功能」

3、選擇需要卸載的軟體,右鍵卸載

㈨ win10系統內置應用軟體怎麼卸載

具體刪除步驟:
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

以上就是win10系統卸載內置應用的方法

㈩ win10手機助手怎麼禁用關閉,怎麼卸載刪除

工具:

Windows10

Win10手機助手

方法/步驟

  1. 進入的Windows10的應用界面,找到Microsoft手機助手,可以看到只提供安裝,並沒有地方顯示可以刪除或卸載Win10手機助手的地方。