Personalization Allow or Prevent Themes to Change Desktop Icons in Windows 11


  • Staff
Desktop_banner.png

This tutorial will show you how to allow or prevent themes to change desktop icons for your account in Windows 10 and Windows 11.

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.

Changing your theme can also change your desktop icons to what's included in the theme.


Contents

  • Option One: Allow or Prevent Themes to Change Desktop Icons in Desktop Icon Settings
  • Option Two: Allow or Prevent Themes to Change Desktop Icons using REG file


EXAMPLE: desktop icons

Desktop_icons.png





Option One

Allow or Prevent Themes to Change Desktop Icons in Desktop Icon Settings


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)


Desktop_icon_settings-1.png

3 Click/tap on Desktop icon settings. (see screenshot below)

You can also copy and paste rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0 into Run (Win+R), and click/tap on OK to directly open Desktop Icon Settings.


Desktop_icon_settings-2.png

4 Check (allow) or uncheck (prevent) Allow themes to change desktop icons for what you want, and click/tap on OK. (see screenshot below)

Desktop_icon_settings-3.png

5 You can now close Settings if you like.




Option Two

Allow or Prevent Themes to Change Desktop Icons using REG file


1 Do step 2 (allow) or step 3 (prevent) below for what you would like to do.

2 Allow Themes to Change Desktop Icons

This is the default setting


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Allow_themes_to_change_desktop_icons.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStrCmpLogical"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes]
"ThemeChangesDesktopIcons"=dword:00000001

3 Prevent Themes to Change Desktop Icons

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Prevent_themes_to_change_desktop_icons.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes]
"ThemeChangesDesktopIcons"=dword:00000000

4 Save the REG file to your desktop.

5 Double click/tap on the downloaded REG file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded REG file if you like.


That's it,
Shawn Brink


 

Attachments

  • Desktop.png
    Desktop.png
    7.7 KB · Views: 68
  • Allow_themes_to_change_desktop_icons.reg
    652 bytes · Views: 173
  • Prevent_themes_to_change_desktop_icons.reg
    652 bytes · Views: 177
Last edited:

Latest Support Threads

Back
Top Bottom