Add Control Panel and other features to the right-click menu of the Recycle Bin in Win10/Win11

This time, I would like to introduce how to display the icons displayed on the desktop using "Desktop Icon Settings" in the right-click menu (old menu) of the Recycle Bin in Windows 10 and Windows 11.

This is useful if you want only the Recycle Bin on your desktop, or if you have too many icons and want to reduce them.

Recycle Bin right-click menu and desktop icon settings
Recycle Bin right-click menu and desktop icon settings

In Windows 11, it will be displayed in the menu when you right-click the Recycle Bin and click "See more options." (The old right-click menu)

Revert the new right-click menu in Windows 11 to the previous version

table of contents

How to add the Control Panel and other items to the right-click menu of the Trash

If you operate the registry incorrectly, it may cause problems such as the system being unable to start. Please make a backup in advance using system restore or similar, and proceed at your own risk.

To avoid panicking if your PC suddenly breaks down, it's a good idea to have a standard backup software to protect your important photos and data.

1. Press Windows key + R to open Run, type "regedit" and press Enter.

2. The Registry Editor will open, so open the following key:

HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell

3. Right-click on the "shell" key > New > "Key".

4. Change the key name by referring to the table below, and create two values ​​(string value REG_SZ) under the created key and enter the value data.

*Enter the name you want to display in (default).

System version information:

Key Name1_MyComputer
(default)
System version information
Value Name 1icon
Value Name 1 Value Data%SystemRoot%\System32\imageres.dll,-109
Value Name 2position
Value Name 2 Value Databottom

It's OK if it looks like this:

レジストリエディター
レジストリエディター

At this point, "System Version Information" will be added to the right-click menu of the Trash, so please check it.

In this state, clicking "System Information" will not do anything, so we will create a new key to open "System Information."

5. Right-click on the "shell" key > New > "Key".

6. Change the key name by referring to the table below, create a value under the created key, and enter the value data.

Key Namecommand
(default)explorer ms-settings:about

It's OK if it looks like this:

レジストリエディター
レジストリエディター

Once you're done editing, right-click the trash can and click "System Information."

This will open System > About in Settings, which is useful for checking your PC's version information.

You can freely change the item key name and the initial number.

For example, in the case of "1_MyComputer", the numbers will be displayed in ascending order from top to bottom.

The order is determined by the number at the beginning of the key name
The order is determined by the number at the beginning of the key name

Key name, value name, and value data for each item in "Desktop Icon Settings"

Using the above steps as a reference, try changing the key names as you like and adding each item.

Desktop Icon Settings
Desktop Icon Settings

computer:

Key Name0_PC
(default)computers
Value Name 1icon
Value Name 1 Value Data%SystemRoot%\System32\imageres.dll,-109
Value Name 2position
Value Name 2 Value Databottom
Key Namecommand
(default)explorer shell:::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

Control Panel:

Key Name2_Control Panel
(default)コ ン ト ロ ー ル パ ネ ル
Value Name 1icon
Value Name 1 Value Data%%SystemRoot%\System32\imageres.dll,-27
Value Name 2position
Value Name 2 Value Databottom
Key Namecommand
(default)explorer shell:::{21EC2020-3AEA-1069-A2DD-08002B30309D}

network:

Key Name3_Network
(default)network
Value Name 1icon
Value Name 1 Value Data%SystemRoot%\System32\imageres.dll,-25
Value Name 2position
Value Name 2 Value Databottom
Key Namecommand
(default)explorer shell:::{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}

User's files:

Key Name5_UserFolder
(default)User files
Value Name 1icon
Value Name 1 Value Data%SystemRoot%\System32\imageres.dll,-3
Value Name 2position
Value Name 2 Value Databottom
Key Namecommand
(default)explorer shell:::{59031A47-3F72-44A7-89C5-5595FE6B30EE}

Other items: key name, value name, and value data

Network Connectivity:

Key Name4_NetWorkSetuzoku
(default)Network connection
Value Name 1icon
Value Name 1 Value Data%SystemRoot%\System32\netshell.dll,125
Value Name 2position
Value Name 2 Value Databottom
Key Namecommand
(default)explorer shell:::{7007ACC7-3202-11D1-AAD2-00805FC1270E}

Temporary file storage location:

Key Name6_TempFolder
(default)Temporary file storage location
Value Name 1icon
Value Name 1 Value Data%SystemRoot%\System32\imageres.dll,-3
Value Name 2position
Value Name 2 Value Databottom
Key Namecommand
(default) "Expandable String Value (REG_EXPAND_SZ)"explorer “%temp%”

To use the environment variable (%temp%) in command, you need to change (default) from "String Value (REG_SZ)" to "Expandable String Value (REG_EXPAND_SZ)".

If you run "explorer "%temp%"" while leaving it as a "String Value (REG_SZ)", the Documents folder will open.

To change (default) to "Expandable String Value (REG_EXPAND_SZ)", you cannot use the Registry Editor, so you will need to create a REG file and run it.

Copy the following and paste it into a text file:extensionChange it to ".reg" and run it.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\6_TempFolder\command]
@=hex(2):65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,20,00,22,00,25,00,74,\
  00,65,00,6d,00,70,00,25,00,22,00,00,00

If the User Account Control screen appears, click "Yes".

This will change the (default) to an "Expandable String Value (REG_EXPAND_SZ)" and register the key, value, and value data as shown below.

レジストリエディター
レジストリエディター

Right-click on the trash can and check the menu.

Recycle Bin right-click menu
Recycle Bin right-click menu

You may have noticed in the menu above that there is a dividing line between "User files" and "Temporary file storage location."

For example, if you want to display a separator line under "User's Files," add the following string value (REG_SZ) to the "User's Files" key:

Value NameSeparatorAfter
Separator
レジストリエディター
レジストリエディター

Feel free to customize it however you like.

If there are any other items you would like to add, please leave a comment and we will add them if possible.

If you found this article helpful, please share it on social media.

Person who wrote this article

Driven by questions arising from my daily PC use and the desire to "do more," I have been pursuing self-study in Windows since around 2008. I am sharing the "aha!" techniques and solutions I discovered through trial and error with the sole purpose of helping you in your PC life.

View profile

Comment:

To comment

[About submissions]
We welcome any questions or information regarding the content of the article.
However, please note that content unrelated to the purpose of the article, criticism of specific individuals or organizations, offensive language,Inappropriate wordsComments containing the above may be deleted or made private without notice at the discretion of the administrator.
Please note that spam may be automatically deleted by anti-spam measures.

CAPTCHA


table of contents