I remember doing this one time, not sure if I used a 3rd party styles program, but:
Does anyone know how to change the font on *only* the username shown at the top of the start menu, when using XP classic mode?
Thanks.
Printable View
I remember doing this one time, not sure if I used a 3rd party styles program, but:
Does anyone know how to change the font on *only* the username shown at the top of the start menu, when using XP classic mode?
Thanks.
Howdy.
I'm pretty sure if you use a hexeditor you can edit the winlogon.exe and change the font used..
Of you can edit the ui file with hex editor. Don't know where the setting is though. will post if found.
check out where is says welcome. do search for in ui file. play with "padding" row to get the right color and font used. ;)Code:<style resid=leftpanelss>
element
{
background: argb(0,0,0,0);
fontface: rcstr(1);
}
element [id=atom(product)]
{
animation: alpha | s | mediumslow;
}
element [id=atom(leftpanel)]
{
foreground: rgb(239,247,255);
}
element [id=atom(welcome)]
{
fontstyle: italic;
fontsize: rcint(44) pt;
fontweight: bold;
padding: rect(0rp,0rp,22rp,0);
contentalign: topright;
}
element [id=atom(welcomeshadow)]
{
foreground: rgb(49,81,181);
fontstyle: italic;
fontsize: rcint(44) pt;
fontweight: bold;
padding: rect(2rp,3rp,20rp,0);
contentalign: topright;
}
f2b.!