Right-click the start button
Start right-click menu and click Run
Enter cmd during operation and click the OK button
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
Then enter the code below in the command window, press Enter to register the ocx control
Return to the run dialog box, enter regedit and click OK to bring up the registry
Enter the registry, navigate to the path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks and delete other key values
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!