Home > System Tutorial > Windows Series > How to solve unexpected shutdown and crash of Win10 system

How to solve unexpected shutdown and crash of Win10 system

WBOY
Release: 2024-01-02 12:09:35
forward
1093 people have browsed it

If we use a computer with win10 operating system and the win10 system unexpectedly closes and crashes, many users don’t know how to solve it. The editor thinks that this problem may be caused by accidental damage to the internal files of our computer, or caused by missing parts of the system, the influence of third-party software, etc. For a detailed solution, let’s take a look at what the editor did~

How to solve unexpected shutdown and crash of Win10 system

How to solve the unexpected shutdown and crash of win10 system

Method 1:

1. Completely uninstall the third-party application with the error below:

-kislive.exe (Kingsoft Antivirus application)

-dg597 (Driver Wizard related application)

Method Two:

Re-register the dll file:

How to solve unexpected shutdown and crash of Win10 system

1. Please search in the start menu and right-click

2. Enter the following command:

for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1

for %i in (%windir%\system32\ *.ocx) do regsvr32.exe /s %i

3. After completion, restart the computer to see if the problem can be solved

More win10 related information:

> >>What to do if win10 crashes when playing Horizon 3 loading animation

>>>How to solve win10 when Horizon 3 crashes

>>>win10 green screen of death What is the reason for the restart?

The above is the detailed content of How to solve unexpected shutdown and crash of Win10 system. 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