Home  >  Article  >  Operation and Maintenance  >  How to solve the problem of rearranging desktop icons on Windows startup

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

尚
Original
2020-01-06 09:33:034706browse

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!

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