Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > CmdHere Power Toy for Vista?

Reply
Thread Tools Display Modes

CmdHere Power Toy for Vista?

 
 
me@privacy.net
Guest
Posts: n/a

 
      09-24-2007
Does the CmdHere Power Toy exist for Viista? This was highly useful
for XP.
 
Reply With Quote
 
 
 
 
MICHAEL
Guest
Posts: n/a

 
      09-24-2007
* :
> Does the CmdHere Power Toy exist for Viista? This was highly useful for XP.


http://www.howtogeek.com/howto/windo...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/2...ompt-here.aspx


-Michael
 
Reply With Quote
 
Tom Dacon
Guest
Posts: n/a

 
      09-24-2007
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

<> wrote in message
news:...
> Does the CmdHere Power Toy exist for Viista? This was highly useful
> for XP.



 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      09-24-2007
"Tom Dacon" <> wrote in message
news:ukFt7Rt$...
> 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.


 
Reply With Quote
 
Val
Guest
Posts: n/a

 
      09-25-2007
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


"MICHAEL" <> wrote in message
news:el6vURt$...
* :
> Does the CmdHere Power Toy exist for Viista? This was highly useful for
> XP.


http://www.howtogeek.com/howto/windo...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/2...ompt-here.aspx


-Michael


 
Reply With Quote
 
MICHAEL
Guest
Posts: n/a

 
      09-25-2007
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\C ommand Prompt]
@="Open Command Prompt Here"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\C ommand 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:
> 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
>
>
> "MICHAEL" <> wrote in message
> news:el6vURt$... * :
>> Does the CmdHere Power Toy exist for Viista? This was highly useful for XP.

>
> http://www.howtogeek.com/howto/windo...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/2...ompt-here.aspx
>
>
>
> -Michael
>
>

 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      09-25-2007
"MICHAEL" <> wrote in message
news:eULOG8x$...
> 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\C ommand Prompt]
> @="Open Command Prompt Here"
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\C ommand 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.


 
Reply With Quote
 
MICHAEL
Guest
Posts: n/a

 
      09-25-2007
* Synapse Syndrome:
> "MICHAEL" <> wrote in message
> news:eULOG8x$...
>> 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\C ommand Prompt]
>> @="Open Command Prompt Here"
>>
>> [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\C ommand 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
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Alter (auto) Power settings when plugged in or on Battery Power? Duneed Windows Vista Performance 1 03-12-2009 06:19 PM
vista power problem rs232 Windows Vista General Discussion 2 12-31-2007 08:58 PM
A.c power and battery power KarlPhy Windows Vista Hardware 4 12-30-2007 06:56 PM
power option - Power button James Windows Vista General Discussion 4 06-07-2006 07:35 PM
Re: power option - Power button James Windows Vista General Discussion 0 06-07-2006 04:59 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59