Windows 10 System Font Change not applying properly

mjw72652

New Member
Joined
Dec 16, 2020
I have two Ethernet networked HP laptops running side by side, both of which were upgraded simultaneously to 20H2 with all updates via in-place installs from an ISO created with the Media Creation Tool, copied to both desktops, then mounted and used to do the upgrade. After that was finished, which was accomplished without any problems, I the used the same registry script on both machines to change my system font. Here is the script, which I merged into the registry on both machines:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

"Segoe UI"="Comic Sans MS"

I know the script is good, because on one machine my changed font is working properly everywhere (this machine has other problems after the install which I have asked for help on in another post. On the second machine however, the font substitution doesn't work properly (it worked fine before the upgrade). It changes the font on the desktop OK, but does not change the font in File Explorer. Moreover, I am running the Microsoft Newsbar on both machines, and the one with the font substitution problem changes the font back to Segoe UI as soon as I minimize the Newsbar. If I redo the merge, and either restart or shut down and reboot, the font on the desktop (but not in File Explorer) changes back to Comic Sans and if I minimize the Newsbar the problem reoccurs. I have looked at the Registry Key for FontSubstitutes on both, and both appear correct and identical.

Does anyone have any ideas as to why this happens on one machine only, or suggestions for a fix? This machine doesn't have any of the problems that the other machine suffers from, namely some Gadgets that worked fine before the upgrade won't work now (even though they still work fine on the machine with the font problem) and the notification area collapsing as soon as I attempt to look at a notification- I have set my Show Notifications for to five minutes).
 
I would start by running sfc /SCANNOW on both machines to see if there are any OS problems. Always a good place to start for weird little glitches.
 
I found through a Google search a small app called Advanced System Font Changer, which I ran and it worked perfectly. It not only changed the desktop and File Explorer fonts, but also applied the change to things like the font in the Newsbar, all the Windows title bars, the tabs, bookmark bar, and URLs in Chrome, and I'm sure other things, and the changes stick- minimizing Newsbar has no effect any more. It requires no installation, and is very simple to use. It also allows resizing of the fonts and font effects, and control of things like icon sizes and spacing. It's an exe file so I can't attach it.
 
Back
Top Bottom