On Windows 7, 8, and Server 2012, themes can be downloaded from Microsoft here and are typically installed on a per user basis in the following directory:
%localappdata%\Microsoft\Windows\Themes
To install a .themepack file for all users, it requires a bit of manual intervention. Today when searching for the answer, I found this perfect blog article that explains exactly how to do it so there’s no real point in re-writing it all verbatim here.
Basically you have to rename the themepack file to a cab file, extract it’s contents to a folder, create another folder called “DesktopBackground” and move all the pictures into it, edit the paths to the new location in the .theme file, and then finally move both the folder and the theme file to the follow directory:
%SystemRoot%\Resources\Themes
Skip to content
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign up
Appearance settings
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
Users can change the colors for their Windows background and accent in the Windows settings. There are a lot more colors that users can choose to replace the default colors. However, sometimes the settings will be disabled or other users will keep changing the specified colors. By enabling policy and specifying a color for background/accent will set those colors permanent. Users cannot change the specified colors (through policy) in Windows settings. This is a good way to keep the colors that you want and make sure others are unable to change it.
In the default settings, a user can choose the colors that are listed or choose a custom color. However, in the below methods, the user must add a hex code for the colors. The colors should meet a contrast ratio of 2:1 with white text to make the below methods work. We have provided the Policy and Registry Key methods.
Important: This policy works on Windows 8.1, Windows RT 8.1, and Windows Server 2012 R2 only.
Method 1: Customizing Colors for Background and Accent through the Policy
The best method to get these settings is to do it through the Policy Editor. This policy already exists in it and the user just needs to enable it. It provides an option for both background and accent color. Follow the below steps to try it out:
- Open the Server Manager in your Domain Controller. On the Dashboard, click on the Tools menu on the top right corner and choose the Group Policy Management option.
Opening Group Policy Management through Server Manager - Navigate to the Default Domain Policy as shown, right-click on it and choose the Edit option.
Note: You can also choose another domain and set the specific settings for it rather than choosing the default domain which sets for all. For other domains, you need to create a linked GPO and then edit it.Editing the Default Domain Policy - Navigate to the following location in the left pane of the Default Domain Policy Editor:
Computer Configuration\Administrative Templates\Control Panel\Personalization
Opening the setting - Double-click on the “Force a specific background and accent color” policy in the list. Now modify the toggle from Not Configured to Enabled and provide the color values in hex as RGB. Then, click Apply/Ok to save the changes.
Note: Here we have added two values for red and blue colors. You can add whatever colors you want, but the colors should meet a contrast ratio of 2:1 with white text.Adding codes for colors - Check the changes in the background and accent colors.
Method 2: Customizing Colors for Background and Accent through the Registry Key
Another way to accomplish the same settings is by using the Registry Key. This will do the same work as the Policy; however, the user will be required to create the missing key/value for the settings. You need to deploy the registry key through GPO. There will be two different keys for background and accent colors. You can customize the settings by following the below steps:
- Open the Server Manager in your system. On the Dashboard, click on the Tools menu on the top right corner and choose the Group Policy Management option.
Opening Group Policy Management through Server Manager - Right-click on the domain and choose the Create a GPO in this domain, and link it here option. Give it a name and click on the Ok button.
Note: In our case, we named it as Registry Key.Creating a new GPO - Go to the newly created GPO Settings tab, right-click on the Computer Configuration and choose the Edit option.
Editing Computer Configuration - Navigate to the Registry, right-click on it and choose New > Registry Item.
Computer Configuration\Preferences\Windows Settings\Registry
Creating new Registry Item - Select the Hive as Local Machine and provide the following path in the Key Path box:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Personalization
- Provide the value name as “PersonalColors_Background“. Choose the value type as String and add the color hex code in the value data. Click the Ok button to save changes.
Creating registry value for background - You can also create another Registry Item with the same Key Path, Hive, and name the value as “PersonalColors_Accent“. Change the value type to String and add the color hex code in the value data. Click the Ok button to save changes.
Creating registry value for accent colors - Once all modifications are made, now users can restart the computer to force the changes to take effect.
Kevin Arrows
Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.
info@neoserver.ru
Карта сайта
© 2002-2025 Компания «NeoCommunications»
www.neocomms.ru
NeoServer
Виртуальный сервер VDS (VPS) под Linux
Выделенный виртуальный сервер (ВДС) с операционной системой Linux. На базе серверов HP Proliant, система хранения Raid10, резервное копирование. Тест бесплатно.
180
babyface Freshman Member Posts: 36 OS: Windows 8.1 (self builded) Theme: Windows 7 Aero CPU: QQLS (workstation), QTJ1 (server 1 and server 2) RAM: 32GB on workstation, 64GB on server 1 and server 2 GPU: Intel UHD 630 |
Post by babyface on Mar 21, 2024 22:02:47 GMT -8I’m trying to activate the classic theme on nt 6.2 (windows 8.0). I renamed the resources and dwm — it’s clear that the login screen does not work, so I removed the password in advance. When starting, the taskbar appears for a split second. Then emptiness… alt tab, win p works |
Isabella Lulamoon Regular Member aka ephemeralViolette Posts: 371 OS: Windows 10 (20H2), Windows 10 (22H2) Theme: Windows XP Luna, Windows 7 Aero CPU: AMD Ryzen 9 5900X RAM: 64 GB GPU: Radeon RX 580 |
Post by Isabella Lulamoon on Mar 29, 2024 12:28:01 GMT -8I’m trying to activate the classic theme on nt 6.2 (windows 8.0). I renamed the resources and dwm — it’s clear that the login screen does not work, so I removed the password in advance. When starting, the taskbar appears for a split second. Then emptiness… alt tab, win p works To avoid these issues caused by the unavailability of DWM, you can simply use a method which works with DWM, such as ClassicThemeTray. |