With the release of Vista, Microsoft has developed a new method of animation in explorer instead of AVIs (Video Clip); here we are sharing a tutorial to change color of Copying, Moving, Deleting, and Applying attributes process.

Requirements:
- Resource Hacker
- Text editor e.g. Notepad
Instructions:
1. Extract text file from shell32.dll/UIFILE/42.txt using Resource Hacker. (You can find shell32.dll file in C:\Windows\System32)
2. Edit Text file using Notepad and use Search feature (press CTRL+F to find the line) and search for background="Gradient
3. You'll get following line of code:
background="Gradient(argb(255, 9, 74, 116), argb(255, 32, 121, 140), argb (255, 5, 111, 90), 3)"
Here argb(X,R,G,B) represents:
X --> Transparency
R --> Red
G --> Green
B --> Blue
4. Replace the code with desired one like following:
background="Gradient(argb(255, 15, 55,107 ), argb (255, 50, 110, 210), argb(255, 50, 160 ,200 ), 3)"
After making changes, save the text file and exit.
5. Now replace this text file in shell32.dll using Resource Hacker. Save shell32.dll and exit.
6. Restart the PC to take effect.
This tutorial was written by our friend Ramesh Kumar who wanted to share it with us...
This article was posted by VG in following section: Resource Hacker, Windows Vista.
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.
Game
Sorry...
When I Want To Save..
There Is Some Text " Cannot Rename Original. Saved Cancel"
How I Fix It?
I Am Using Vista Ultimate SP1
VG
^^ Save the file somewhere else, then rename original "shell32.dll" file to some other name like "Shell32_backup.dll". At last copy your edited file to "System32" folder and restart your system.
crypt8
I want red! Please somebody tell me the code!
Jadranko
When i save file my window freezes and nothing! Crap!
Hackerpunk1
hey friend plz dont try this trick on windows 7 or when u copy or move or delete something u wont even see the dialog box
DrainedEnergy
Does it work on Windows 7???
Windows 7 have this animation too right?
VG
^^ It might work but not tested.