How can I make Windows 7's Start Menu look-and-feel like Windows XP's?

1

The reason for this is that I got accustomed to navigating the Start Menu with the keyboard, and I find that this is more efficient.

I tried importing the following .reg file, which helped with keyboard browsing and allowed me to avoid using the mouse...

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuScrollPrograms"="NO"
"IntelliMenus"=dword:00000000
"CascadeControlPanel"="YES"
"CascadeNetworkConnections"="YES"
"CascadePrinters"="YES"

Normally, in Windows XP I only need to use the [WinKey] once and then only [Up]/[Down] [Left]/[Right] -- this is easy and intuitive. But, in Windows 7 I also need use the [TAB] key which is far away from the navigation keys.

In Windows XP all the items are also in a single menu.

How can I get the above Windows XP behavior for my Start Menu?

PS. Thanks for answer. I stay at classicshell which can be downloaded from https://sourceforge.net/projects/classicshell/

gavenkoa

Posted 2011-08-24T06:54:40.627

Reputation: 1 386

Answers

3

Have a look at Classic Shell, it seems to do what you want.

CGA

Posted 2011-08-24T06:54:40.627

Reputation: 3 767

That I want! Excellent. +1 – gavenkoa – 2011-08-24T13:58:21.777