How to solve the problem of win10 crashing to black screen

PHPz
Release: 2023-12-30 20:11:00
forward
1610 people have browsed it

Many friends will more or less encounter the situation where the screen goes black and then crashes after opening the software in win10. I don’t know how to solve it. We must first ensure that the software can run normally. Secondly, we can try to solve it by entering the command line. The following is Let’s take a look together.

What to do if win10 crashes with a black screen

1. First, press "win r" on the keyboard to call up run.

How to solve the problem of win10 crashing to black screen

2. Then enter "wsreset" and press Enter on the keyboard to confirm.

How to solve the problem of win10 crashing to black screen

3. Then click the start menu in the lower left corner and select "windows powershell (administrator)"

How to solve the problem of win10 crashing to black screen

4. Enter the following command "$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest" and press Enter to confirm.

How to solve the problem of win10 crashing to black screen

5. After confirmation, enter the following command "Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest. xml"}", press Enter to confirm.

How to solve the problem of win10 crashing to black screen

The above is the detailed content of How to solve the problem of win10 crashing to black screen. 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