4

I have a 64-bit Windows 7 PC. When I press Alt + Tab or WinKey + Tab , it shows the current windows including the desktop, but I don't want to show the desktop there. I tried solutions given for Windows 7 32-bit, but they didn't work. Is there any registry hack to solve this problem?

karel
  • 13,706

1 Answers1

8

Try:

1

Open Registry Editor by typing regedit in Start Menu search box or press enter image description here + R and type regedit.

In the Registry Editor, navigate to:

HKEY_CURRENT_USER > Software > Microsoft > Windows > CurrentVersion > Explorer

In the Explorer folder ("subkey"), create a new DWORD value, named AltTabSettings.

(Right-click > New > DWORD (32-bit) Value).

Double-click the newly created DWORD value, change it's value to 1 instead of 0, and choose Hexadecimal.

Press OK, and enjoy the classic Alt-Tab feature.

2

Another option would be to use the software Switcher.

  • Requires Aero enabled.
  • More informations read this
stderr
  • 10,569
  • 2
  • 36
  • 50