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

Release: 2020-05-09 16:30:26
Original
119859 people have browsed it

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
Copy after login

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!

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