Home  >  Article  >  Operation and Maintenance  >  How to solve the explorer.exe application error that does not display desktop icons

How to solve the explorer.exe application error that does not display desktop icons

尚
Original
2020-04-23 15:32:05119706browse

How to solve the explorer.exe application error that does not display desktop icons

explorer.exe application error does not display the desktop icon Solution:

Reset Internet Explorer settings

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

How to solve the explorer.exe application error that does not display desktop icons

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

How to solve the explorer.exe application error that does not display desktop icons

Register DLL component

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

How to solve the explorer.exe application error that does not display desktop icons

Enter at the command prompt:

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

How to solve the explorer.exe application error that does not display desktop icons

The above is the detailed content of How to solve the explorer.exe application error that does not display desktop icons. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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