Home > System Tutorial > Windows Series > How to restore uninstalled built-in apps in Windows 10

How to restore uninstalled built-in apps in Windows 10

WBOY
Release: 2024-03-27 12:10:20
forward
953 people have browsed it

Recently, many Win10 users have reported that built-in applications cannot be retrieved after being accidentally uninstalled, which causes inconvenience to daily use. PHP editor Youzi has compiled some simple operation methods for you to restore uninstalled built-in applications, so that you can easily solve this problem. Let’s find out next.

1. Click the Cortana search box, enter powershell, right-click the first item in the displayed results, and select [Run as administrator], as shown in the picture:

How to restore uninstalled built-in apps in Windows 10

2. Enter the following command in the powershell window and press Enter; Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage - DisableDevelopmentMode -Register [$($_.InstallLocation)AppXManifest.xml]}, as shown in the figure:

How to restore uninstalled built-in apps in Windows 10

3. After the execution is completed, restart the computer.

The above is the detailed content of How to restore uninstalled built-in apps in Windows 10. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:zol.com.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template