This tutorial will how you to add or remove common desktop icons for your account in Windows 11.
The desktop (Win+D) is your home screen and working space in Windows that contains the taskbar and any icons (ex: shortcuts, files, folders, etc...) you add to and arrange on the desktop.
Windows includes the common This PC (aka: Computer), User's Files, Network, Recycle Bin, and Control Panel shortcuts that you can add or remove as icons on your desktop.
Reference:
Show desktop icons in Windows - Microsoft Support
How to display desktop icons in Windows.
support.microsoft.com
Contents
- Option One: Add or Remove Desktop Icons in Desktop Icon Settings
- Option Two: Add or Remove Desktop Icons using REG file
EXAMPLE: desktop icons
1 Open Settings (Win+I).
2 Click/tap on Personalization on the left side, and click/tap on Themes on the right side. (see screenshot below)
3 Click/tap on Desktop icon settings. (see screenshot below)
You can also copy and paste control desk.cpl,,0
into Run (Win+R), and click/tap on OK to directly open Desktop Icon Settings.
4 Check (add) or uncheck (remove) the Desktop icons you want, and click/tap on OK. (see screenshot below)
5 You can now close Settings if you like.
1 Do step 2 (This PC), step 3 (User's Files), step 4 (Network), step 5 (Recycle Bin), and/or step 6 (Control Panel) below for the desktop icons you want to add or remove.
2 To Add or Remove This PC Desktop Icon
A) Click/tap on the Download button below to download the file below, and go to step 7 below.
Add_This-PC_Desktop_Icon.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
OR
Remove_This-PC_Desktop_Icon.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001
3 To Add or Remove User's Files Desktop Icon
A) Click/tap on the Download button below to download the file below, and go to step 7 below.
Add_Users_Files_Desktop_Icon.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
OR
Remove_Users_Files_Desktop_Icon.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000001
4 To Add or Remove Network Desktop Icon
A) Click/tap on the Download button below to download the file below, and go to step 7 below.
Add_Network_Desktop_Icon.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
OR
Remove_Network_Desktop_Icon.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000001
5 To Add or Remove Recycle Bin Desktop Icon
A) Click/tap on the Download button below to download the file below, and go to step 7 below.
Add_Recycle_Bin_Desktop_Icon.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000
OR
Remove_Recycle_Bin_Desktop_Icon.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001
6 To Add or Remove Control Panel Desktop Icon
A) Click/tap on the Download button below to download the file below, and go to step 7 below.
Add_Control_Panel_Desktop_Icon.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
OR
Remove_Control_Panel_Desktop_Icon.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001
7 Save the .reg file to your desktop.
8 Double click/tap on the downloaded .reg file to merge it.
9 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
10 Refresh F5 your desktop to apply.
11 You can now delete the downloaded .reg file if you like.
That's it,
Shawn Brink
Related Tutorials
- Allow or Prevent Themes to Change Desktop Icons in Windows 11
- Hide or Show Desktop Icons in Windows 11
- Change Size of Desktop Icons in Windows 11
- Change Desktop Icon Horizontal and Vertical Spacing in Windows 11
- Turn On or Off Auto Arrange Icons on Desktop in Windows 11
- Turn On or Off Align Icons to Grid on Desktop in Windows 11
- Add or Remove "Learn about this picture" Desktop icon in Windows 11
- Add or Remove OneDrive Desktop Icon in Windows 11
- Create Desktop Shortcut of Microsoft Store Apps in Windows 11
Attachments
-
Add_Control_Panel_Desktop_Icon.reg520 bytes · Views: 684
-
Add_Network_Desktop_Icon.reg520 bytes · Views: 589
-
Add_Recycle_Bin_Desktop_Icon.reg520 bytes · Views: 498
-
Add_This-PC_Desktop_Icon.reg520 bytes · Views: 1,987
-
Add_Users_Files_Desktop_Icon.reg520 bytes · Views: 767
-
Remove_Control_Panel_Desktop_Icon.reg522 bytes · Views: 434
-
Remove_Network_Desktop_Icon.reg522 bytes · Views: 475
-
Remove_Recycle_Bin_Desktop_Icon.reg526 bytes · Views: 477
-
Remove_This-PC_Desktop_Icon.reg524 bytes · Views: 582
-
Remove_Users_Files_Desktop_Icon.reg524 bytes · Views: 433
Last edited: