How to Change the Animation Background Color in Windows Vista Progress Dialog Box?

Microsoft has changed the method of showing animation in Windows Vista Explorer. Now Windows Vista uses pre-defined set of color codes to show animation background color in progress dialog box instead of a built-in AVI Clip as it used to be in previous Windows versions such as Windows XP.

Today in this tutorial, we are going to share a method to change colors of animation which is displayed in progress dialog box while copying, moving, deleting files or applying attributes to a file.

Change_Progress_Dialog_Box_Animation_Windows_Vista

Advertisement

Requirements:

Instructions:

1. First take ownership of %windir%\System32\Shell32.dll file and then open it in Resource Hacker. Now extract the text file shell32.dll/UIFILE/42.txt.

Note: here %windir% represents “Windows” directory which can be found in the system drive where Windows is installed. In most of the cases its C:\Windows.

2. Now edit the text file in a text editor such as Notepad and press Ctrl+F to open find dialog box. Now 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

Advertisement

4. Now you can replace the existing color code with your desired color code such as following one:

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 the original text file present in shell32.dll file with this new modified text file using Resource Hacker.

6. Now save the file at some other location, for example in D: drive.

7. Rename original “Shell32.dll” file present in “System32” folder to “shell32_backup.dll“.

8. Now copy your new modified “shell32.dll” file to “System32” folder.

9. Restart your system and after restart Windows will start using your new modified file and you’ll see new animation in progress dialog box.

This tutorial was written by our friend Ramesh Kumar who wanted to share it with us…

Published in: Windows Vista

About the author: Vishal Gupta (also known as VG) has been awarded with Microsoft MVP (Most Valuable Professional) award. He holds Masters degree in Computer Applications (MCA). He has written several tech articles for popular newspapers and magazines and has also appeared in tech shows on various TV channels.

Comments

NOTE: Older comments have been removed to reduce database overhead.

  1. It works in Windows 7! I have tested with the default vista values and the color changed to green 🙂

  2. So for Win10 this seems to be different. I actually just want to change the colour of the progress bar to a light blue. However, “42 :1033” can’t be opened with editor as it is hex only.
    Am I doing something wrong?

  3. @Nutella_Kid same for me, but it does look like a proper UIFILE but in hex mode. I do see “Summary”, “Progress”, “Path”, and “Dialog” a lot so it looks like it is some sort of File Operation dialog. It’s probably the default Windows 10 one. BTW the default Windows 10 file operation dialog’s progress bar can only be changed via a custom theme.

Leave a Comment

Your email address will not be published. Required fields are marked *

NOTE: Your comment may not appear immediately. It'll become visible once we approve it.