Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
Script:
@echo off
echo Removendo aplicativos padrão do Windows 8...
:: Remover Calendário
powershell -command "Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage"
:: Remover Pessoas
powershell -command "Get-AppxPackage *people* | Remove-AppxPackage"
:: Remover Saúde e Bem-Estar
powershell -command "Get-AppxPackage *binghealthandfitness* | Remove-AppxPackage"
:: Remover Mapas
powershell -command "Get-AppxPackage *bingmaps* | Remove-AppxPackage"
:: Remover Lista de Leitura
powershell -command "Get-AppxPackage *bingreadinglist* | Remove-AppxPackage"
echo Aplicativos removidos com sucesso.
pause
Como Executar o Script:
.bat
, por exemplo, remover_apps.bat
..bat
salvo e selecione "Executar como administrador".