By using this site, you agree to the Privacy Policy.
Accept
EnterinITEnterinITEnterinIT
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Office 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Teams
  • WINDOWS
    • Windows Admin Center
    • Windows Client
    • Windows Server
  • SCCM Query Collection List
Reading: How to Reinstall Built-in Apps in Windows 10
Font ResizerAa
EnterinITEnterinIT
Font ResizerAa
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
  • WINDOWS
  • SCCM Query Collection List
Search
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Office 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Teams
  • WINDOWS
    • Windows Admin Center
    • Windows Client
    • Windows Server
  • SCCM Query Collection List
IT Pro

How to Reinstall Built-in Apps in Windows 10

Published: February 11, 2024
3 Min Read
SHARE

How to Reinstall Built-in Apps in Windows 10 – Step-by-Step Guide. 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.

Open Start Menu and type PowerShell. 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” option.

NOTE: 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 of appxmanifest.xml file. 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 the PackageFullName information of that app which can be found using the following command:

Get-AppxPackage -allusers | Select Name, PackageFullName

Now select the PackageFullName 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

Replace the PackageFullName term in the above command with the copied PackageFullName information from step 1. Just press CTRL+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.

TAGGED:PowerShellWindowsWindows 10
Previous Article Configuration Manager Query Collection List SCCM Update 1902
Next Article Download Skype 8 MSI
Leave a Comment Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Translation

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

Popular Posts

System Requirements for Windows Server 2016
Windows Server
Configuration Manager Query Collection List
Configuration Manager Query Collection List
ConfigMgr
Structured/Managed Navigation enabled on Modern Pages in Classic Team Sites
Tech
SCCM Failed to get DP locations as the expected version from MP
ConfigMgr

Recent Posts

Installing and Configuring Fail2ban for SSH Protection on Ubuntu 24.04
Linux
Enabling and Configuring FirewallD on AlmaLinux
Linux
User Creation and SSH Key Setup in AlmaLinux
Linux
How to reset password on AlmaLinux
Linux

© 2023 EnterinIT

Go to mobile version
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?