How to solve the problem of rearranging desktop icons on Windows startup

Release: 2020-01-06 09:33:03
Original
4767 people have browsed it

How to solve the problem of rearranging desktop icons on Windows startup

The specific method to solve the problem that desktop icons are rearranged every time Win10 is turned on is as follows:

1. First press Win R to open Run, enter regedit and press Enter to open the registry editing;

2. Obtain administrator rights at the following location

HKEY_CLASSES_ROOT/CLSID/{42aedc87-2188-41fd-b9a3-0c966feabec1}/InProcServer32 (32-bit system)

HKEY_CLASSES_ROOT /Wow6432Node/CLSID/{42aedc87-2188-41fd-b9a3-0c966feabec1}/InProcServer32 (64-bit system)

3. Open the key named "(Default)" in the above registry key and change its value Modify to the following value and restart the system:

%SystemRoot%/system32/windows.storage.dll

As shown below:

How to solve the problem of rearranging desktop icons on Windows startup

Related article tutorial recommendations: windows tutorial

The above is the detailed content of How to solve the problem of rearranging desktop icons on Windows startup. 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