|
 |
|
11-01-2004, 02:26 AM
|
#1
|
|
Low Bitrate
Join Date: Nov 2004
Posts: 60
|
Customizing the "Resuming Windows" screen
I was just wondering if there was a way to customize the "resuming windows" screen that the computer displays when resuming from hibernation.
I'm pretty sure it would be impossible to get an image to display there but I remember how we used to search through the old Win95 executables to change what the start button said... so is there a way to figure out where windows reads the "resuming windows" text and change that to something cool (ie: resuming carputer, etc).
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
11-01-2004, 10:20 AM
|
#2
|
|
Maximum Bitrate
Join Date: Jun 2004
Location: The North, Manchester
Posts: 814
|
try:
http://www.mp3car.com/vbulletin/show...ight=Boot+Skin
I dont know if it changes the Resume screen but it will change the loading after power on screen - dunno if they are the same?
Nick
|
|
|
11-01-2004, 10:21 AM
|
#3
|
|
FLAC
Join Date: Jun 2003
Location: Memphis - TN
Posts: 1,184
|
Not the same thing.
__________________
2007 Mazdaspeed 6
|
|
|
11-01-2004, 10:24 AM
|
#4
|
|
Maximum Bitrate
Join Date: Jun 2004
Location: The North, Manchester
Posts: 814
|
oops
|
|
|
11-03-2004, 06:57 PM
|
#5
|
|
Low Bitrate
Join Date: Nov 2004
Posts: 60
|
Any ideas about the hack so I can change what the "resuming Windows" line says? What about using a program like resource hacker to find what dll has that text and then changing it. Anyone know what file that text would be in anyways?
|
|
|
11-03-2004, 07:07 PM
|
#6
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,861
|
Quote: Originally Posted by davem
Any ideas about the hack so I can change what the "resuming Windows" line says? What about using a program like resource hacker to find what dll has that text and then changing it. Anyone know what file that text would be in anyways?
NTOSKRNL.EXE
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
11-03-2004, 07:20 PM
|
#7
|
|
Low Bitrate
Join Date: Nov 2004
Posts: 60
|
Thanks Frodo.
So I have to use a hex editor to see that? Can I just change the corresponding text and everything work fine?
|
|
|
11-03-2004, 07:36 PM
|
#8
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,861
|
Quote: Originally Posted by davem
Thanks Frodo.
So I have to use a hex editor to see that? Can I just change the corresponding text and everything work fine?
No, it's not quite that simple. Use a resource editor. And you'll have to save
a copy, and change some boot.ini options etc.
You'll have to
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
11-03-2004, 07:46 PM
|
#9
|
|
Jesus Freak
Join Date: Jan 2004
Location: California
Posts: 4,277
|
Keep us updated on your progress
__________________
-Jesus- King of Kings Lord of Lords
|
|
|
11-03-2004, 08:02 PM
|
#10
|
|
Map Monkey Creator
Join Date: Aug 2003
Location: Warrington, UK
Posts: 1,012
|
Actually the "Resuming Windows" text is stored in the file C:\NTLDR
You can simply change this with a hex editor ("Resuming Windows" is at offset 35990)
I changed mine to read "Returning to car..." and then removed all the other text that says "Press F8 to blah blah"
PS: You sound like you know how to use a hex editor, but just incase - Make sure the text you want is less or equal to the length of the one you're changing, or you'll corrupt the file. If you use less characters, replace the left-overs with spaces.
|
|
|
11-03-2004, 11:21 PM
|
#11
|
|
Low Bitrate
Join Date: Nov 2004
Posts: 60
|
Frodo... downloading a resource editor right now to take a look at that file.
Ninja Monkey... I am familiar with that file because I've seen it before. I am running Windows XP Pro and I cannot find the file/folder. I am viewing all files (even hidden and system ones), so I don't know why I can't find it. Could you point me in the right direction?
Thanks guys.
|
|
|
11-04-2004, 12:54 AM
|
#12
|
|
Low Bitrate
Join Date: Nov 2004
Posts: 60
|
Ok, figured out how to do this so here it goes for any of you who wanna customize...
To change the "Resuming Windows" text
(1) Get a hex editor program. Here's a link of what I used. http://www.hhdsoftware.com/hexeditor.html
(2) Look in the root directory of the boot drive (usually the C-drive) for the file C:\NTLDR. Now don't worry if you can't see it, just choose "Tools" > "Folder Options". Then click on the "View" tab and check "Show hidden files and folders" and uncheck "Hide protected operating system files (Recommended)". Now refresh the folder and you'll see it!
(3) Now make a backup copy of this file (just in case).
(4) Change the attributes of this file by selecting the file properties and deselect "read only", "hidden" and "system" checkboxes. Sometimes Windows won't let you do this so you can just download a program that will let you set file permissions.
(5) Use the hex editor program to open the NTLDR file. Go to offset 00035990 and you can change the "Resuming Windows..." text. Be sure NOT to change anything except those letters (meaning what you want to say has to fit within that many characters). Now you can also change the text below the progress bar "For troubleshooting... blah, blah" by changing the text at offset 00035F34, remember don't go over the character limit!
(6) Save the file and you're done!
To change the hibernation screen pics
(1) Download a resource editor, the one I used is Resource Hacker. http://www.users.on.net/johnson/resourcehacker/
(2) Open the file C:\Windows\System32\ntoskrnl.exe. Look at bitmap #2 and bitmap #5. You can right click on the file and choose to save that bitmap file to somewhere on your harddrive. Do this.
(3) Use a photo-editing program to edit the picture as you choose. Remember to keep the original image sizes and color depth.
(4) Now use the resource editor to replace these images with your newly created ones.
(5) Now you can't just save over the files because Windows will just overwrite your changes. Here's what you do... save the file as something else (like ntoskkrnl2.exe).
(6) Reboot Windows into Safe Mode with Command Prompt.
(7) Go to the Windows system directory by typing "cd C:\windows\system32"
(8) Delete the original file by typing "del ntoskrnl.exe" and hitting enter.
(9) Now copy over your file by typing "copy ntoskrnl2.exe ntoskrnl.exe" (assuming you called your new file ntoskrnl2.exe).
(10) Now just reboot and you're done!
Thanks Frodobaggins and Ninja Monkey for being the one's who showed me the right files to look in (without that all this would not be possible)! Hope this helps out... I am a new member but this forum is great, it gives everyone good ideas and helps out huge.
|
|
|
11-08-2004, 09:00 AM
|
#13
|
|
It's not really that small...No, seriously.
Join Date: Feb 2004
Location: Florida
Posts: 1,037
|
Is this XP or 2000?
__________________
'02 GTI
[Routis '04] [Opus 90W] [160GB Maxtor HD]
[Lilliput 7" TS] [VIA M10000] [XMPCR]
[512MB RAM] [Custom housing]
[Deluo GPS Mouse] [E-MU 0404 Soundcard]
Progress Meter: [==============|] 99.9%
|
|
|
11-08-2004, 12:15 PM
|
#14
|
|
Low Bitrate
Join Date: Nov 2004
Posts: 60
|
Instructions are for Windows XP Pro (and it works for Home Edition as well).
|
|
|
11-10-2004, 08:50 PM
|
#15
|
|
I've got no answer!
Join Date: Jan 2001
Location: Austin, TX
Posts: 481
|
Man, that's awesome. Thanks for posting this.
I do disagree on one point...and that is deleting the original file. I would rename it to something (like ntosback or something) instead of deleting it, just in case something bad happens.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:34 PM.
| |