What's new

Closed Tutorial kung paano mag-uninstall ng built-in apps sa windows 10

Status
Not open for further replies.

PAPA J

Eternal Poster
Joined
Apr 9, 2016
Posts
1,435
Reaction
653
Points
436
windows-10-apps-manager.jpg
1. Pumunta sa start at itype ang Powershell
QiYUlaFBuT99etA5CCd4KsKA5anbY0ePDMG1O9EdRXFUYxjuuA.jpg

2. i copy and patse ang code sa baba kung ano ang gusto mong i-uninstall na application and hit Enter

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 Contact Support:
This app can't be removed.

Uninstall Cortana:
This app can't be removed.

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 Edge:
This app can't be removed.

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 Windows Feedback:
This app can't be removed.

Uninstall Xbox:
Get-AppxPackage *xboxapp* | Remove-AppxPackage

.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.kaWN6z6Lgm.png

Follow: Mr.JCen for more updates
 

Attachments

Last edited:
Status
Not open for further replies.
Back
Top