CmdHere Power Toy for Vista?

  • Thread starter Thread starter me
  • Start date Start date
* (e-mail address removed):
Does the CmdHere Power Toy exist for Viista? This was highly useful for XP.

http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/
A very popular registry hack for Windows XP was the "Command Prompt Here" hack, that would
automatically open a command prompt window in the directory that you had clicked on.

Windows Vista includes this ability right out of the box, it's just not immediately obvious,
because it's hidden behind a shortcut key.

To activate this, just hold down the Shift key when you right-click on a folder, and you should
see the Open Command Window Here menu item


http://blogs.msdn.com/tims/archive/2006/09/18/windows-vista-secret-1-open-command-prompt-here.aspx


-Michael
 
The old one from earlier OS's such as XP works just fine in Vista. Under the
hood, Vista is Windows Server 2003 SP1, so most of its use of the registry
is the same as that OS. So it happens that for CmdHere, what worked for XP
worked also in Windows Server 2003, and then worked as well in Vista.

Tom Dacon
Dacon Software Consulting
 
Tom Dacon said:
The old one from earlier OS's such as XP works just fine in Vista. Under
the hood, Vista is Windows Server 2003 SP1, so most of its use of the
registry is the same as that OS. So it happens that for CmdHere, what
worked for XP worked also in Windows Server 2003, and then worked as well
in Vista.


While that is true in general, in this case there is no point in adding that
context menu entry, as it already there when you press SHIFT.

ss.
 
Note that what Michael says opens the command window in the pointed-to
folder.

To open a command window, at the current folder, shift+right click in an
open area of the currently opened folder.

Val


* (e-mail address removed):
Does the CmdHere Power Toy exist for Viista? This was highly useful for
XP.

http://www.howtogeek.com/howto/windows-vista/use-command-prompt-here-in-windows-vista/
A very popular registry hack for Windows XP was the "Command Prompt Here"
hack, that would
automatically open a command prompt window in the directory that you had
clicked on.

Windows Vista includes this ability right out of the box, it's just not
immediately obvious,
because it's hidden behind a shortcut key.

To activate this, just hold down the Shift key when you right-click on a
folder, and you should
see the Open Command Window Here menu item


http://blogs.msdn.com/tims/archive/2006/09/18/windows-vista-secret-1-open-command-prompt-here.aspx


-Michael
 
This may also be of use;

Just like every other version of Windows, you can edit the registry to add the Open Command
Prompt Here to the right-mouse click menu. Copy and paste the following text into Notepad, save
it a a .reg file, then simply double-click the .reg file and import it into the registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt]
@="Open Command Prompt Here"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt\command]
@="Cmd.exe /k pushd %L"


More info here;
http://www.winhelponline.com/articles/113/1/

Extended info here;
http://www.randyrants.com/2007/02/vista_tip_eleva.html


-Michael

* Val:
 
MICHAEL said:
This may also be of use;

Just like every other version of Windows, you can edit the registry to add
the Open Command
Prompt Here to the right-mouse click menu. Copy and paste the following
text into Notepad, save
it a a .reg file, then simply double-click the .reg file and import it
into the registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt]
@="Open Command Prompt Here"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt\command]
@="Cmd.exe /k pushd %L"


But why? What is the point of this? It only makes your context menus
longer, and saves you the bother of pressing SHIFT. But who is *that* lazy?

ss.
 
* Synapse Syndrome:
MICHAEL said:
This may also be of use;

Just like every other version of Windows, you can edit the registry to add
the Open Command
Prompt Here to the right-mouse click menu. Copy and paste the following
text into Notepad, save
it a a .reg file, then simply double-click the .reg file and import it
into the registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt]
@="Open Command Prompt Here"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt\command]
@="Cmd.exe /k pushd %L"


But why? What is the point of this? It only makes your context menus
longer, and saves you the bother of pressing SHIFT. But who is *that* lazy?

ss.

I tend to agree, but there are many folks that love their mouse and have
no patience with learning shortcut keys.... even very simple ones.
For most users, it is a point and click world. ;-)


-Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Picture Resizer Power Toy 2
XP Power Toys & Vista 12
Power Toys.... 16
MS Image resizer for Vista? 6
Power tools/toys? 11
Tweak UI Power toys in Vista 22
Power Toys 21
Start Menu help required 8

Back
Top