Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

Script para Remover Aplicativos Pré-Instalados no Windows

Script:

@echo off
echo Removendo aplicativos pré-instalados do Windows...

REM Remover Clima
powershell -command "Get-AppxPackage *Microsoft.BingWeather* | Remove-AppxPackage"

REM Remover Dicas
powershell -command "Get-AppxPackage *Microsoft.Getstarted* | Remove-AppxPackage"

REM Remover Filmes e TV
powershell -command "Get-AppxPackage *Microsoft.ZuneVideo* | Remove-AppxPackage"

REM Remover Gravador de Voz
powershell -command "Get-AppxPackage *Microsoft.WindowsSoundRecorder* | Remove-AppxPackage"

REM Remover Hub de Comentários
powershell -command "Get-AppxPackage *Microsoft.WindowsFeedbackHub* | Remove-AppxPackage"

REM Remover Mapas
powershell -command "Get-AppxPackage *Microsoft.WindowsMaps* | Remove-AppxPackage"

REM Remover Mixed Reality Portal
powershell -command "Get-AppxPackage *Microsoft.MixedReality.Portal* | Remove-AppxPackage"

REM Remover Cortana
powershell -command "Get-AppxPackage *Microsoft.549981C3F5F10* | Remove-AppxPackage"

REM Remover Pessoas
powershell -command "Get-AppxPackage *Microsoft.People* | Remove-AppxPackage"

REM Remover Skype
powershell -command "Get-AppxPackage *Microsoft.SkypeApp* | Remove-AppxPackage"

REM Remover Notas Autoadesivas
powershell -command "Get-AppxPackage *Microsoft.MicrosoftStickyNotes* | Remove-AppxPackage"

REM Remover Obter Ajuda
powershell -command "Get-AppxPackage *Microsoft.GetHelp* | Remove-AppxPackage"

REM Remover Relógio Vincular ao Celular
powershell -command "Get-AppxPackage *Microsoft.WindowsAlarms* | Remove-AppxPackage"

echo Todos os aplicativos selecionados foram removidos.
pause

Como Executar o Script:

  1. Abra o Bloco de Notas no seu computador.
  2. Copie e cole o código do script acima no Bloco de Notas.
  3. Salve o arquivo com a extensão .bat, por exemplo, remover_apps.bat.
  4. Clique com o botão direito no arquivo salvo e selecione "Executar como administrador".
  5. O script irá executar e remover os aplicativos pré-instalados listados.

To share Download PDF

Gostou do artigo? Deixe sua avaliação!
Sua opinião é muito importante para nós. Clique em um dos botões abaixo para nos dizer o que achou deste conteúdo.