Many computer users are so attached to Windows XP buttons that they refuse to switch to Windows 7 because Microsoft programmers did not find it necessary to give them the option to enable them again:
Yes, Microsoft came up with new and innovative ideas, but lack of additional options had the end result of increasing the resistance to the Windows 7 switch. Fortunately, third party programmers have released freeware, which when combined, can finally give people who want them, the option to get Windows XP style buttons back inside Windows 7:
The quickest and easiest way is to simply install the just released Classic Shell 1.0.0 freeware.
However, setting buttons up as pictured above takes a little more tweaking. I needed to write this for myself so I don’t forget, but if it helps anyone else – good for them.
- When installing Classic Shell, UNCHECK: Classic Start Menu if you just wish to use the buttons + extras and not the old windows Classic Start Menu.
- Custom edit the following file in Notepad: C:\Program Files\Classic Shell\Explorer.ini
- Source of freeware icons was Vista Common Toolbar Set and Common Toolbar Set.
As an added bonus, Classic Shell gives us the option to do away with the complicated Copy User Interface of Windows 7. We can return to the simple Yes or No prompt:
Windows 7 status bar now also has the option of showing us the combined size of files in any folder we go to, it displays it in the lower right corner just like Windows XP did:
After installing Classic Shell, right click on any button > Classic Explorer Settings > CHECK: Use Big Buttons and CHECK: Show free space and file size in status bar.
I copied all the *.ico files downloaded from Vista Common Toolbar Set and Common Toolbar Set. to the C:\Program Files\Classic Shell\icons folder I created, then used Notepad to edit C:\Program Files\Classic Shell\Explorer.ini. Here is my edited Explorer.ini file and this is how it was edited:
- 1) Scroll down where it says
;LargeIconSize=24
Remove the semicolon and set the Size of button icon per your preference. I set it to LargeIconSize=32. Icon sizes below should be chosen according to this preference.
- 2) Under where it says NOTE TO DEVELOPERS and directly under ClassicShell.CBandWindow, you’ll see
;ToolbarItems=UpItem, CutItem, CopyItem, PasteItem, DeleteItem, PropertiesItem, EmailItem, SEPARATOR, SettingsItem
The semicolon was removed before ToolbarItems= and the pictured buttons above were made with these parameters (SEPARATOR is the vertical line between buttons):
ToolbarItems=SEPARATOR, BackItem, SEPARATOR, ForwardItem, SEPARATOR, UpItem, SEPARATOR, RefreshItem, SEPARATOR, CopyItem, SEPARATOR, PasteItem, SEPARATOR, CutItem, SEPARATOR, DeleteItem, SEPARATOR, UndoItem, SEPARATOR, SearchItem, SEPARATOR, PropertiesItem, SEPARATOR, InvertSelectionItem, SEPARATOR, SelectAllItem, SEPARATOR
- 3) Directly under are commands, for example
UpItem.Command=up
UpItem.Tip=$Toolbar.GoUp
UpItem.Name=Up
UpItem.Icon=shell32.dll,46These lines are where Commands, Tooltips, Displayed Button Names and Button Icons are set. Delete the second line, UpItem.Tip=$Toolbar.GoUp, if you don’t wish the tooltip to appear when you hover your mouse over it, and why should it when the Button name is right there? Delete the second .Tip line from all listed commands that follow in the Explorer.ini file.
- 4) Windows 7 search engine is powerful… if you know the code parameters but not many computer users do. By combining Classic Shell with another freeware program called Agent Ransack, you can have the Search button pictured above be set to allow you to click and select search parameters just like in Windows XP. If Agent Ransack is installed to its default location, add the following command lines to Classic Shell’s Explorer.ini file:
SearchItem.Command=”%ProgramFiles%\Mythicsoft\Agen t Ransack\AgentRansack.exe” %2
SearchItem.Name=Search
SearchItem.Icon=%ProgramFiles%\Classic Shell\icons\search_32.icoNote the use of ” before and after program file location. The last line specifies the location of icon inside the icons folder which was custom made above.
- 5) In order to have uniform button width, find the following line in Classic Shell’s Explorer.ini file:
;ToolbarSameSize=0
Delete the semicolon and replace that line with
ToolbarSameSize=1
Classic Shell freeware can help people switch over to Windows 7 and Agent Ransack freeware should help replace the poor user interface of the Windows 7 search engine and its only two clickable options. On a final note, in the age of affordable 2TB drives, doesn’t Windows 7’s search ‘Huge’ option of only 16 MB seem out of place? Hey Windows 7 search engine developers, 1995 called and wants its ‘Huge’ back!
1 reply
Loading new replies...
Computational Oncologist / Biomathematician / Mod
Join the full discussion at the Overclockers Forums →