I make regular complete backups, but what if I just want the settings (colors, fonts, etc.) without all the files?
Chuck Billow
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
Home » Forums » AskWoody support » Windows » Windows 11 » Windows 11 version 24H2 » Back up Windows Settings
Do you mean colours and fonts used by Windows?
I don’t think these ‘user preferences’ are important to Microsoft… otherwise I suspect there would either be a built-in method to save/restore them or – as sometimes happened in the days before Satya Nadella’s shakeup of divisions – one of the Windows’ devs like Raymond Chen would tell us how to do it in a personal blog post (or The Scripting Guys would code it for us in VBS or PowerShell).
Anyway, if you mean Windows colours/fonts, most of these settings are stored per user in the registry below a Control Panel key.
For example:
HKEY_CURRENT_USER\Control Panel\Colors
HKEY_CURRENT_USER\Control Panel\Desktop\Colors
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics
The first two subkeys – Colors – look like they store Windows’ UI colours in RGB format.
The third subkey – WindowMetrics – stores the font used by the system for different elements, e.g. CaptionFont, IconFont, MenuFont, MessageFont, SmCaptionFont and StatusFont. (This data is stored as binary rather than string values but I can see that the defaults are SegoeUI font.)
However, not all font attributes are stored within this subkey. For example, the multiple settings for the font smoothing scheme in use are stored one subkey above, under Desktop.
As a result – and for practical ease of use – I would suggest saving/restoring the Colors and Desktop subkeys.
This can be accomplished manually easily by opening the Registry Editor, right-clicking on the Colors and Desktop subkeys and by exporting them to .REG files:
Restoring the settings would then be as simple as double-clicking on each .REG file and merging them. (Note: As this is working solely on the HKEY_CURRENT_USER registry hive there’s no need to start the Registry Editor using Run as administrator.)
Is this what you want?
(You could automate this by a .BAT file or PowerShell script… but creating/testing, etc. seems a lot of work for something that takes seconds to do manually in the Registry Editor.)
Hope this helps…
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.