Go Back   PCMech Forums > Windows Support > Windows Legacy Support (XP and earlier)

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 11-06-2001, 12:46 PM   #1
Member (14 bit)
 
reboot's Avatar
 
Join Date: Mar 1999
Location: Kelowna, B.C., Canada
Posts: 9,138
XP tip of the day, Nov 6

Two tips for the price of one today. Being as you need to download Resource Hacker anyhow, why not do both changes at once?
Get rid of the ugly green start button, and change the text on it to anything you want, with a bonus of changing the wavy 4 window logo on it at the same time!

Changing the Start Button, aka getting rid of that ugly green!

1. Install StylesXP http://www.tgtsoft.com/download.html (restart)

2. Go to

X:\\WINDOWS\\Resources\\Themes

And make a copy of the stylesXP_1 folder. Rename this to stylesXP_2

3. Make a copy of the stylesXP_1.theme and rename it to stylesXP_2.theme

4. Open stylesXP_2.theme with notepad and browse to the bottom of the file, find this line :

Path=%ResourceDir%\Themes\StylesXP_1\StylesXP_1.msstyles

Change this to :

Path=%ResourceDir%\Themes\StylesXP_2\StylesXP_2.msstyles

5. Open stylesXP_2.msstyles with Resource Hacker http://www.rpi.net.au/~ajohnson/resourcehacker/

Open the Bitmap folder.

Click Action, replace bitmap, find the COLORHERE_STARTBUTTON_BMP

(colorhere = blue, homestead or metallic)

Find the bitmap of your new startbutton and click replace, then File > Save.

Now, right click on your desktop, Properties. Themes : stylesXP_2

If the start button dosnt change its most likely that your not using the color of the startbutton you changed, ie : you changed the silver button but your using the blue color theme.

Changing the Start Button Text

This works on XP Pro Build 2600 (The final verison), and it should work on all other versions as well.

ALWAYS BACKUP EVERYTHING YOU EDIT OR DELETE. I'M NOT RESPONSIBLE IF YOU MESS YOUR COMPUTER UP BY DOING THIS HACK. DO IT AT YOUR OWN RISK.

First off, you need to download a program called Resource Hacker. It's kinda like a hex editor, it allows you to change bitmaps, text, ect. in program files.
Windows XP has a feature called Windows File Protection. This feature stops you from changing important system files, that could leave your operating system, non-fuctional. The file that we need to edit, Explorer.exe, is protected by Windows File Protection. What we need to do, is make Explorer.exe not part of Windows File Protection. Once we do that, we will be able to edit Explorer.exe when we want, and as much as we want.

Click on your start button -> then Run and type in "%systemroot%\system32\Restore" without the quotes. Now you should see the file filelist.xml. What? You don't see it? We can fix that. In windows explorer click Tools->Folder Options->View and scroll down where it says Hide protected operating system files (recommend) and un-check it. Also click where it says Show hidden files and folders, and uncheck Hide extensions for unknown file types. Lastly, hit Ok. Now, you should see filelist.xml listed. Right click on filelist.xml and click properties. Uncheck where it says Read Only and then click OK. Good, now we can edit filelist.xml. Right click filelist.xml again, and click Open with then on Notepad. The file should now be opened in notepad. This is where Windows File Protection looks to see if it needs to protect a file or not. Where it says:

%windir%\system.ini

add this a line above it:

%sytemroot%\explorer.exe

So it looks like this:


%sytemroot%\explorer.exe
%windir%\system.ini

Now, click file -> Save. (NOT Save as)

Next click on your start menu-> run and type in "%systemroot%\system32\dllcache" without the quotes. In this DIR, find and delete Explorer.exe. This is a backup copy of Explorer.exe and windows might try and replace this copy with your hacked copy if it isn't deleted. After you delete it, windows will popup a message, just hit cancel then yes.

We should now be able to edit Explorer.exe as we wish. Run Resource Hacker (The file you downloaded earlier). In ResHacker click File-> Open and open Explorer.exe. Mine is located in C:\winnt\explorer.exe yours maybe located in C:\windows\explorer.exe.

To change the "Start" text on the start button go to: String Table -> 37 -> 1033. To the right, you should see the words "start". You can change this to anything you want. I changed mine to LinuXProX. Next, hit the Compile Script button above. Now, go to String Table -> 38 -> 1033. Again, to the right you should see "Start". Change this to the same thing you changed the other one to, mine says LinuXProX. Next, hit the Compile Script button above. Now, if you just wanted to change the start button text, you can skip down to "Saving".

Don't you hate the little icon (image) on the start button? Well, we change it, and it's very easy to do.
In ResHacker, go to Bitmap -> 143 -> 1033. You should see the window that is on the start button to the right. To change it, you Action -> Replace bitmap -> Open with new bitmap. Now you can make your own image, If you want to make your own, it has to be 25x20 and 16 million colors. Once you found the bitmap you want to use, just click open then click Replace.

Lastly, to change the Start Menu border, go to Bitmap -> 167 -> 1033. (This is Windows XP Pro. If you have Home Editon It's Bitmap->166->1033) Click Action -> Replace bitmap -> and where it says Select bitmap to replace: scroll down to 167 or 166 if you have XP Home Editon. Now, click Open file with new bitmap and find the image you want to replace it with, click open, then on Replace.
It's best to make your own image on this one, I just edited the default bitmap since I'm not that great with graphics. Maybe someone will make me a cool one, and send to me. *Hint* *Hint* If you want to edit the default image, or use it as a template, just right click on the Windows XP Pro/Home image and click copy. Now, open up your favorite graphics program, I have Jasc Paint Shop Pro, and hit CTRL-V. That should paste the image from your clipboard to your graphics program. If you want to make your own, it has to be 21x233 16 million colors. Once your down editing, just save it as a .bmp somewhere on your drive. I saved mine to C: est.bmp .

Additional Comments:

-Saving

There are alot of bitmaps in Explorer.exe along with Text Strings, that you can change, just hack around in it and see what you can find. If you try and save Explorer.exe it wont save. Why? Because Explorer.exe is currently running on your computer and it can't save it while the program is running. So how am I suppose to save it? Well, there are a few ways to do that. One, you could save your hacked version to floppy, boot to dos and copy it. Two, if you dual boot you could save it from within another operating system. Or three, the easiest and fastest way, save it without rebooting, and here is how:

Hit CTRL-ALT-DEL and Windows Task Manager should popup. Click on the processes tab and find Explorer.exe, and click it once. Now, hit the end process button at the bottom (Make sure you don't have any other programs open). Your taskbar at the bottom of the screen should disappear. Hold ALT then click tab while holding ALT, then let off the ALT. Keep doing this until Resource Hacker comes in to view. We can now save Explorer.exe because it is not running. Click File-> Save as-> and find Explorer.exe again, mine is located in C:winnt. It will ask you if you want to overwrite, just click yes. Now, ALT-TAB back to Windows Task Manager and click on File -> New Task -> in the black type in Explorer.exe, or type in the full path to explorer like: C:winntexplorer.exe. If you did everything correctly, you should see your new image and name on the start button, along with the start menu border.
__________________
Black holes are where God divided by zero...
Cheers, Jim

Jims Modems

Last edited by reboot; 11-06-2001 at 01:04 PM.
reboot is offline   Reply With Quote
Old 11-06-2001, 06:38 PM   #2
Power in the Box-P4 XEON!
 
Hpro's Avatar
 
Join Date: May 2001
Location: Europe >Swiss
Posts: 3,014
Jim, one Question and don't get me wrong - did you set the path to Winnt or was this on default ? As for here by a clean installation of WinXP the folder is marked C:\Windows...
__________________
It's not as hard to do as you may think...It's just that you try.!And I'm still trying..!

The Machine: i7 920CPU @ 2.66 Hypertreading / Asus P6T / 12GB DDR3 Ram 1366 / 3 x Sata 160GB Hot Swap / 1x Sata 160GB / 2 x Sata 300 GB / Plextor DVD 800 SATA / Plextor CDRW IDE / Audigy Sound Blaster 24 Bit / ASUS Nvidia ENGT 240/ Chieftec Full Tower / PSU Chieftec 600 Watt / Win7 x64 Ultimate MAPS
Hpro is offline   Reply With Quote
Old 11-07-2001, 11:20 AM   #3
Member (14 bit)
 
reboot's Avatar
 
Join Date: Mar 1999
Location: Kelowna, B.C., Canada
Posts: 9,138
I set the path that way. I have two installs of XP on this machine (along with 98 and Mandrake).
reboot is offline   Reply With Quote
Old 11-13-2001, 01:29 AM   #4
HOT ROD
 
lil Jimmie's Avatar
 
Join Date: Sep 2000
Location: On the Edge
Posts: 4,565
For more themes look here
You will need StyleXP
They have logon themes as well
__________________
Fast enough 2 get by.....old enough 2 know what not 2 try -You know it was me
lil Jimmie is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:26 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2