Following is a screenshot of RUN dialog box which you’ll get after applying this tutorial:

Here is a step-by-step tutorial for making your RUN dialog box look-a-like the above:
1. Download following ZIP file and extract it:
2. Now open %windir%\System32\Shell32.dll file in Resource Hacker.
3. Add 404.bmp at 404 location.
4. Add 405.bmp at 405 location.
5. Now go to Dialog -> 1003 -> 1033 and replace existing code with the following code:
1003 DIALOGEX 0, 0, 275, 160
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_NOIDLEMSG | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Windows Vista Registered to - Vishal Gupta"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS SHELL DLG"
{
CONTROL "Windows Edition", 304, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 5, 50, 265, 83
CONTROL "Windows Vista Ultimate", 52, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 25, 65, 162, 8
CONTROL "Hacked By : VISHAL GUPTA", 54, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 25, 81, 100, 8
CONTROL "Copyright (c) 2006 Microsoft Corporation. All rights reserved.", 0, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 99, 195, 9
CONTROL 405, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 204, 58, 64, 59
CONTROL "", 12298, COMBOBOX, CBS_SIMPLE | CBS_AUTOHSCROLL | CBS_DISABLENOSCROLL | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 10, 115, 195, 13
CONTROL "&Locate...", 12288, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 210, 140, 50, 14
CONTROL "&Go!", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 155, 140, 50, 14
CONTROL "", 0, "SysDateTimePick32", DTS_LONGDATEFORMAT | WS_CHILD | WS_VISIBLE, 15, 140, 135, 14
CONTROL 404, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 0, 274, 44
}
You can change the strings according to your needs.
NOTE: If you are facing problems while saving the file after editing in resource hacker, then make sure you have disabled WFP (Windows File Protection) service using WFP Patcher.
Also if you are getting error "Can't create file...", that means you have edited and saved the file in past and there is a backup file which needs to be deleted before saving this file again. Go to "System32" folder and you'll see a file having "shell32_original.dll". Delete it and try to save the file in resource hacker.
This article was posted by VG in following section: Resource Hacker, Windows XP.
If you enjoyed this article, you can subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. Also check out our most popular articles and archive to read other interesting articles. If you have some news or tip to share, please send us.
Karthik
Where re locations 404 and 405 :?: How do i place/replace da bitmaps images :?: :?:
Karthik
there are no locations 404 and 405 in bitmaps under shell32.dll file. Can u pls help out here.
adil
its great
xplod vetri
vishal u r great one to tweak xp......any way thankx for your jop man..
Xplod vetri
hai vishal ...
Your Run Dialog box tweaking is super but....
you must mind it the run dialog box "Drobdown option"its not provides in your run dialog box.A "Dropdown" option is not provided in run dialog box is totally waste....see to change the this code..
your dialog code 1003>1033
CONTROL "", 12298, COMBOBOX, CBS_SIMPLE | CBS_AUTOHSCROLL | CBS_DISABLENOSCROLL | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 10, 115, 195, 13
change and edit the: line 12 ---CBS_SIMPLE ---to---CBS_DROPDOWN
(or)
CONTROL "", 12298, COMBOBOX, CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_DISABLENOSCROLL | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 10, 115, 195, 13
b
LA
Wow!
Worked perfectly^^
Thanks to VG & Xplod vetri for dropdrown option..
Klase
Hi VG,
how do i change back to original run dialog box?
thanks
VG
^^ Once you save the file, Resource hacker creates a backup of the file with the name "shell32_original.dll". So you can restore it back to get default run box.
Klase
Ok, Thank you for reply VG.
For Picture 404, I change add 404 with number 406, because number 404 already add for progress dialog box, but when i open Run dialog it appear with same picture in progress dialog box, not appear like picture 404 for Run dialog box.
How i can fix it.
VG
^^ You'll need to replace 404 with 406 in the code as well.