Solve the problem of unexpected closing of win101909 application

WBOY
Release: 2024-01-08 15:41:25
forward
862 people have browsed it

After everyone updated the win101909 version, while understanding the convenience brought by the new functions, they also discovered some small problems and bugs. Today I will tell you what to do if win101909 crashes when opening the software. I hope it can help. your turn.

What to do if win101909 application crashes:

1. Reinstall the application

Uninstall the application that crashed and then reinstall it.

2. Reinstall the App Store

1. First, click the "Windows icon" on the taskbar and enter "powershell".

Solve the problem of unexpected closing of win101909 application

2. Then right-click "Windows Powershell" and select "Run as administrator".

Solve the problem of unexpected closing of win101909 application

3. Copy (Ctrl C) and paste (Ctrl V) the following commands one by one:

taskkill /f /im explorer.exe

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

(Reinstall the App Store)

Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage

Get-AppxPackage -all *Microsoft.WindowsStore* |% {Add-AppxPackage -register -disabledevelopmentmode ($_.installlocation “\appxmanifest.xml”)}

start explorer

4. Then restart the computer.

Solve the problem of unexpected closing of win101909 application

5. Finally, reopen the app store and download the relevant apps.

The above is the detailed content of Solve the problem of unexpected closing of win101909 application. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:somode.com
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