Can I remove Windows 10 UWP apps using PowerShell?

Anonymous
2020-12-02T17:25:32+00:00

Can I remove Windows 10 UWP apps PowerShell? Wouldn't this be a violation of the license agreement(EULA)?

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Anonymous
    2020-12-02T18:11:28+00:00

    Hello, how are you?

    Welcome to the Microsoft community!

    My name is Paloma B., I'm an independent advisor, I'm here to help you in the best possible way.

    I understand that you would like to remove applications from Windows.

    In this case you can use the commands below and remove without problems.

    Remove Applications - Powershell

    To remove applications, press the Windows + X keys, choose Command Prompt (admin).

    When loading the prompt, type: powershell press enter.

    Use one command at a time below to remove each of the desired applications.

    3D Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage

    Alarms and clocks: Get-AppxPackage *windowsalarms* | Remove-AppxPackage

    Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage

    Calendar and email: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

    Camera: Get-AppxPackage *windowscamera* | Remove-AppxPackage

    Groove Music: Get-AppxPackage *zunemusic* | Remove-AppxPackage

    Maps: Get-AppxPackage *windowsmaps* | Remove-AppxPackage

    Microsoft Solitaire Collection: Get-AppxPackage *solitairecollection* | Remove-AppxPackage

    Money: Get-AppxPackage *bingfinance* | Remove-AppxPackage

    Movies & TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage

    News: Get-AppxPackage *bingnews* | Remove-AppxPackage

    OneNote: Get-AppxPackage *onenote* | Remove-AppxPackage

    People: Get-AppxPackage *people* | Remove-AppxPackage

    Photos: Get-AppxPackage *photos* | Remove-AppxPackage

    sports: Get-AppxPackage *bingsports* | Remove-AppxPackage

    Voice recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage

    Climate: Get-AppxPackage *bingweather* | Remove-AppxPackage

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

    Get Office: Get-AppxPackage *officehub* | Remove-AppxPackage

    Get Skype: Get-AppxPackage *skypeapp* | Remove-AppxPackage

    I await news.

    If these procedures helped you in any way, please click on "I solved my problem" and also mark as an answer, so you can help others users.

    We will always be available for whatever you need!

    11 people found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2020-12-02T17:31:17+00:00

    Hello, how are you?

    Welcome to the Microsoft community!

    My name is Paloma B., I'm an independent advisor, I'm here to help you in the best possible way.

    I understand that you would like to remove applications from Windows.

    In this case you can use the commands below and remove without problems.

    Remove Applications - Powershell

    To remove applications, press the Windows + X keys, choose Command Prompt (admin).

    When loading the prompt, type: powershell press enter.

    Use one command at a time below to remove each of the desired applications.

    3D Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage

    Alarmes e relógios: Get-AppxPackage *windowsalarms* | Remove-AppxPackage

    Calculadora: Get-AppxPackage *windowscalculator* | Remove-AppxPackage

    Calendário e e-mail: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

    Câmera: Get-AppxPackage *windowscamera* | Remove-AppxPackage

    Groove Música: Get-AppxPackage *zunemusic* | Remove-AppxPackage

    Mapas: Get-AppxPackage *windowsmaps* | Remove-AppxPackage

    Microsoft Solitaire Collection: Get-AppxPackage *solitairecollection* | Remove-AppxPackage

    Dinheiro: Get-AppxPackage *bingfinance* | Remove-AppxPackage

    Filmes e TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage

    Notícias: Get-AppxPackage *bingnews* | Remove-AppxPackage

    OneNote: Get-AppxPackage *onenote* | Remove-AppxPackage

    Pessoas: Get-AppxPackage *people* | Remove-AppxPackage

    Fotos: Get-AppxPackage *photos* | Remove-AppxPackage

    Esportes: Get-AppxPackage *bingsports* | Remove-AppxPackage

    Gravador de Voz: Get-AppxPackage *soundrecorder* | Remove-AppxPackage

    Clima: Get-AppxPackage *bingweather* | Remove-AppxPackage

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

    Adquira o Office: Get-AppxPackage *officehub* | Remove-AppxPackage

    Adquira o Skype: Get-AppxPackage *skypeapp* | Remove-AppxPackage

    I await news.

    If these procedures helped you in any way, please click on "I solved my problem" and also mark as an answer, so you can help others users.

    We will always be available for whatever you need!

    0 comments No comments
  2. Anonymous
    2020-12-02T18:18:43+00:00

    Does this violate the terms of the license agreement?

    0 comments No comments
  3. Anonymous
    2020-12-02T18:21:05+00:00

    No, and you can remove it as my previous answer.

    I await news.

    If these procedures helped you in any way, please click on "I solved my problem" and also mark as an answer, so you can help others users.

    We will always be available for whatever you need!

    0 comments No comments