XP opstart/welcome scherm aanpassen?

Pagina: 1
Acties:
  • 172 views sinds 30-01-2008
  • Reageer

  • mellowpimp
  • Registratie: Juni 2001
  • Niet online
Hoe kan je de opstart/welcome scherm aanpassen?

  • mellowpimp
  • Registratie: Juni 2001
  • Niet online
kick[uh]

  • Wietse
  • Registratie: December 2000
  • Laatst online: 30-10-2025

Wietse

¯¯¯¯¯

Zal wel moeten lukken met Reshacker het bestand NTOSKRNL.EXE in de system32 directorie editten :)

  • warp
  • Registratie: Januari 2000
  • Niet online
Control Panel -> Users -> Change the way users log on... ben je gelijk dat lame welkom scherm kwijt ;)

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/

  • mellowpimp
  • Registratie: Juni 2001
  • Niet online
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/
Dude, tnx.
Pagina: 1