Window Color and Appearance removed in Win10?

69,903

Solution 1

Although the Window Color and Appearance dialog is no longer available, you can still edit the underlying registry settings in HKEY_CURRENT_USER\Control Panel\Colors


Edit
Recently, I have found this setting is not working but have found that
HKEY_CURRENT_USER\Control Panel\Desktop\Colors is working.


Window Color and Appearance Registry

For example, change your background color from white to grey by changing the Window property from 255 255 255 to 160 160 160

The three numbers in each entry are the RGB (Red, Green, Blue) codes for the color required. Each number can be any value from 0 to 255 to allow you to choose any of over 16 million colors. For example, white is 255 255 255, red is 255 0 0, blue is 0 0 255. Please note that there is a single space between each number.

You can get help with the colors using an online color picker such as www.colorpicker.com, selecting the color you want and making a note of the RGB codes and then entering them into the registry setting.

I found a computer restart was required though a log off/on again may suffice for the changes to take effect.

Solution 2

Classic Color Panel gives you a GUI to control many of the values in HKEY_CURRENT_USER\Control Panel\Colors.

But, as the author notes, for Windows 10 "Unfortunately, the settings of Classic Color Panel do not always have an impact on the actually displayed image elements."

In my experience, it makes almost no difference to the total mess of Windows 10 color control.

Solution 3

Take a look: Color and Appearance shortcut - Create in Windows 10

Windows 10 includes a new black system theme across the Start menu, Taskbar, and Action Center. There is now support for AutoColor which pulls the primary color from your desktop background.

By default, you can choose a color for your Start menu accents, Start button, taskbar, buttons, text, Settings accents, sign-in screen accents, and Action Center accents in the Settings app now.

The old Color and Appearance Control Panel will also let you change the color intensity and includes a color mixer to let you have a wider choice of colors to select from than you can in Settings.

This tutorial will show you how to download or create a Color and Appearance shortcut that opens to the old Control Panel method to change colors for your account in Windows 10.

enter image description here

  1. Click/tap on the Download button below to download the .zip file.

  2. Save the .zip file to your desktop.

  3. Unblock the .zip file.

  4. Open the .zip file, and extract (drag and drop) the shortcut to your desktop.

  5. If you like, you can Pin to Taskbar, Pin to Start, add to All apps, add to Quick Launch, assign a keyboard shortcut to, or move this shortcut to where you like for easy use.

  6. When finished, you can delete the downloaded .zip file if you like.

Solution 4

I found another answer which seems to work better, mainly because the above script does not work properly on my computer. Colour saturation and intensity actually change a turqoise colour to a navy blue when slider is at minimum position, rather than making the colour less intense or less saturated.

Here is what I found on another thread: Just create a batch file (.BAT) using notepad, which has the following command-line command in it

control /name Microsoft.Personalization /page pageWallpaper

So I took the above command and created a file called "Desktop Customer Colors.bat" and placed it (or a shortcut that points to it) on my Windows 10 desktop. This opens the following window:

Change background color:

On this screen select "change background colour"

Here is the color palette:

Here is the colour palette

Share:
69,903

Related videos on Youtube

C. Wang
Author by

C. Wang

Updated on September 18, 2022

Comments

  • C. Wang
    C. Wang over 1 year

    I just upgraded my PC to Win10 but cannot find the dialog "Window Color and Appearance". In Win7, it should be at: Control Panel => Appearance and Personalization => Personalization => Window Color and Appearance, and it looks like:

    Window Color and Appearance

    How can I access it in Win10?

    • Admin
      Admin almost 9 years
      I don't think that exact option exists anymore in Windows 10 but there is a similar workaround: tenforums.com/tutorials/…
    • Admin
      Admin almost 8 years
      There is no way to change this like in Windows 7, however see this answer here: superuser.com/a/1078778/128359
    • Admin
      Admin over 5 years
    • Admin
      Admin almost 4 years
      was this removed because it was not dumb-proof ? meh. I will try pulling the cpl file from windows 7 like i did the calculator and see if it works.
  • c97
    c97 almost 9 years
    Shortcut points to: %windir%\System32\rundll32.exe shell32.dll,Control_RunDLL desk.cpl,Advanced,@Advanced
  • Leo Chapiro
    Leo Chapiro almost 9 years
    Yes, it's correct. You can ether download or create the shortcut by yourself using this link.
  • C. Wang
    C. Wang almost 9 years
    It seems the shortcut you provided can only access the window you listed, but cannot access the dialog I listed in my question.
  • C. Wang
    C. Wang almost 9 years
    So there is no way to customize the window color in Win10, just like the picture I listed, where I would like to change the background color of all the window from white to light yellow, right?
  • Leo Chapiro
    Leo Chapiro almost 9 years
    No, IMHO there is no other way apart of the dialog I've pointed in my answer.
  • Ramhound
    Ramhound almost 8 years
    You should quote the relevant information so a reader like myself doesn't have to go to another link.
  • Herman Toothrot
    Herman Toothrot almost 7 years
    Is there anywhere an explanation of what each setting does?
  • Daniel A. White
    Daniel A. White almost 7 years
    this feature no longer goes to the legacy control panel in the Creators Update.
  • Gravity
    Gravity over 5 years
    DOES NOT WORK anymore :(
  • Gravity
    Gravity over 5 years
    LINK DOES NOT WORK.
  • not2qubit
    not2qubit over 4 years
    There's another Reg location that also contain the same items. Any idea what is the difference? HKEY_CURRENT_USER\Control Panel\Desktop\Colors
  • Paul Bullivant
    Paul Bullivant over 3 years
    Recently, I have found that HKEY_CURRENT_USER\Control Panel\Colors is NOT working but that HKEY_CURRENT_USER\Control Panel\Desktop\Colors is working.
  • Admin
    Admin almost 2 years
    I tested. It works for me. Thanks.