Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack (6) Thread Tools Display Modes
Old 26-08-2006, 09:05 PM   6 links from elsewhere to this Post. Click to view. #1 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Cool TUTORIAL: Changing Windows XP Login Screen Text Entries !


Guys!

In this tutorial, I'll tell u about the files which contains the Text, which is displayed on XP Login Screen.

Like, Welcome, Type your password, To begin, click your user name, etc.

This tutorial is not for changing the Login screen look (like images, etc.) but for changing the Text of Login screen.

So, You hv to edit following 2 files:

LogonUI.exe
Winlogon.exe


LogonUI.exe file contains most of the Text entries of the login screen and Winlogon.exe file contains the text, which is displayed when u login/logout the windows, like Windows is shutting down..., etc.

So first we'll edit LogonUI.exe file:

1.) Open %windir%\System32\LogonUI.exe file in Resource Hacker and navigate to String Table section.
2.) Here u'll find sub-directories, 1,2,3,4,7, in which only first 3 directories 1,2,3 r of our use.
3.) Following r the locations of some interesting Text entries, which u will like to change:

Type your password : String Table -> 1 -> 1033 -> 6
Please type your password again. \nBe sure to use the correct uppercase and lowercase letters. : String Table -> 1 -> 1033 -> 8
You can click the \"?\" button to see your password hint.\n\nPlease type your password again. \nBe sure to use the correct uppercase and lowercase letters. : String Table -> 1 -> 1033 -> 9
Did you forget your password? : String Table -> 1 -> 1033 -> 10
Turn off computer : String Table -> 1 -> 1033 -> 11 & 12
Password Hint : String Table -> 1 -> 1033 -> 13
To begin, click your user name : String Table -> 2 -> 1033 -> 22
After you log on, you can add or change accounts.\nJust go to Control Panel and click User Accounts. : String Table -> 2 -> 1033 -> 25

PS: "\n" is used to give line break. You can also use it in ur customized text. Also there r many other text entries, that u might like to change.

Now its turn of Winlogon.exe file:

1.) Open %windir%\System32\Winlogon.exe file in Resource Hacker and navigate to String Table section.
2.) Here only 105, 106, 110 and 111 r of our use.
3.) Actually String Table -> 106 -> 1033 is only of our use, but if u hv enabled "Extended Shutdown messages" option, then other sections (105, 110, 111) will be of our use.
4.) In 106 section, 1682, 1684, 1687, 1690 and 1691 r the interesting ones. U can change their text with ur desired one. these entries contains the text, like Loading your personal settings..., Saving your settings..., Windows is starting up..., etc.

Following is the text of mine String Table -> 106 -> 1033 section:

Code:
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
1680,     "Running logoff scripts..."
1681,     "Running logon scripts..."
1682,     "Please Wait..."
1683,     "Closing network connections..."
1684,     "3 2 1 ..."
1685,     "Preparing to stand by..."
1686,     "Preparing to Hibernate..."
1687,     "3 2 ..."
1688,     "Preparing to Stand By in order to complete eject..."
1689,     "The Active Directory is rebuilding indices.  Please wait..."
1690,     "Welcome Vishal Gupta..."
1691,     "3 ..."
}
You can simply replace urs with the above code.
__________________
:arrow: http://www.AskVG.com/

Last edited by Vishal Gupta; 29-11-2008 at 11:15 PM.
Vishal Gupta is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 26-08-2006, 11:08 PM   #2 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

I will check thisout and tell ya later what I think of it.
__________________
--- Console Junkie
aditya.shevade is offline  
Old 27-08-2006, 03:15 PM   #3 (permalink)
In The Zone
 
deepak.krishnan's Avatar
 
Join Date: Jan 2005
Location: Palakkad/Bangalore
Posts: 423
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

Thanks for the tweak. Has any one tried it?
__________________
.dk
deepak.krishnan is offline  
Old 27-08-2006, 03:56 PM   #4 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

I hv tested it!
Following r a few screenshots of my Login screen:



Look that How I hv changed the text, like when u click on HELP button, when u give wrong password, etc.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 27-08-2006, 04:05 PM   #5 (permalink)
In The Zone
 
rajwansh2003's Avatar
 
Join Date: Aug 2006
Location: RANCHI-BOKARO
Posts: 219
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

it look cool.Where can i get logon of xp.
__________________
Anupam
rajwansh2003 is offline  
Old 28-03-2007, 01:06 PM   #6 (permalink)
Broken In
 
Join Date: Jan 2007
Posts: 195
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

cool info...
ismart is offline  
Old 28-03-2007, 04:17 PM   #7 (permalink)
Wise Old Owl
 
Tech Geek's Avatar
 
Join Date: Sep 2006
Location: Cyber Hell
Posts: 1,602
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

Lol
nice text
__________________
Behind every good computer... is a jumble of wires 'n stuff
Tech Geek is offline  
Old 27-07-2007, 07:47 PM   #8 (permalink)
Right Off the Assembly Line
 
Join Date: Sep 2006
Posts: 36
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

gr8 logon screen vishal where can i get that logon screen
Hari_04415 is offline  
Old 27-07-2007, 10:30 PM   #9 (permalink)
Wise Old Owl
 
a_k_s_h_a_y's Avatar
 
Join Date: May 2007
Location: bangalore
Posts: 1,923
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

cool all links at one place....simply great
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
a_k_s_h_a_y is offline  
Old 27-07-2007, 10:38 PM   #10 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

^^ yep. I got this idea after lots of requests from members. They wanted all my tut in one thread, so I decided to put other tuts links in each tut.
Though I didnt include all other tuts links but similar tuts...
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 27-07-2007, 10:39 PM   #11 (permalink)
D i s t i n c t l y Ahead
 
saurabh kakkar's Avatar
 
Join Date: Sep 2006
Location: New delhi
Posts: 495
Smile Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

great work vishal i had also made a tutorial on editing logonUI.exe:

how to customize Ur login screen
saurabh kakkar is offline  
Old 27-07-2007, 10:49 PM   #12 (permalink)
Wise Old Owl
 
a_k_s_h_a_y's Avatar
 
Join Date: May 2007
Location: bangalore
Posts: 1,923
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

right !! as one fellow said all ur tuts shld be published in digit dvd in magazine !! it will reach out to many ppl then

now am all set to show off my comp to my frnds big time !!
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
a_k_s_h_a_y is offline  
Old 28-07-2007, 10:42 PM   #13 (permalink)
Right Off the Assembly Line
 
Join Date: Sep 2006
Posts: 36
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

Vishal gr8 work man

Vishal i hav searched a lot for a glassy logon screen but did not find the good one yaar.

I ahv seen u'rs logon screen it is really awesome man

vishal plzzzzzz give me its download link, yaar plzzzz
Hari_04415 is offline  
Old 28-07-2007, 11:06 PM   #14 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

^^ Sorry buddy but as u can see it was posted by me in 2006 and I hv left using XP now since a few months. So I don't hv this login screen now. But I promise If I come to know about this login screen anywhere, I'll let u know.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 29-11-2008, 09:33 PM   #15 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2008
Posts: 1
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

I'm having some problems with this, I'll go through edit everything, save it, andfollow the instructions to the letter, but after I close ResHacker all the files I just changed go back to the original texts, I can go back and open the exact file i edited and it all back its default self... whats going on x.X
Deceit is offline  
Old 07-12-2008, 11:31 PM   #16 (permalink)
AFK
 
thewisecrab's Avatar
 
Join Date: Oct 2006
Location: Bombay
Posts: 1,599
Default Re: TUTORIAL: Changing Windows XP Login Screen Text Entries !

Spam Reported........
__________________
Follow me on http://twitter.com/thewisecrab

"This Jen, is the internet"
thewisecrab is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/tutorials/35013-tutorial-changing-windows-xp-login-screen-text-entries.html
Posted By For Type Date
how to change windows xp welcome text with screen shots - Recipester.org This thread Refback 18-04-2012 06:48 PM
how to change windows xp welcome text with screen shots - Fanhow.com This thread Refback 13-03-2011 10:46 PM
(resolu)ecran veuillez patientez! - Unattended Windows Website This thread Refback 02-02-2011 07:15 PM
how to change windows xp welcome text with screen shots - Recipester.org This thread Refback 29-07-2010 12:11 AM
how to change windows xp welcome text with screen shots - Recipester.org This thread Refback 05-07-2010 08:23 PM
(resolu)ecran veuillez patientez! - Unattended Windows Website This thread Refback 21-06-2010 01:15 PM

 
Latest Threads
- by chris
- by icebags
- by Tenida

Advertisement




All times are GMT +5.5. The time now is 01:28 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2