"Open Command Prompt Here"?

S

Scott

Does anyone know of a registry hack to get this on a context menu?

TweakUI has always had that in the past, but since there's (not yet) a
TweakUI for Vista, I was wondering how to achieve this manually.

Speaking of TweakUI. it's too bad MS didn't include these features by
default in Vista (or at least give you the option of using them via an
"advanced options" .cpl or some such thing). I've been griping about
that with every Windows version.
 
R

Richard Urban

Go to Taskbar | Properties | Start Menu | Customize. Place a check in the
appropriate box.

--


Regards,

Richard Urban
Microsoft MVP Windows Shell/User
(For email, remove the obvious from my address)

Quote from George Ankner:
If you knew as much as you think you know,
You would realize that you don't know what you thought you knew!
 
M

Martin

Roll your own *.reg file:



Windows Registry Editor Version 5.00

; add command prompt to right click context menu
[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here]

[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here\command]
@="cmd.exe /k pushd %L"




Marty
 
S

Scott

Richard Urban spake thusly on 12/16/2006 8:44 AM:
Go to Taskbar | Properties | Start Menu | Customize. Place a check in
the appropriate box.

Um... no. But thanks for playing! ;-)
 
S

Scott

Martin spake thusly on 12/16/2006 8:57 AM:
Roll your own *.reg file:



Windows Registry Editor Version 5.00

; add command prompt to right click context menu
[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here]

[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here\command]
@="cmd.exe /k pushd %L"

PERFECT! Thanks. :)
 
M

Marty

You're welcome. :)

Marty


Scott said:
Martin spake thusly on 12/16/2006 8:57 AM:
Roll your own *.reg file:



Windows Registry Editor Version 5.00

; add command prompt to right click context menu
[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here]

[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here\command]
@="cmd.exe /k pushd %L"

PERFECT! Thanks. :)



--
Scott http://angrykeyboartder.com

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
 
R

Richard Urban

Oops. Sorry. You are right. I was thinking about the run command.


--


Regards,

Richard Urban
Microsoft MVP Windows Shell/User
(For email, remove the obvious from my address)

Quote from George Ankner:
If you knew as much as you think you know,
You would realize that you don't know what you thought you knew!
 
T

Toby Broom

It was something that we picked up on the beta, I suppose this is as close
as you get to an Easter egg.
 
J

John Barnes

But most people interested in a thread have ALREADY read thru the thread and
having the new info at the top saves hunting time.


Scott said:
Martin spake thusly on 12/16/2006 8:57 AM:
Roll your own *.reg file:



Windows Registry Editor Version 5.00

; add command prompt to right click context menu
[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here]

[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here\command]
@="cmd.exe /k pushd %L"

PERFECT! Thanks. :)



--
Scott http://angrykeyboartder.com

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
 
D

Dale

Thanks for the correction! The missing run command was one of my minor
peeves with Vista. Now I have it.

Dale
 
R

Richard Urban

<grin> Glad I helped someone. (-:

--


Regards,

Richard Urban
Microsoft MVP Windows Shell/User
(For email, remove the obvious from my address)

Quote from George Ankner:
If you knew as much as you think you know,
You would realize that you don't know what you thought you knew!
 
S

Scott

Dale spake thusly on 12/16/2006 3:21 PM:
Thanks for the correction! The missing run command [entry on the start menu] was one of my minor
peeves with Vista. Now I have it.

I never used it in prior versions of Windows. I always used Win+R. That
works in Vista as well.
 
S

Scott

Opinicus spake thusly on 12/16/2006 10:26 AM:
Will there be one, I wonder (hopefully)?

I'd be very surprised if there weren't. There's been one for every
version of Windows since 95.

What I wish is that Microsoft would just have included these functions
in Windows in the first place, including Vista. There are a number of
TweakUI functions in the WinXP version that would be most helpful if
they were a part of Vista. Granted some might be "advanced" so then
just make the access to them advanced in some fashion.
 
R

Ramesh, MS-MVP

Hi Scott,

It's registered as an "extended" verb by default, but you can configure it to show always.

How to add "Open Command Window Here" context menu option on file system folders in Windows Vista:
http://www.winhelponline.com/articles/109/1/

More details on the term "extended verb" is available at MSDN documentation.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Scott said:
hold down Shift when Right clicking on a folder.

That's a start. :)

Thanks.

BTW, where did you learn this?
 
J

Jon Davis

Agreed. (Sadly, you and I of this opinion are far too rare.) Unfortunately,
this is a debate that has zero relevance to the thread.

Jon

John Barnes said:
But most people interested in a thread have ALREADY read thru the thread
and having the new info at the top saves hunting time.


Scott said:
Martin spake thusly on 12/16/2006 8:57 AM:
Roll your own *.reg file:



Windows Registry Editor Version 5.00

; add command prompt to right click context menu
[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here]

[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here\command]
@="cmd.exe /k pushd %L"

PERFECT! Thanks. :)



--
Scott http://angrykeyboartder.com

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
 
M

marco

Well I install my old doshere.inf file that I used to use in Windows 95
powertoys and it works a treat!
 

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

Top