As all MSE users would know, the context-menu item that it adds to Explorer is really long, with one whole sentence "Scan with Microsoft Security Essentials...". Is there a way to edit this and shorten it?

I figured out the the file shellext.dll is responsible for registering the context menu. I used ResEdit to edit the DLL and changed the string table entry from Scan with ($BrandName) to Scan with MSE. But it still won't change. I've also tried de-registering the DLL and then registering it again. No luck!

Any ideas? Or am I doing something wrong?

link|improve this question
Silly question, did you restart after applying the change to shellext.dll? – Gareth Mar 30 '11 at 5:58
Of course I did! No change though :-( – GPX Apr 11 '11 at 9:18
feedback

2 Answers

up vote 2 down vote accepted

I was able to successfully rename the MSE context-menu entry by editing:

"C:\Program Files\Microsoft Security Client\en-us\shellext.dll.mui"

The change took effect once I logged out and then logged back in.

link|improve this answer
That did it! Thanks! – GPX Jun 25 '11 at 3:08
feedback

You could try both nirsoft's ShellExView and ShellMenuView. If you don't like using apps for this, you could check out this article.

link|improve this answer
Those tools will certainly allow the MSE context menu item to be disabled (i.e. removed from the list) but they aren't capable of renaming the item as requested in the question since that's handled in the DLL itself. – Gareth Mar 31 '11 at 3:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.