536
如何使用Windows 10卸載平板電腦或PC的本機應用程序
撰寫者
2015年10月1日 下午2:00
邏輯上是 微軟公司 您想通過以下方式延長終端(移動,便攜式或台式機)的陰影 Windows 10但是,作為用戶,如果我們不打算使用這些服務,並且最重要的是,如果它們佔用了設備內存中的某些空間,那麼對於工廠中集成的這麼多服務,我們可能會感到不滿意。有不同的方法 卸載 說是本機軟件。接下來,我們告訴您如何。
即使 Windows 10 就其自定義選項而言,其前身是非常“標準”的操作系統(實際上,某些製造商, 作為華為,他們對此有所抱怨),公司在安裝bloatware的同時還有一定的餘地,同時還要按照Microsoft提供的方式維護界面。在這種情況下,不需要的軟件很容易刪除,但是卻要復雜得多(實際上,我們必須訴諸於 命令)以終止由Microsoft簽名的服務。
簡單的方法,對於製造商的膨脹儀
要擦除每個製造商提供的典型應用程序,過程非常簡單:按下按鈕 首頁 > 所有應用 對那些超越我們的我們 長按 或使用鼠標右鍵單擊。我們給卸載並準備就緒。
刪除Microsoft應用,事情變得複雜
首先要注意的是,有一些工具 Cortana 或 邊緣 它們將無法以任何方式從Windows 10中刪除。但是,諸如Get Skype,Get Office或OneNote之類的關聯服務確實允許我們使用該選項。
要刪除這些應用程序中的任何一個,我們必須在底部欄中進行搜索。我們寫 Powerhell 它應該是第一個結果。同樣,我們需要用手指長按或單擊鼠標右鍵並輸入 以管理員身份運行。我們必須接受出現的消息,並從那時起開始使用命令。
每個應用程序的命令
我們為您提供了您必須複製和粘貼(或編寫)以擦除每個應用程序的文本。
3D生成器
Get-AppxPackage * 3dbuilder * | Remove-AppxPackage
鬧鐘和時鐘
Get-AppxPackage * Windows警報* | Remove-AppxPackage
計算器
Get-AppxPackage * WindowsCalculator * | Remove-AppxPackage
攝影機
Get-AppxPackage * Windowscamera * | Remove-AppxPackage
獲得辦公室
Get-AppxPackage * officehub * | Remove-AppxPackage
獲取Skype
Get-AppxPackage * skypeapp * | Remove-AppxPackage
凹槽音樂
Get-AppxPackage * zunemusic * | Remove-AppxPackage
地圖
Get-AppxPackage *窗口地圖* | Remove-AppxPackage
微軟紙牌系列
Get-AppxPackage *紙牌收集* | Remove-AppxPackage
錢款
Get-AppxPackage * bingfinance * | Remove-AppxPackage
電影和電視
Get-AppxPackage * zunevideo * | Remove-AppxPackage
最新消息
Get-AppxPackage * bingnews * | Remove-AppxPackage
OneNote
Get-AppxPackage * onenote * | Remove-AppxPackage
聯絡人
Get-AppxPackage *人員* | Remove-AppxPackage
照片
Get-AppxPackage *照片* | Remove-AppxPackage
鋪
Get-AppxPackage * Windowsstore * | Remove-AppxPackage
體育運動
Get-AppxPackage * bingsports * | Remove-AppxPackage
錄音筆
Get-AppxPackage *錄音機* | Remove-AppxPackage
天氣
Get-AppxPackage * bingweather * | Remove-AppxPackage
的Xbox
Get-AppxPackage * xboxapp * | Remove-AppxPackage
如何還原它們
如果過一會兒我們想要 將這些應用程序返回到我們的平板電腦 或帶有 Windows 10,我們只需執行相同的過程(以管理員身份輸入PowerShell)並輸入以下命令:
Get-AppxPackage -AllUsers | Foreach {添加-AppxPackage -DisableDevelopmentMode-註冊“ $($ _。InstallLocation) AppXManifest.xml”}
我們將再次擁有 一開始。
諮詢全部 有關Windows 10的新聞和教程 這是我們的專業部分。