在Windwos 10系統(tǒng)中,我們可以通過【W(wǎng)indwos設(shè)置】—【應(yīng)用和功能】中卸載軟件。有用戶反應(yīng),在卸載的時(shí)候發(fā)現(xiàn)有的軟件無法卸載的情況,該怎么辦?下面腳本之家的小編給大家分享下解決方法。
原因分析:
由于一些windwos自帶的應(yīng)用是無法使用正常方法卸載,需要通過特殊手段才可以卸載
解決方法:
1、打開小娜,搜索“Windows PowerShell”,在最佳匹配下的“Windows PowerShell”上單擊右鍵,選擇“以管理員身份運(yùn)行”;

2、從下面找到你所需要卸載的程序,復(fù)制代碼,在“Windows PowerShell”中粘貼進(jìn)去,按下回車鍵即可卸載。代碼如下:
Groove 音樂
Get-AppxPackage *zunemusic* | Remove-AppxPackage
OneNote
Get-AppxPackage *onenote* | Remove-AppxPackage
地圖
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
3D Builder
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
鬧鐘與時(shí)鐘
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
天氣
Get-AppxPackage *bingweather* | Remove-AppxPackage
Xbox
Get-AppxPackage *xboxapp* | Remove-AppxPackage
行事歷
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
行事歷與郵件
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
相機(jī)
Get-AppxPackage *windowscamera* | Remove-AppxPackage
取得Office
Get-AppxPackage *officehub* | Remove-AppxPackage
取得Skype
Get-AppxPackage *skypeapp* | Remove-AppxPackage
取得開始
Get-AppxPackage *getstarted* | Remove-AppxPackage
Microsoft Solitaire Collection 撲克牌游戲
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
財(cái)經(jīng)
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Movies TV
Get-AppxPackage *zunevideo* | Remove-AppxPackage
新聞
Get-AppxPackage *bingnews* | Remove-AppxPackage
聯(lián)絡(luò)人
Get-AppxPackage *people* | Remove-AppxPackage
手機(jī)小幫手
Get-AppxPackage *windowsphone* | Remove-AppxPackage
相片
Get-AppxPackage *photos* | Remove-AppxPackage
市集
Get-AppxPackage *windowsstore* | Remove-AppxPackage
運(yùn)動(dòng)
Get-AppxPackage *bingsports* | Remove-AppxPackage
語音錄音機(jī)
Get-AppxPackage *soundrecorder* | Remove-AppxPackage

拓展閱讀:
win10系統(tǒng)無法卸載程序提示請(qǐng)等待當(dāng)前程序完成卸載或更改的兩種解決方法
win10系統(tǒng)電腦無法卸載office提示此產(chǎn)品安裝文件已損壞的有效解決方法
以上就是Win10系統(tǒng)應(yīng)用和功能卸載按鈕灰色無法卸載應(yīng)用的原因及解決方法圖文教程,方法很簡(jiǎn)單,有該需要的朋友可以按照上述的方法進(jìn)行設(shè)置解決!