Details Pane in Windows Explorer. Windows Vista and Windows 7 Explorer comes with Details Pane at bottom which shows useful details of selected files and folders. It used to known as "Common Tasks" in Windows XP and used to show at left-side area of Windows XP Explorer. In Windows 8, Microsoft has moved it to right-side area of Explorer.
Today in this tutorial, we are going to share a trick which can help you in enabling a secret animation in Windows Vista and Windows 7 Explorer's Details Pane. After applying this trick, when you'll select a file or folder in Windows Explorer, the Details Pane will show its detailed information with a nice animation.
1. To enable this animation, you'll need to edit a file called "Shellstyle.dll" present in your current Windows theme directory. For example, if you are using default Window Aero theme, you'll get the "Shellstyle.dll" file in following directory:
%windir%\Resources\Themes\Aero\Shell\NormalColorIf you are using Windows Classic theme, you'll need to edit "Shellstyle.dll" file present in "Windows\System32" folder.
2. Now open this "Shellstyle.dll" file in Resource Hacker.
3. Now go to "UIFILE -> 1 -> 1033".
4. Press <Ctrl>+F or click on "View -> Find Text..." option and type following in "Find what" textbox:
<MetadataElement ThemeSubApp="GenericPreviewPaneControl" />5. Now add following line of code just after the above mentioned line:
<element id="atom(animation)" animation="rectangle|exp|fast"/>It'll look like following image:
6. That's it. Click on "Compile Script" button.
7. Now save the file and log off or restart your system to take effect. You can also End Task of Explorer to take effect. Or you can apply some other theme using Desktop Personalization window and then re-apply your previous theme.
8. If you face problems while direct saving of the file in Resource hacker, save the file at some other location, for example in D: drive. Then rename original "Shellstyle.dll" file to "Shellstyle_backup.dll". Now copy your new modified "Shellstyle.dll" file to this folder. Restart your system and after restart, Windows will start using your new modified file and you'll be able to enjoy the cute animation in Details Pane of Windows Explorer.
Some Important Things to Note:
A. The code mentioned in step 5, <element id="atom(animation)" animation="rectangle|exp|fast"/> will enable "Expand" animation in Details Pane.
If you want to enable other types of animations, you can use following codes instead:
Fade Out Animation:
<element id="atom(animation)" accessible="true" alpha="0" animation="alpha|s|veryslow"/>Position Animation:
<element id="atom(animation)" animation="position|exp|fast"/>Rectangle Vertical Animation:
<element id="atom(animation)" animation="rectanglev|exp|fast"/>Rectangle Horizontal Animation:
<element id="atom(animation)" animation="rectangleh|exp|fast"/>B. The animation speed can be customized by replacing veryslow or fast keywords used in above mentioned codes with slow and veryfast keywords.
C. We enabled the animation in "General Items" folder type using the above mentioned steps. To enable the animation for all folder types such as Documents, Pictures, Music, you'll need to insert the animation code after following lines as well as you did for General Items folder type in steps 4 and 5:
For Documents folder type:
<MetadataElement ThemeSubApp="DocumentsPreviewPaneControl" />For Pictures folder type:
<MetadataElement ThemeSubApp="PhotoPreviewPaneControl" />For Music folder type:
<MetadataElement ThemeSubApp="MusicPreviewPaneControl" />PS: This method will work for all 3rd party themes as well. Simply modify the "Shellstyle.dll" file present in custom theme folder.
You can also watch following video to see all these animat!!!! ANY PROBLEM PLEASE WRITE IT IN THE COMMENT SECTION AND I WILL SOLVE IT !!!!
No comments:
Post a Comment