Hướng dẫn gỡ bỏ ứng dụng mặc định trên Windows 10, hướng dẫn gỡ bỏ app mặc định trong Windows 10, hướng dẫn gỡ bỏ các ứng dụng cài sẵn trên Windows 10.
Như mọi người đã biết, trên Windows 10 Microsoft tích hợp 1 vài ứng dụng Universal được cài sẵn theo mặc định, nhưng một số app mà mọi người không bao giờ dùng đến hoặc không muốn nó xuất hiện trong Windows 10, chẳng hạn như: Get skype, Get Office, Candy Crush, FarmVille, tripadvisor, netflix và Pandora. Tuy nhiên, mấy ứng dụng này thì chúng ta không dễ dàng gì để loại bỏ chúng ra khỏi máy như một cách thông thường được, hoặc cho dù bạn gỡ bỏ như thông thường đi chăng nữa thì chúng sẽ tự động cài lại mỗi khi bạn cập nhật gì đó hoặc khởi động lại máy tính.
Nếu bạn muốn gỡ bỏ mấy ứng dụng mặc định trên Win 10 với một cách vĩnh viễn thì bạn có thể làm theo thủ thuật nhỏ sau đây bằng PowerShell.
Đầu tiên hãy truy cập vào Start Menu tìm và mở Windows PowerShell với quyền Admin. Sau đó gõ từng lệnh dưới đây để gỡ bỏ ứng dụng mà bạn không muốn dùng. Lưu ý mỗi dòng lệnh tương ứng với việc gỡ bỏ 1 ứng dụng mà thôi. Nói chung là bạn thích gỡ bỏ ứng dụng nào trên Windows 10 thì gõ dòng lệnh đó để gỡ.
Copy/ paste dán 1 lệnh cho nhanh đỡ phải gõ bằng thủ công bằng tay. Dán xong sau đó nhấn Enter để thực thi
Uninstall 3D Builder:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Uninstall Alarms and Clock:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Uninstall Calculator:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Uninstall Calendar and Mail:
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Uninstall Camera:
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Uninstall Get Office:
Get-AppxPackage *officehub* | Remove-AppxPackage
Uninstall Get Skype:
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Uninstall Get Started:
Get-AppxPackage *getstarted* | Remove-AppxPackage
Uninstall Groove Music:
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Uninstall Maps:
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Uninstall Microsoft Solitaire Collection:
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Uninstall Money:
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Uninstall Movies & TV:
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Uninstall News:
Get-AppxPackage *bingnews* | Remove-AppxPackage
Uninstall OneNote:
Get-AppxPackage *onenote* | Remove-AppxPackage
Uninstall People:
Get-AppxPackage *people* | Remove-AppxPackage
Uninstall Phone Companion:
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Uninstall Photos:
Get-AppxPackage *photos* | Remove-AppxPackage
Uninstall Store:
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Uninstall Sports:
Get-AppxPackage *bingsports* | Remove-AppxPackage
Uninstall Voice Recorder:
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Uninstall Weather:
Get-AppxPackage *bingweather* | Remove-AppxPackage
Uninstall Xbox:
Get-AppxPackage *xboxapp* | Remove-AppxPackage
Còn Cortana, Microsoft Edge thì không thể gỡ bỏ nó ra khỏi Win 10 được
Ngoài ra, bạn nào muốn cài đặt các ứng dụng mặc định đã gỡ bỏ trên thì hãy gõ lệnh này vào sau đó Enter để cài đặt tất cả ứng dụng trên.
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Tham khảo: howtogeek


Đầu tiên hãy truy cập vào Start Menu tìm và mở Windows PowerShell với quyền Admin. Sau đó gõ từng lệnh dưới đây để gỡ bỏ ứng dụng mà bạn không muốn dùng. Lưu ý mỗi dòng lệnh tương ứng với việc gỡ bỏ 1 ứng dụng mà thôi. Nói chung là bạn thích gỡ bỏ ứng dụng nào trên Windows 10 thì gõ dòng lệnh đó để gỡ.

Copy/ paste dán 1 lệnh cho nhanh đỡ phải gõ bằng thủ công bằng tay. Dán xong sau đó nhấn Enter để thực thi

Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Uninstall Alarms and Clock:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Uninstall Calculator:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Uninstall Calendar and Mail:
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Uninstall Camera:
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Uninstall Get Office:
Get-AppxPackage *officehub* | Remove-AppxPackage
Uninstall Get Skype:
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Uninstall Get Started:
Get-AppxPackage *getstarted* | Remove-AppxPackage
Uninstall Groove Music:
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Uninstall Maps:
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Uninstall Microsoft Solitaire Collection:
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Uninstall Money:
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Uninstall Movies & TV:
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Uninstall News:
Get-AppxPackage *bingnews* | Remove-AppxPackage
Uninstall OneNote:
Get-AppxPackage *onenote* | Remove-AppxPackage
Uninstall People:
Get-AppxPackage *people* | Remove-AppxPackage
Uninstall Phone Companion:
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Uninstall Photos:
Get-AppxPackage *photos* | Remove-AppxPackage
Uninstall Store:
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Uninstall Sports:
Get-AppxPackage *bingsports* | Remove-AppxPackage
Uninstall Voice Recorder:
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Uninstall Weather:
Get-AppxPackage *bingweather* | Remove-AppxPackage
Uninstall Xbox:
Get-AppxPackage *xboxapp* | Remove-AppxPackage
Còn Cortana, Microsoft Edge thì không thể gỡ bỏ nó ra khỏi Win 10 được
Ngoài ra, bạn nào muốn cài đặt các ứng dụng mặc định đã gỡ bỏ trên thì hãy gõ lệnh này vào sau đó Enter để cài đặt tất cả ứng dụng trên.
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Tham khảo: howtogeek