Posts Tagged ‘prevent changing color and appearance’

How to Prevent Changing Color and Appearance in Windows 10

May 26th, 2021 by Admin

How can I prevent users from changing accent color in Windows 10? Is there a way to disable the accent color of Start Menu and taskbar? This tutorial will show you 2 methods to prevent changing color and appearance in Windows 10.

Method 1: Prevent Changing Color and Appearance via Group Policy

  1. Open Local Group Policy Editor and navigate to: User Configuration -> Administrative Templates -> Control Panel -> Personalization. Double-click on the “Prevent changing color and appearance” policy on the right side.

  2. Select the Enabled option. Click Apply and then OK.

    If you need to allow changing color and appearance later, then choose Not Configured or Disabled.

  3. Close Local Group Policy Editor and relaunch the Settings app. Navigate to Personalization -> Colors and you’ll find all options on that page are greyed out.

Method 2: Prevent Changing Color and Appearance via Registry Editor

  1. Open Registry Editor and browse to: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies. In the left side, right-click on Policies and select New -> Key.

  2. Name this newly-created subkey as System, and then select it. In the right side, right-click any blank area and select New -> DWORD (32-bit) Value.

  3. Name the newly-created DWORD as NoDispAppearancePage, then double-click it and change its value data to 1. Click OK.

    Whenever you need to allow changing color and appearance again, just delete the NoDispAppearancePage entry.

  4. Close Registry Editor. The changes will take effect immediately.

That’s it!