How to reset fonts to default in Windows 10

H

Htet PhyoNaing

I am using JavaFX Scene builder in Windows 10.


I have installed Segoe UI fonts on my Windows 10 computer and accidentally deleted the default Segoe UI fonts from the registary.


And what happened is all my windows UI fonts turn into wired symbols. So, I searched the web and created .reg file with the below content. After running it, Windows 10 UI fonts normally look good but My JavaFX scene builder isn't yet.


2368ee98-9116-4638-a3a6-e567782538ef?upload=true.png


Code:
Windows Registry Editor Version 5.00

; This is a companion script for https://gist.github.com/jcherven/42b84294248674c29eb50cb711114315
; Rolls back changes made by the above registry patch script
; Don't edit this file; save and double click to run.

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

"Segoe UI (TrueType)"="segoeui.ttf"

"Segoe UI Black (TrueType)"="seguibl.ttf"

"Segoe UI Black Italic (TrueType)"="seguibli.ttf"

"Segoe UI Bold (TrueType)"="segoeuib.ttf"

"Segoe UI Bold Italic (TrueType)"="segoeuiz.ttf"

"Segoe UI Emoji (TrueType)"="seguiemj.ttf"

"Segoe UI Historic (TrueType)"="seguihis.ttf"

"Segoe UI Italic (TrueType)"="segoeuii.ttf"

"Segoe UI Light (TrueType)"="segoeuil.ttf"

"Segoe UI Light Italic (TrueType)"="seguili.ttf"

"Segoe UI Semibold (TrueType)"="seguisb.ttf"

"Segoe UI Semibold Italic (TrueType)"="seguisbi.ttf"

"Segoe UI Semilight (TrueType)"="segoeuisl.ttf"

"Segoe UI Semilight Italic (TrueType)"="seguisli.ttf"

"Segoe UI Symbol (TrueType)"="seguisym.ttf"

"Segoe MDL2 Assets (TrueType)"="segmdl2.ttf"

"Segoe Print (TrueType)"="segoepr.ttf"

"Segoe Print Bold (TrueType)"="segoeprb.ttf"

"Segoe Script (TrueType)"="segoesc.ttf"

"Segoe Script Bold (TrueType)"="segoescb.ttf"

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

"Segoe UI"=-

Continue reading...
 

Similar threads

J
Replies
0
Views
221
JaroRose
J
S
Replies
0
Views
119
Sun.sun
S
A
Replies
0
Views
194
Anonymous&dFarsgLo
A
W
Replies
0
Views
210
Wilhelm Heindrijk
W
M
Replies
0
Views
217
MartinWalker6
M
Back
Top Bottom