Comandos Powershell Remover aplicativos aplicativos padrão do Windows 10

Iniciado por Lord Of Metal, 20 de Abril de 2017, 14:06

Respostas: 1   |   Visualizações: 819

Tópico anterior - Tópico seguinte

0 Membros e 1 Visitante estão a ver este tópico.

Lord Of Metal


1. No procurar do windowns 10 escrever Powershell
2. Botão do lado direito executar como administrador
3. Lista de comandos no Powershell para remover alguns apps padrão do Windows 10.  (existem mais...)  (basta copiar colar as linhas do aplicativo que pretende e dar Enter:


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


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

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

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

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

Desinstalar Money ou finança:
Get-AppxPackage *bingfinance* | Remove-AppxPackage

Desinstalar Filmes & TV:
Get-AppxPackage *zunevideo* | Remove-AppxPackage

Desinstalar Noticias:
Get-AppxPackage *bingnews* | Remove-AppxPackage

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

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

Desinstalar Phone Companion:
Get-AppxPackage *windowsphone* | Remove-AppxPackage

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

Desinstalar Store:
Get-AppxPackage *windowsstore* | Remove-AppxPackage

Desinstalar Desporto:
Get-AppxPackage *bingsports* | Remove-AppxPackage

Desinstalar Voice Recorder:
Get-AppxPackage *soundrecorder* | Remove-AppxPackage

Desinstalar Weather:
Get-AppxPackage *bingweather* | Remove-AppxPackage







EDU48