|
Search
|
||||||
Login Screen TutorialOS Customization Want to change the look of your OS? Come on in! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Login Screen Tutorial
NOTE: I WILL NOT BE HELD RESPONSIBLE FOR ANYTHING RELATED TO THIS TUTORIAL THAT CAUSES ANY ERRORS ON YOUR COMPUTER.
With that out of the way, let's get on with it. I was tired of my default windows xp login screen, and thought it would be cool to make my own. So I did, and now I'm writing a tutorial about how you can do it. Part I: The Bitmaps 1. First, go to your Windows\system32 folder and COPY your logonui.exe file to another directory. (I suggest your My Documents folder.) NOTE: MAKE SURE YOU COPY THE FILE, NOT MOVE IT. YOU MIGHT ALSO WANT TO BACK UP YOUR OLD ONE, BUT YOU DON'T HAVE TO. 2. Download ResourceHacker and unzip it to the desired location. 3. Open ResHacker and open (File > Open) the copy of the logonui.exe (not the original) 4. Let's start with the Bitmaps. Here's a run-down of what's what. -100: Background of the Login screen. Make sure you remember what the resolution of your image is, we'll need it. -102: Password Box. You might want to change the border color if you have a solid background The Rest really don't concern us, but you'll see what they are if you view them. 5. Right, let's get to work. Go to Action > Replace Bitmap. Click on 100, then go over and click on "Open file with new bitmap." Go to the bitmap file of the background image you want, and click Open. Then click Replace. Now we should have the new background image. Do the same procedures on any other images you want to replace, and then move on. Part II: The UIFILE Now we get to change some code to move some stuff around on the screen. 1. Close the Bitmap folder and expand the UIFILE folder, then the 1000 folder, and then click on 1033. 2. You should see a whole lot of script. Pretty much all we want to do here is possibly move the User Account List if it conflicts with your image. 3. You should see some code like this: Code:
<element id=atom(contentcontainer0) layout=flowlayout(1,3,2,3) layoutpos=client content=argb(0,0,0,0)> <element id=atom(leftpanel) sheet=styleref(leftpanelss) layoutpos=left> </element> That will align the user account list to the left. To move it to the right, replace it with this: Code:
<element id=atom(contentcontainer0) layout=flowlayout(1,3,2,3) layoutpos=client content=argb(0,0,0,0)> <element id=atom(rightpanel) sheet=styleref(rightpanelss) layout=borderlayout() layoutpos=left width=384rp> </element> Part III: The Version Info This will let you add your own tag to the login. Go to the Version Info Folder, then 1, then 1033. The rest is pretty self explanitory. Part IV: Installing First, go to File > Save as... then go to the directory you want to save it to (Not your system32 folder yet). Type your filename, and make sure you put .exe on the end to make it the right type of file. Now, you have one of two choices: 1: Boot into safe mode and overwrite the logonui.exe file in system32, or 2: Get a program like StyleXP. Hope this tutorial helped you. Any questions or comments? email me. Attached is one screen I made
__________________
TheOneGreatX.com - See Something New Last edited by TheOneGreatX; Apr 23rd, 05 at 12:19 AM. |
| Advertisement |
|
#2
|
||||
|
||||
|
Nice guide, looks like this only works for people who are not a member of a domain, hence the Welcome screen.
You can attach the image if you want, it would easier. |
|
#3
|
||||
|
||||
|
ok, I'll do that.
__________________
TheOneGreatX.com - See Something New |
|
#4
|
||||
|
||||
|
great tutorial ovid, but one thing - bootskin
__________________
My Blog www.filmsbynick.com http://www.youtube.com/filmsbynick For my comp specs, check out my profile |
|
#5
|
||||
|
||||
|
yeah, but this is more fun to me.
__________________
TheOneGreatX.com - See Something New |
|
#6
|
||||
|
||||
|
i learned my lesson with messing with that. it was working fine until one day, BAM. the logon icons for each account was gone. so i couldn't log in or shutdown.
__________________
Spike |
|
#7
|
||||
|
||||
|
i've heard there are a few bugs
__________________
My Blog www.filmsbynick.com http://www.youtube.com/filmsbynick For my comp specs, check out my profile |
|
#8
|
||||
|
||||
|
with what?
__________________
TheOneGreatX.com - See Something New |
|
#9
|
||||
|
||||
|
sorry, with bootskin
__________________
My Blog www.filmsbynick.com http://www.youtube.com/filmsbynick For my comp specs, check out my profile |
|
#10
|
||||
|
||||
|
oh, okay.
(making message longer)
__________________
TheOneGreatX.com - See Something New |
![]() |
| Tags |
| login, screen, tutorial |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| XP: Remove Options Button from Login Screen | TheOneGreatX | Windows XP | 3 | Jul 24th, 07 6:03 AM |
| Xp pro login screen bypass? | Scott Burkin | Windows XP | 1 | Jul 10th, 05 7:53 PM |
| MySQL/PHP Job/Tutorial | undeadpenguin | HTML & Coding | 1 | Apr 12th, 04 2:03 AM |
| How to get rid of User Login on 98? | imarriedacow | Windows Legacy (95,98,ME,NT,2000) | 2 | Nov 24th, 03 12:04 AM |
| Perl Tutorial | undeadpenguin | HTML & Coding | 2 | Oct 23rd, 03 1:50 AM |