查看完整版本: 使用「Windows PowerShell」卸載內建軟體
頁: [1]

sina38 發表於 2016-11-29 12:15 PM

使用「Windows PowerShell」卸載內建軟體

使用「Windows PowerShell」卸載內建軟體

對於無用的內建程式,保留在電腦內既佔空間又毫無用途,例如酷我音樂、市集、Xbox 這些很少人用的到,但由於是「內建」,所以不能直接「解除安裝」。

其實內建軟件也有卸載的方法,就是透過「Windows PowerShell」來卸載,首先利用搜尋器找出「Windows PowerShell」,之後按右鍵並選按「以系統管理員身份執行」。

最後便會打開「Windows PowerShell」的視窗,然後在視窗中輸入指令並按下「Enter」,便會立刻移除指令 (指令可參考本篇報導列表) 代表的應用軟件,以 Xbox 為例,就要輸入「Get-AppxPackage *xboxapp* | Remove-AppxPackage」。
當按下「Enter」後,應用軟件便會自動卸載。

指令列表:
     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

註:文章精華摘錄自pc3mag...<div class='locked'><em>瀏覽完整內容,請先 <a href='member.php?mod=register'>註冊</a> 或 <a href='javascript:;' onclick="lsSubmit()">登入會員</a></em></div><div></div>

cyc630128 發表於 2016-11-30 09:22 AM

實用的資訊 不過這些程式如果佔用的空間並不大其實沒什麼差別 畢竟現在硬碟都不小

luhsing 發表於 2016-12-2 04:22 PM

很好用的工具,有您分享真好!!感謝。
頁: [1]