search
HomeSystem TutorialWindows SeriesWin10 App Store crash solution guide

Win10 App Store crash solution guide

Jan 16, 2024 pm 08:06 PM
win10app StoreshopApp crashes

Although many users praise Win10, in fact, some problems often occur in Win10. I believe that many users will use the app store to download the required programs when using the win10 system. However, recently a user experienced a crash when opening the win10 app store, but did not know how to solve it? Below, the editor will share with you the solution to the Win10 App Store crash.

Since Microsoft released the official version of win10, many users have upgraded and installed win10. However, some friends have experienced a crash or inability to open the win10 app store after upgrading win10. What should I do if the win10 app store crashes? Yes, how to solve the problem that the Win10 app store crashes or cannot be opened? Next, the editor will explain to you the solution to the Win10 App Store crash.

How to solve win10 app store crash

First make sure the system version is the latest, click the start menu button, click: Settings

win10应用商店闪退如何解决 win10应用商店闪退解决方法


Store Picture-1

Select Update and Security Entry in the settings interface

win10应用商店闪退如何解决 win10应用商店闪退解决方法


win10 Figure-2

Click Windows Update, check for updates, install all updates and then restart. If not, see below

win10应用商店闪退如何解决 win10应用商店闪退解决方法


Application crash picture-3

Press the window key Win X and call up the run

win10应用商店闪退如何解决 win10应用商店闪退解决方法


Store Map-4

Enter the Wsreset command and click the OK button. This is the meaning of app store reset

win10应用商店闪退如何解决 win10应用商店闪退解决方法


Store Picture-5

Then, search for Powershell in the taskbar

win10应用商店闪退如何解决 win10应用商店闪退解决方法


##win10 Figure-6

Right-click on the Powershell desktop program and run it as administrator

win10应用商店闪退如何解决 win10应用商店闪退解决方法


##Application crash picture -7

Copy the command: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation '\AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register$manifest, click on the blank space of the Powershell desktop program Copy the shortcut key and press Enter! This can solve the problem of the app store not being able to open

win10应用商店闪退如何解决 win10应用商店闪退解决方法

##App crash picture-8

Same as above Copy the following Command: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage-DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} and pressing Enter can solve the problem of application crash or no response.

win10应用商店闪退如何解决 win10应用商店闪退解决方法

App crash picture-9

The above is the solution to the win10 app store crash.

The above is the detailed content of Win10 App Store crash solution guide. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:番茄系统家园. If there is any infringement, please contact admin@php.cn delete
Fedora 42 Joins the Windows Subsystem for LinuxFedora 42 Joins the Windows Subsystem for LinuxMay 09, 2025 am 03:01 AM

Pushing the boundaries of Linux: exploring unusual applications. Purely for fun, of course. Posts 7 Technically, you can create a WSL image for any compatible Linux distribution. However, officially supported images offer a significantly smoother e

How to Move a Window When You Can't Click on the Title BarHow to Move a Window When You Can't Click on the Title BarMay 09, 2025 am 01:03 AM

When applications unexpectedly extend beyond your screen's edges, accessing their title bars becomes impossible. This is especially common with dual monitors but can occur on single displays as well. This guide offers solutions for regaining control

This Limited-Edition 'Skeleton” HDD Shows You How It Writes BytesThis Limited-Edition 'Skeleton” HDD Shows You How It Writes BytesMay 08, 2025 pm 09:04 PM

The HD-SKL, a limited-edition hard drive, is a modern take on Buffalo's 1998 Skeleton Hard Disk. The original, a 4.3GB drive with a clear acrylic case, was produced in a limited run of 500 units. While Buffalo cites its 1978 Melco 3533 turntable as

The New Surface Pro Doesn't Feel ProThe New Surface Pro Doesn't Feel ProMay 08, 2025 am 06:01 AM

The new Surface Pro: A step back? Microsoft's latest Surface Pro offers connectivity via two USB-C ports, supporting charging, USB 3.2 data transfer, and DisplayPort 1.4a (up to two 4K monitors at 60Hz). However, the device ships without a power ad

Microsoft Challenges the MacBook Air With New Surface LaptopMicrosoft Challenges the MacBook Air With New Surface LaptopMay 08, 2025 am 03:02 AM

Microsoft's latest Surface Laptop aims to rival the MacBook Air, but with some notable compromises. The absence of a Surface Connect port marks a significant departure from previous models, reflecting the growing prevalence of Thunderbolt and USB do

Solve the problem that the svn plugin in eclipse always prompts for password inputSolve the problem that the svn plugin in eclipse always prompts for password inputMay 07, 2025 pm 05:03 PM

1. Background Recently, when using the svn plug-in to manage remote warehouse code in eclipse, prompts to enter passwords are always prompted to enter passwords, which is particularly annoying. After hard work, I finally solved the problem and shared it with you~ 2. Analysis of the password mechanism of the svn plug-in and the cause of the problem. When we use the svn plug-in for the first time and enter the password, a file that saves the password will be generated, and then the svn plug-in will read the username and password information by default every time. When eclipse is started, the configuration information will be automatically read into the program cache. After the password of svn is modified, it is impossible to log in again, and there is no prompt to re-enter the password. At this time, we can delete the relevant configuration files and let the svn plugin prompt us to re-enter the password. However, ec

How to restore the win8 system details stepsHow to restore the win8 system details stepsMay 07, 2025 pm 05:00 PM

The steps to start system restore in Windows 8 are: 1. Press the Windows key X to open the shortcut menu; 2. Select "Control Panel", enter "System and Security", and click "System"; 3. Select "System Protection", and click "System Restore"; 4. Enter the administrator password and select the restore point. When selecting the appropriate restore point, it is recommended to select the restore point before the problem occurs, or remember a specific date when the system is running well. During the system restore process, if you encounter "The system restore cannot be completed", you can try another restore point or use the "sfc/scannow" command to repair the system files. After restoring, you need to check the system operation status, reinstall or configure the software, and re-back up the data, and create new restore points regularly.

'Modern Operating System Original Book 3rd Edition''Modern Operating System Original Book 3rd Edition'May 07, 2025 pm 04:57 PM

"Modern Operating Systems (English Edition 3rd Edition)" is a classic work written by Professor Tanenbaum. With his profound experience in the design of three operating systems, the book perfectly integrates theory and practice. The third edition of the book explores a number of topics in depth, such as process, threading, storage management, file systems, I/O deadlock, interface design, multimedia, performance trade-offs, and introduces the latest trends in operating system design. The book not only explains the principles and practices of modern operating systems in detail, but also pays special attention to Linux operating systems, Windows Vista operating systems, embedded operating systems, real-time operating systems and multimedia operating systems. Covering Windows Vista and the latest Linux/Unix operations

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.