pusanggala0923
Fanatic
Share ko lang po itong trick na ginawa ko sa aking laptop upang tanggalin ang mga built-in apps or bloatwares sa Windows10 using Powershell.
First step buksan nyo muna yung Powershell...
My Computer/Local Disk(C.)/Windows/System32/WindowsPowerShell/v1.0/powershell...run nyo po as administrator or
just click windows key+X sa keyboard and select “Windows PowerShell (Admin)”, then ilagay nyo lang po itong mga commands sa ibaba kung alin ang gusto nyong i-uninstall na built-in app...
halimbawa gusto nyo tanggalin yung built-in map, ang ilalagay nyong command is
"Get-AppxPackage *windowsmaps* | Remove-AppxPackage" and hit enter..kailangan naka run as admin yung powershell..
ito pa yung ibang mga commands..
Uninstall Calculator:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Uninstall 3D Builder:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Uninstall Calendar and Mail:
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Uninstall Alarms and Clock:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Uninstall Camera:
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Uninstall Get Office:
Get-AppxPackage *officehub* | Remove-AppxPackage
Uninstall Get Started:
Get-AppxPackage *getstarted* | Remove-AppxPackage
Uninstall Get Skype:
Get-AppxPackage *skypeapp* | 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 Sports:
Get-AppxPackage *bingsports* | Remove-AppxPackage
Uninstall Store:
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Uninstall Voice Recorder:
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Uninstall Weather:
Get-AppxPackage *bingweather* | Remove-AppxPackage
Uninstall Xbox:
Get-AppxPackage *xboxapp* | Remove-AppxPackage
Uninstall Candy game
Get-AppxPackage -AllUsers *Candy* | Remove-AppxPackage
Uninstall Asphalt game
Get-AppxPackage -AllUsers *Asphalt* | Remove-AppxPackage
Uninstall Fallout game
Get-AppxPackage -AllUsers *Fallout* | Remove-AppxPackage
Uninstall Mincraft game
Get-AppxPackage -AllUsers *Minecraft* | Remove-AppxPackage
First step buksan nyo muna yung Powershell...
My Computer/Local Disk(C.)/Windows/System32/WindowsPowerShell/v1.0/powershell...run nyo po as administrator or
just click windows key+X sa keyboard and select “Windows PowerShell (Admin)”, then ilagay nyo lang po itong mga commands sa ibaba kung alin ang gusto nyong i-uninstall na built-in app...
halimbawa gusto nyo tanggalin yung built-in map, ang ilalagay nyong command is
"Get-AppxPackage *windowsmaps* | Remove-AppxPackage" and hit enter..kailangan naka run as admin yung powershell..
ito pa yung ibang mga commands..
Uninstall Calculator:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Uninstall 3D Builder:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Uninstall Calendar and Mail:
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Uninstall Alarms and Clock:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Uninstall Camera:
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Uninstall Get Office:
Get-AppxPackage *officehub* | Remove-AppxPackage
Uninstall Get Started:
Get-AppxPackage *getstarted* | Remove-AppxPackage
Uninstall Get Skype:
Get-AppxPackage *skypeapp* | 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 Sports:
Get-AppxPackage *bingsports* | Remove-AppxPackage
Uninstall Store:
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Uninstall Voice Recorder:
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Uninstall Weather:
Get-AppxPackage *bingweather* | Remove-AppxPackage
Uninstall Xbox:
Get-AppxPackage *xboxapp* | Remove-AppxPackage
Uninstall Candy game
Get-AppxPackage -AllUsers *Candy* | Remove-AppxPackage
Uninstall Asphalt game
Get-AppxPackage -AllUsers *Asphalt* | Remove-AppxPackage
Uninstall Fallout game
Get-AppxPackage -AllUsers *Fallout* | Remove-AppxPackage
Uninstall Mincraft game
Get-AppxPackage -AllUsers *Minecraft* | Remove-AppxPackage

