PC Review


Reply
Thread Tools Rate Thread

Command to close all open programs.

 
 
Nivesh Navale
Guest
Posts: n/a
 
      15th Jul 2004
Is there a command to close all open programs with one
shortcut key. I remember someone using this a few years
back. Just as I can use "Windows+M" to minimise all
windows, "ALT+F4" to close current active window, I would
like to close all open windows with a shortcut.

Please help

Thanks in Advance.
-Nivesh
 
Reply With Quote
 
 
 
 
Matthias Tacke
Guest
Posts: n/a
 
      15th Jul 2004
"Nivesh Navale" wrote:

>Is there a command to close all open programs with one
>shortcut key. I remember someone using this a few years
>back. Just as I can use "Windows+M" to minimise all
>windows, "ALT+F4" to close current active window, I would
>like to close all open windows with a shortcut.
>
>Please help
>
>Thanks in Advance.
>-Nivesh


One solution a bit complicated:
Uses cmdow from www.commandline.co.uk to do window handling
and Hotkeycontrol to (re-)assign windows-key in combination with "c"
http://www.digital-miner.com/hkcontrol.html

Assign this batch to WIN+C in hkcontrol:
::CloseAll.Cmd:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@echo off
cmdow @ /HID
For /F %%A in ('cmdow /B /T') do cmdow %%A /CLS
exit

HTH
--
Greetings
Matthias________________________________________
For help on nt commands enter in a cmd window:
W2K>HH windows.chm::ntcmds.htm XP>HH ntcmds.chm
 
Reply With Quote
 
Jerold Schulman
Guest
Posts: n/a
 
      15th Jul 2004

Using freeware CLOSE.EXE from tip 431 in the 'Tips & Tricks' at
http://www.jsiinc.com

close *



On Thu, 15 Jul 2004 12:26:07 +0200, "Matthias Tacke" <(E-Mail Removed)>
wrote:

>"Nivesh Navale" wrote:
>
>>Is there a command to close all open programs with one
>>shortcut key. I remember someone using this a few years
>>back. Just as I can use "Windows+M" to minimise all
>>windows, "ALT+F4" to close current active window, I would
>>like to close all open windows with a shortcut.
>>
>>Please help
>>
>>Thanks in Advance.
>>-Nivesh

>
>One solution a bit complicated:
>Uses cmdow from www.commandline.co.uk to do window handling
>and Hotkeycontrol to (re-)assign windows-key in combination with "c"
>http://www.digital-miner.com/hkcontrol.html
>
>Assign this batch to WIN+C in hkcontrol:
>::CloseAll.Cmd:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
>@echo off
>cmdow @ /HID
>For /F %%A in ('cmdow /B /T') do cmdow %%A /CLS
>exit
>
>HTH



Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Reply With Quote
 
Jerold Schulman
Guest
Posts: n/a
 
      15th Jul 2004
On Wed, 14 Jul 2004 19:20:01 -0700, "Nivesh Navale" <(E-Mail Removed)>
wrote:

>Is there a command to close all open programs with one
>shortcut key. I remember someone using this a few years
>back. Just as I can use "Windows+M" to minimise all
>windows, "ALT+F4" to close current active window, I would
>like to close all open windows with a shortcut.
>
>Please help
>
>Thanks in Advance.
>-Nivesh



Useing freeware close.exe from tip 431 in the 'Tips & Tricks' at
http://www.jsiinc.com

close *


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Reply With Quote
 
Matthias Tacke
Guest
Posts: n/a
 
      15th Jul 2004
Jerold Schulman wrote:

>
>Using freeware CLOSE.EXE from tip 431 in the 'Tips & Tricks' at
>http://www.jsiinc.com
>
>close *
>

Thanks for the hint Jerold,
due to it's versatility and only 6k more in size I prefer cmdow.

I'd like to know an easier way to (re-)assign commands to keys in
combination with the windows key, but found only that hkcontrol.

--
Greetings
Matthias________________________________________
For help on nt commands enter in a cmd window:
W2K>HH windows.chm::ntcmds.htm XP>HH ntcmds.chm
 
Reply With Quote
 
Jerold Schulman
Guest
Posts: n/a
 
      15th Jul 2004
On Thu, 15 Jul 2004 15:01:04 +0200, "Matthias Tacke" <(E-Mail Removed)>
wrote:

>Jerold Schulman wrote:
>
>>
>>Using freeware CLOSE.EXE from tip 431 in the 'Tips & Tricks' at
>>http://www.jsiinc.com
>>
>>close *
>>

>Thanks for the hint Jerold,
>due to it's versatility and only 6k more in size I prefer cmdow.
>
>I'd like to know an easier way to (re-)assign commands to keys in
>combination with the windows key, but found only that hkcontrol.



I use an old version of fastkey (http://www.tucows.com/preview/325038.html)
that works on all NT-based platforms.



Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Reply With Quote
 
Matthias Tacke
Guest
Posts: n/a
 
      15th Jul 2004
Jerold Schulman wrote:
Thanks again Jerold,

>I use an old version of fastkey (http://www.tucows.com/preview/325038.html)
>that works on all NT-based platforms.
>

The feature list makes it an alternative to hkcontrol which also runs
on 98,Me - nt isn't mentioned.

But I thought more of a reghack or similar to have the windows-key
available in defining hotkeys when creating links.

--
Greetings
Matthias________________________________________
For help on nt commands enter in a cmd window:
W2K>HH windows.chm::ntcmds.htm XP>HH ntcmds.chm
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Programs won't open until others close =?Utf-8?B?U29tZS5OZXQoR3V5KQ==?= Windows Vista General Discussion 0 24th Sep 2007 09:24 PM
save changes and close open programs =?Utf-8?B?Y2FuZG90aGlz?= Windows XP Performance 1 22nd Jan 2005 03:08 PM
Can not close down open programs- with ctrl,alt& del Frank Windows XP Basics 2 25th Sep 2004 03:57 AM
Close all open programs Joel Windows XP Basics 1 2nd Feb 2004 08:52 PM
close all the open programs except Access. Frank Dulk Microsoft Access Form Coding 2 3rd Nov 2003 11:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:50 PM.