What to do if explorer.exe application error occurs on Windows computer

王林
Release: 2020-04-07 11:43:37
Original
14662 people have browsed it

What to do if explorer.exe application error occurs on Windows computer

Method 1: Reset Internet Explorer settings

Open IE browser, find the [Tools] icon, and open [Internet Options]

What to do if explorer.exe application error occurs on Windows computer

Select [Advanced], click [Reset], then check [Delete Personalized Settings], click [Reset], and follow the prompts

What to do if explorer.exe application error occurs on Windows computer

Method 2: Register DLL component

Use the shortcut key "Win R" to pop up [Run], enter "cmd", and click [OK]:

What to do if explorer.exe application error occurs on Windows computer

Enter at the command prompt:

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

If you are afraid of typing errors, you can copy this command, then right-click the mouse in the command prompt box to use the "Paste" function, and then press Enter. Don't rush to start other programs, wait patiently for a while before the rapid scrolling comes to a complete stop. If any prompt appears, click OK. After running it, your problem will be solved.

What to do if explorer.exe application error occurs on Windows computer

Recommended related tutorials:windows tutorial

The above is the detailed content of What to do if explorer.exe application error occurs on Windows computer. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!