wiktorwiktor12 / ConsoleLogonHook

128 stars 8 forks source link

Logon screen using wrong font #19

Open Nekrozmik opened 2 months ago

Nekrozmik commented 2 months ago

Not sure if it's just an issue with my computer, but every time I turn my computer on, the beginning startup and logon screen use Tahoma(?) instead of Segoe UI, my system font. All the other screens use Segoe UI like normal (ctrl+alt+del screen, shut down/log off/restart screen), it's just startup that's off.

wiktorwiktor12 commented 2 months ago

weird, likely some weird file issue? My guess is for some reason on your end the font isn't loaded when it wants to use it. Did you do any modifications to the font or anything?

Nekrozmik commented 2 months ago

The most I've done is install the windows 7 versions of segoe ui, but they're all still stored in C:\Windows\Font with the same file names and still work fine so I'm not sure what could be happening there. I even checked the registry to see if any of them were installed wrong or something and it seemed fine to me.

ittrgrey commented 2 months ago

Not sure if it's just an issue with my computer, but every time I turn my computer on, the beginning startup and logon screen use Tahoma(?) instead of Segoe UI, my system font. All the other screens use Segoe UI like normal (ctrl+alt+del screen, shut down/log off/restart screen), it's just startup that's off.

If I had to guess, this is probably happening because your NT AUTHORITY\SYSTEM environment is incorrectly using Win98/XP metrics due to an earlier modification. You should export the WindowMetrics from 7 and apply them to this stage of the logon, potentially via temporarily replacing Utilman or osk with cmd.

Nekrozmik commented 2 months ago

You'd think that, but I've never done a 98/XP transformation before either, nor have I touched logon at all prior, so I'm not sure that's the case.

n1d3v commented 1 month ago

Same issue here. Didn't do anything except replace the font. Dunno what to do.