Home >System Tutorial >Windows Series >How to solve the problem that win10 crash software cannot be opened
When we use win10 system, if the software crashes and cannot be opened, it may be a problem with the software. Just download and install it again. Of course, if every software crashes and cannot be opened, it must be a system problem. At this time, you can reset the system first. If that doesn't work, you can also reinstall the system.
1. If only a certain software crashes and cannot be opened, you can uninstall the software and reinstall it.
2. If every software crashes and cannot be opened, you can try the following method:
Method 1:
1. First, use the "win r" key on the keyboard ” shortcut key combination to open the run box.
2. Then enter "wsreset" during operation and click "OK" below.
3. Then click the start menu in the lower left corner and select "windows powershell (administrator)"
4. Enter the following command "$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest" and press Enter to confirm.
5. After confirmation, enter the following command "Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest. xml"}", press Enter to confirm.
Method 2:
1. If resetting the system fails, you can only reinstall the system.
2. We can download the stable and reliable win10 system directly from this site, which can effectively avoid the problem of the above software crashing and being unable to open.
3. Click the link above to download. If you don’t know how to install it, you can also check out the tutorials provided on this site.
The above is the detailed content of How to solve the problem that win10 crash software cannot be opened. For more information, please follow other related articles on the PHP Chinese website!