I find the "close all but this" is really useful for me in a lot of cases. So are there anyway to close all applications running by this user, but not the active application. Hide could be a option with another hotkey.

Thanks much :)

link|improve this question

45% accept rate
feedback

1 Answer

If you're looking for an AutoHotkey script try this.

http://www.autohotkey.net/~joeshmoo/CloseOtherWindows_0.1.ahk

If you're already running Windows 7, you won't need another AHK script. You can minimize/hide other windows EXCEPT the active window by pressing WIN + HOME or doing the Aero-shake (click & hold the title bar of the window and then shake it).

link|improve this answer
This one closes the same type windows only. What I want is all windows :D. But I think I can work this script to what I want. Thanks – nXqd Jun 4 '11 at 14:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.