| View previous topic :: View next topic |
| Author |
Message |
U10 Guest
|
Posted: Fri Feb 02, 2007 1:14 am Post subject: Close Windows Task Manager |
|
|
| Hi, could someone please demonstrate how to close the Windows Task Manager via Shift-T? Thank you. |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Feb 02, 2007 1:22 am Post subject: |
|
|
| +t::WinClose, Windows Task Manager |
|
| Back to top |
|
 |
Phe0n1x
Joined: 27 Dec 2006 Posts: 29
|
Posted: Fri Feb 02, 2007 1:49 am Post subject: |
|
|
| Anonymous wrote: | | +t::WinClose, Windows Task Manager |
or using the class
| Code: | | +t::WinClose, ahk_class #32770 |
|
|
| Back to top |
|
 |
Akize
Joined: 16 Jan 2006 Posts: 34
|
Posted: Fri Feb 02, 2007 3:23 am Post subject: |
|
|
| 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 |
|
 |
|