Zal wel moeten lukken met Reshacker het bestand NTOSKRNL.EXE in de system32 directorie editten
Verwijderd
van een ander forum
::: Customizing yo Logon screen :::
open the file LOGONUI.exe (windows\system32) into RESHACKER
browse the bitmaps to see what can be changed (you can also add new bitmaps to include on the logon screen)
the UIFILE/1000/1033 has all the layout information in it (scroll down about half way!)
here's a lil' tut on changing the background and border colors
---------------
<style resid=framess>
element [id=atom(contentcontainer)]
{
background: rgb(99,118,149); *** <--- this is the main background color
}
---------------
<style resid=toppanelss>
element [id=atom(toppanel)]
{
background: rgb(67,93,136); *** <--- this is the top border
}
---------------
<style resid=bottompanelss>
element [id=atom(bottompanel)]
{
background: gradient(argb(0,60,59,98), argb(0,67,93,136), 0); *** <--- this is a gradient from the first color to the second
fontface: rcstr(2);
}
----------------
it's all basically like HTML scroll down to the end and your'll see how everything is layed out.
Verwijderd
Je kan er best leuke dingen van maken, check deze thread bij NeoWin maar eens.
Leuk voorbeeldje
.
Er is nu zelfs een site voor:
http://www.angelfire.com/ab6/logonxp/
Leuk voorbeeldje
Er is nu zelfs een site voor:
http://www.angelfire.com/ab6/logonxp/
Dude, tnx.Op maandag 29 oktober 2001 10:25 schreef Robin het volgende:
Je kan er best leuke dingen van maken, check deze thread bij NeoWin maar eens.
Leuk voorbeeldje.
Er is nu zelfs een site voor:
http://www.angelfire.com/ab6/logonxp/
Pagina: 1