
Download [LINK]
Fiture :
Feature :
F3 PF BeatRush ON
F4 PF BeatRush OFF
F5 Bug Story ON
F6 Bug Story OFF
Insert Arrow 2 Key
Page Up Peach Emoticon
Page Down No Sensoric Words
End Time Hack
Thanks To Aldy Ramadhan



NOTE 1: If you want to download all BITMAPs, AVIs and other files mentioned in this tutorial in a single pack, you can download it using this link.
NOTE 2: Please create a Restore point using "System Restore" before applying anything mentioned in this tutorial so that you can restore your system back to default if you don't like the changes.
Also take a backup of system files before modifying them, so that you can restore them if anything goes wrong or you don't like the new change.
NOTE 3: If you are facing problems while saving a file after editing in resource hacker, then make sure you have disabled WFP (Windows File Protection) service using "WFP Patcher" or use "Replacer" to replace the file. Both utilities can be found in our "Download" section.So here we start our transformation tour:
Also if you are getting error "Can't create file...", that means you have edited and saved the same file in past and there is a backup file which needs to be deleted before saving this file again. Go to the folder containing this file and you'll see a similar file having "_original" in its name. Delete it and try to save the file in resource hacker.
First thing which you should change is XP theme. You can get Windows Vista look in XP using "VistaVG Ultimate" theme:1. Windows Theme or Visual Style:
Here is an Icon Pack for Windows XP, which will change XP default icons with Windows Vista icons. So you’ll experience the high-resolution Vista icons in XP:2. Icons:
In Vista, Microsoft has removed the graphical boot screen and there is a minimal boot screen with just a progress bar. But it looks nice and you can download a similar boot screen for XP from here:3. Boot Screen:
Vista new login screen is just awesome and "RaulWindows" at DeviantART has created a look-a-like login screen for XP, which you can download from here:4. Login Screen or Welcome Screen:
Vista contains new sounds, which are quite nice. You can download the whole pack from here:5. Sounds:
You can download Windows Vista cursors using following link:6. Cursors:
Windows Vista comes with a cool Sidebar which is displayed on Desktop.7. Sidebar:
Vista progress dialog box is different from XP. But we can make our XP dialog box to look-a-like Vista one by using Resource Hacker.8. Progress Dialog Box:
1020 DIALOGEX 20, 20, 237, 134Click on Compile Script button.
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_NOIDLEMSG | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_APPWINDOW
CAPTION ""
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS SHELL DLG"
{
CONTROL "", 106, "SysAnimate32", ACS_TRANSPARENT | ACS_AUTOPLAY | ACS_TIMER | WS_CHILD | WS_VISIBLE, 65532, 0, 236, 25
CONTROL "Location:", 0, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 30, 31, 10
CONTROL "", 103, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 70, 30, 155, 10
CONTROL "File name:", 0, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 45, 33, 10
CONTROL "", 102, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 70, 45, 155, 10
CONTROL "Time remaining: About", 0, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 60, 83, 10
CONTROL "", 105, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 93, 60, 155, 10
CONTROL "Speed: 10.2 MB/sec", 0, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 73, 103, 10
CONTROL "", 104, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE, 10, 88, 217, 10
CONTROL 404, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_GROUP, 65530, 107, 267, 28
CONTROL "Cancel", 2, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE, 177, 113, 50, 16
}
Windows Vista doesn't have any shutdown / log off dialog box but we can redesign Windows XP default shutdown box to make it more refreshing like following screenshot:9. Shutdown/log off dialog box:
To change the About Windows box you'll have to change 2 things: the BITMAP file and the text of box saying Windows XP.10. About Windows box:
14352 DIALOGEX 20, 20, 275, 198Click on Compile Script button and save the file.
STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About %s"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
CONTROL 0, 12297, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 7, 55, 21, 20
CONTROL "Microsoft %s", 13568, STATIC, SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 35, 55, 200, 10
CONTROL "Copyright (c) 2006 Microsoft Corporation. All rights reserved.", 13578, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 35, 75, 210, 10
CONTROL "", 13581, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 35, 85, 180, 20
CONTROL "This product is licensed under the Microsoft Software License Terms to:", 13586, "SysLink", 0x50000000, 35, 105, 180, 20
CONTROL "user name", 13575, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 45, 125, 180, 10
CONTROL "org name", 13576, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 45, 135, 180, 10
CONTROL "", 13095, STATIC, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE, 35, 147, 235, 1
CONTROL "Physical memory available to Windows:", 13570, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 35, 152, 133, 10
CONTROL "", 13571, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 170, 152, 88, 10
CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 220, 178, 50, 14
CONTROL "Version 6.0", 0, STATIC, SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 35, 65, 235, 10
}
To change the System Properties dialog box, you can follow this tutorial:11. System Properties dialog box:
1. Windows Vista shows the "View" menu on desktop too, you can also enable it in XP using following tut:12. A few other mods:
NOTE: If you have any problem with Resource Hacker and want to know about it, then please go through following tutorials:PS: If you want to transform your Windows XP into 7, then following link will help you:
All About Resource Hacker in a Brief Tutorial
List of Files to be hacked using Resource Hacker
List of a few Locations in Windows XP System Files to be Hacked using Resource Hacker
