AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Close Windows Task Manager

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
U10
Guest





PostPosted: Fri Feb 02, 2007 1:14 am    Post subject: Close Windows Task Manager Reply with quote

Hi, could someone please demonstrate how to close the Windows Task Manager via Shift-T? Thank you.
Back to top
Guest






PostPosted: Fri Feb 02, 2007 1:22 am    Post subject: Reply with quote

+t::WinClose, Windows Task Manager
Back to top
Phe0n1x



Joined: 27 Dec 2006
Posts: 29

PostPosted: Fri Feb 02, 2007 1:49 am    Post subject: Reply with quote

Anonymous wrote:
+t::WinClose, Windows Task Manager


or using the class
Code:
+t::WinClose, ahk_class #32770
Back to top
View user's profile Send private message
Akize



Joined: 16 Jan 2006
Posts: 34

PostPosted: Fri Feb 02, 2007 3:23 am    Post subject: Reply with quote

Phe0n1x wrote:
Anonymous wrote:
+t::WinClose, Windows Task Manager


or using the class
Code:
+t::WinClose, ahk_class #32770


But quite a lot of Windows' windows have a class of #32770. You'll probably end up inadvertently closing other windows that way.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group