Ao usar este site, você concorda com o política de Privacidade.
Aceitar
Entrar em TIEntrar em TIEntrar em TI
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
    • Azul
    • Configmgr/sccm
    • PMD
    • Orquestrador
    • Hiper-V
    • Microsoft Edge Insider
    • Msi
    • Escritório 365
    • Insider Office
    • Power bi
    • Skype
    • Servidor SQL
    • Equipes
  • WINDOWS
    • Centro de Administração do Windows
    • Cliente Windows
    • Servidor Windows
  • Lista de coleta de consultas SCCM
Leitura: How to Reinstall Built-in Apps in Windows 10
Redimensionador de fontesAh
Entrar em TIEntrar em TI
Redimensionador de fontesAh
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
  • WINDOWS
  • Lista de coleta de consultas SCCM
Procurar
  • LAR
  • PROFISSIONAL DE TI
  • TECNOLOGIA
  • Microsoft
    • Azul
    • Configmgr/sccm
    • PMD
    • Orquestrador
    • Hiper-V
    • Microsoft Edge Insider
    • Msi
    • Escritório 365
    • Insider Office
    • Power bi
    • Skype
    • Servidor SQL
    • Equipes
  • WINDOWS
    • Centro de Administração do Windows
    • Cliente Windows
    • Servidor Windows
  • Lista de coleta de consultas SCCM
Profissional de TI

How to Reinstall Built-in Apps in Windows 10

Publicado: Fevereiro 11, 2024
3 Leitura mínima
COMPARTILHAR

How to Reinstall Built-in Apps in Windows 10 – Guia passo a passo. If you removed some or all built-in apps in Windows 10 and now you want to restore them, this tutorial will help you.

STEP 1:

As usual, we’ll need to open PowerShell as Administrator to execute the required commands.

AbrirMenu Iniciar e digitePowershell. It’ll automatically start searching for the program and will show PowerShell in search results. Now press Ctrl+Shift+Enter keys together to launch PowerShell as Administrator. Alternatively, you can right-click on PowerShell and select the “Run as Administrator” opção.

OBSERVAÇÃO: You also can use PowerShell ISE

STEP 2:

Now you’ll need to execute commands in PowerShell as mentioned in the following steps:

Reinstall a Specific Built-in App in Windows 10

If you want to reinstall any specific app, you can use the following command to restore that particular app:

Add-AppxPackage -register appxmanifest.xml_file_path -DisableDevelopmentMode

As you can see, the above-mentioned command requires an essential parameter which is the full path ofappxmanifest.xml arquivo. Actually, all modern apps contain this XML file in their program files folder and this XML file is required to restore the app.

All modern apps are stored in the following folder:

C:\Program Files\WindowsApps

This folder contains several sub-folders (with the same name as the app’s PackageFullName info) which contain the required files of all modern apps. You’ll find one appxmanifest.XML file in all those folders.

1. So to restore an app, you’ll need to know thePackageFullName information of that app which can be found using the following command:

Get-AppxPackage -allusers | Select Name, PackageFullName

Now select thePackageFullName information of your desired app and press Enter key to copy it to the clipboard.

2. Now execute the following command to restore that app:

Add-AppxPackage -register "C:\Program Files\WindowsApps\PackageFullName\appxmanifest.xml" -DisableDevelopmentMode

Substituirthe PackageFullName term in the above command with the copiedPackageFullName information from step 1. Just pressCTRL+V keys together to paste copied PackageFullName information.

If you receive any error message, ignore it. You may need to restart the computer.

Reinstall All Built-in Apps in Windows 10

If you want, you can reinstall all built-in modern apps in a single step using the following command:

Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}

This command will take a few moments and will reinstall all built-in apps. If you receive any error message, ignore it. You may need to restart the computer to take effect.

MARCADO:PowershellWindowsWindows 10
Artigo Anterior Lista de coleta de consultas do Configuration Manager SCCM Update 1902
Próximo artigo Download Skype 8 Msi
Deixe um comentário Deixe um comentário

Deixe uma resposta Cancelar resposta

Seu endereço de e-mail não será publicado. Os campos obrigatórios estão marcados *

Este site usa Akismet para reduzir spam. Saiba como os dados dos seus comentários são processados.

Tradução

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
por Transposh - translation plugin for wordpress

Postagens populares

Requisitos do sistema para Windows Server 2016
Servidor Windows
Lista de coleta de consultas do Configuration Manager
Lista de coleta de consultas do Configuration Manager
Configmgr
Navegação estruturada/gerenciada habilitada em páginas modernas em sites de equipe clássicos
Tecnologia
SCCM Falha ao obter locais de DP como a versão esperada do MP
Configmgr

Postagens recentes

Instalando e configurando Fail2ban para proteção SSH no Ubuntu 24.04
Linux
Habilitando e configurando FirewallD no AlmaLinux
Linux
Criação de usuário e configuração de chave SSH no AlmaLinux
Linux
Como redefinir a senha no AlmaLinux
Linux

© 2023 Entrar em TI

Vá para a versão móvel
Bem vindo de volta!

Faça login na sua conta

Nome de usuário ou endereço de e-mail
Senha

Perdeu sua senha?