How to make a logon screen
#1
Posted 12 November 2001 - 01:19 PM
1) Start restorator up, an open the loginui.exe file found in your C:WINDOWSsystem32 folder.
2)Now, expand the bitmap tree and extract the images to a directory on your desktop, now you can edit all of these in a pait program, Fireworks, Paintshop etc. when you have edited each one, go to the file you want to replace in Restorator, eg, the main background image 001.bmp, click on it in the tree and it will appear on the right hand side, go back to the file on your desktop and highlight it, now press CTRL+C to copy it, back in Restorator click on the image in the right window and press CTRL+V to paste your new image in, do this with all the images until you are happy with them all.
3)Now for the background colors, fonts etc. these are found in the UIFILE/1000. click on the 1000 file and scroll down till you get to the text. when you get to this bit stop.
<style resid=framess>
element
{
background: argb(0,1,57,202);
}
element [id=atom(contentcontainer)]
{
background: rgb(1,57,202);
}
button
{
background: rcbmp(112,6,#FF00FF,0,0,1,0);
borderthickness: rect(8,8,0,8);
The bit in red is the bit we are interested in, its the main background color, you can find out the RGB value for colors with your paint program in "define custom colors" it shows you the Red, Green, and Blue values on the right hand side when you select a color you want to use, simply type these numbers into the 1000 file, dont worry if the color value in the 1000 file is more than three values, just leave the FIRST one as 0.
Right click on the 1000 file window in Restorator, and select "tool window", now click on the ABC| tab and edit it, then press F8 to apply your changes, other parts of the 1000 file you might want to edit are:
</style>
<style resid=toppanelss>
element
{
background: argb(0,0,0,0);
}
element [id=atom(toppanel)]
{
background: rgb(25,34,63);
}
element [id=atom(divider)]
{
background: rcbmp(125,6,#FF00FF,0,0,1,0);
This is the color of the top panel, you can also set this as a gradient like the bottom one is by using the code highlighted in red below inplace of the red code for the top panel, the gradient is just two RGB values.
<style resid=bottompanelss>
element
{
background: argb(0,0,0,0);
}
element [id=atom(bottompanel)]
{
background: gradient(argb(0,0,10,141), argb(0,248,202,80), 0);
fontface: rcstr(2);
}
element [id=atom(divider)]
{
background: rcbmp(126,6,#FF00FF,0,0,1,0);
Ill finish this later... to be continued.
#2
Posted 12 December 2003 - 10:02 AM
thanks
lost soul
hi im sorry i keep adding more things , i keep on thinking of new questions i hope you dont mind, here are 2 more questions to throw at you..
1) after changing the welcome screen, how do i add that to my unattended xp pro cd, ?
and
2) if i can alter the welcome screen in this manner, how can i alter the logging off screen ?
thanks again
lost soul
#4
Posted 28 March 2004 - 10:18 PM
and to include the file in the unattended CD, include it the $$\System32 folder
#5
Posted 29 April 2004 - 08:49 PM
@orsi, why not just makecab logonui.exe and put it back in the i386 ? save the time and it'll be there just the same :B
#6
Posted 29 May 2005 - 05:17 PM
i've changed my logon screen but now how to slipstream it to my unattended XP
#7
Posted 13 July 2005 - 07:52 PM
but to nakkoush just rename your custome logonscreen to LOGONUI.exe
and then you can either put it in your
$oem$$$System32 Folder
or you can (again rename it to logonui.exe) use modifype and makecab to and put it in your i386 folder
MSFN How to Compress files
Check out this it will tell you how to do the second method.
make sure you test this first because trust me it's not pretty when it doesn't work but if for some reason it doesn't install properlly just hold down your cntr + alt + del keys untill it switches to 2000 looking logon screen. you can then put in your password and then fix it the file should be copied to your %windir%system32 folder.
#8
Posted 17 November 2005 - 02:17 PM
It's free.
Not great but you can re-edit your logonui.exe after it's done if you want to add/delete some things.
A lot easier than trying to recreate and recompile all that stuff.
#9
Posted 21 December 2005 - 01:39 PM
This post has been edited by supra98twinturbo: 21 December 2005 - 01:46 PM
#11
Posted 07 May 2006 - 12:04 AM
#12
Posted 25 May 2006 - 05:57 AM
#13
Posted 10 July 2006 - 04:55 AM
KMFM$, on May 25 2006, 07:57 AM, said:
Thank you so much for that awesome tip. I really was wondering how to implement LogonXP's ease of use. BTW. You don't need to use reshack to edit logonxp themes. Just rename .logonxp to zip and extract!
#14
Posted 09 August 2006 - 02:13 PM
to change the "shut down" text you go to "system" under the "control panel". And under "Computer Name" You add what you want it to say. Apply that and the next time you get to the login Screen it should have the text changed.
This worked for me using Xp Home OEM, atleast this is what i think i did. i will check again when i get home to make sure.
#15
Posted 01 September 2006 - 12:00 AM
Check it out, don't lose nothing.
#16
Posted 03 September 2006 - 07:12 PM
#17
Posted 03 September 2006 - 08:46 PM
Steve
This post has been edited by steev: 03 September 2006 - 08:47 PM
#18
Posted 24 December 2006 - 03:49 AM
I am trying to make my Boot Screen look like the one [attachment=15897:attachment], but when Windows is booting up it is showing up as these [attachment=15898:attachment] [attachment=15899:attachment] with distorted colors. Which file I need to edit in the Windows XP Pro CD and what do I need to do to correct this problem?
#20
Posted 02 April 2007 - 02:19 PM



Help

Back to top









