How to resolve explorer.exe application error issues

王林
Release: 2020-05-08 17:04:46
Original
4372 people have browsed it

How to resolve explorer.exe application error issues

Right-click the start button

How to resolve explorer.exe application error issues

Start right-click menu and click Run

How to resolve explorer.exe application error issues

Enter cmd during operation and click the OK button

How to resolve explorer.exe application error issues

Enter the following code in the command window and press Enter to register the dll file

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

How to resolve explorer.exe application error issues

Then enter the code below in the command window, press Enter to register the ocx control

How to resolve explorer.exe application error issues

Return to the run dialog box, enter regedit and click OK to bring up the registry

How to resolve explorer.exe application error issues

Enter the registry, navigate to the path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks and delete other key values

How to resolve explorer.exe application error issues

Recommended tutorial: windows tutorial

The above is the detailed content of How to resolve explorer.exe application error issues. 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
Popular Tutorials
More>
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!