Windows 7 Forums


Reply
Thread Tools

[SOLVED] How To: Remove or Modify the Start Button Balloon Tip

 
 
Elmer BeFuddled Elmer BeFuddled is offline
Resident eejit
Elmer BeFuddled's Avatar
Join Date: Jun 2010
Location: Durham UK
Posts: 1,050
Thanked: 203
Send a message via Skype™ to Elmer BeFuddled
 
      11-14-2010
This will permanently remove or change the Start Button "Start" (Duh!) balloon tip.

I'm using ResHack v3.5.2 Beta for this tutorial.

GoTo C:\Windows\en-US and Take Ownership of and then copy the explorer.exe.mui to somewhere safe.
If you are running a 64 bit system you should also modify the explorer.exe.mui which is located in C:\Windows\SysWOW64\en-US

Now open your explorer.exe.mui(s) in ResHack and navigate to String Table 34, line 533. Modify / delete to your liking.

Before:
Code:
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
530,     "Unable to run command.\nThe folder '%1' has been removed."
533,     "Start" << Line to modify or delete
534,     "&Undo %s"
535,     "Cascade"
536,     "Show side by side"
537,     "Minimize all"
538,     "Show stacked"
542,     "Hide"
543,     "Show hidden icons"
}
After:
Code:
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
530,     "Unable to run command.\nThe folder '%1' has been removed."
534,     "&Undo %s"
535,     "Cascade"
536,     "Show side by side"
537,     "Minimize all"
538,     "Show stacked"
542,     "Hide"
543,     "Show hidden icons"
}
Once you have modified or deleted the 533 entry click the compile script button. Then in the menu bar click File and in its drop-down menu click Save. Close ResHack.

Now go to your original folder(s) again and rename your original explorer.exe.mui(s) files (explorer0ld.exe.mui ?) then copy and paste your modified explorer.exe.mui file(s) into place.

After a re-boot your start button balloon tip will have changed / disappeared.

 
Reply With Quote
 
 
 
 
setedivento setedivento is offline
New Member
Join Date: Feb 2011
Posts: 1
Thanked: 0
 
      02-22-2011
Elmer, thanks so much for the tut and for correctly pointing at the right version of ResHacker to edit MUI files, but... I'd like to add the following infos.

First of all, on a 64bit Windows 7 OS, there are copies of explorer.exe.mui not only in

C:\Windows\en-US
and
C:\Windows\SysWOW64\en-US

(of course the en-US folder being pretty much interchangeable with the localization ID of the language the OS is in, e.g. it-IT)

but also in

C:\Windows\winsxs\amd64_microsoft-windows-explorer.resources_31bf3856ad364e35_6.1.7600.16385_en-us_61e778c48d52d19b
and
C:\Windows\winsxs\wow64_microsoft-windows-explorer.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6c3c2316c1b39396

(or something like that.
winsxs
is the components store folder,
and, again, the en-us you see in the path is interchangeable with your localization ID string).

So, on a 64 bit OS you should also edit those files.

That said, after you have edited all those MUIs, you need update the MUI cache too.

This is the way:

- Run a command prompt as Administrator
- Move to folder C:\Windows\System32 and type mcbuilder, then press ENTER
- Wait for the operation to be completed, then restart the PC
- Now you're really done!
 
Reply With Quote
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows 7: Secrets of the Start menu - Feature Nibiru2012 Customization 0 07-26-2010 05:13 AM
Windows 7 for XP users - How to find your way around Nibiru2012 General Discussion 8 06-04-2010 03:23 PM
Modify Basic Start Button qdeath Customization 8 01-24-2010 10:49 AM
Start Button -> All Programs qdeath Customization 5 12-18-2009 02:41 AM
Can I remove Log off from the Start Menu? sethm1 Customization 9 11-02-2009 06:32 PM


All times are GMT +1. The time now is 03:49 AM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33