Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Power Lifting Lever Belt
SkullVamp
Updated:
Jun 13, 2026
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Jun 13, 2026
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Jun 11, 2026
Ad icon
Wechat qr verification
Pawan2005
Updated:
Jun 11, 2026
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Jun 10, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
Use "Command Prompt Here" in Windows Vista
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="fazaal24" data-source="post: 386740" data-attributes="member: 9342"><p><strong>Add the Command Prompt to the Windows Explorer Right-Click Menu</strong></p><p></p><p style="margin-left: 20px"><strong><a href="http://www.howtogeek.com/howto/windows/add-the-command-prompt-to-the-windows-explorer-right-click-menu/" target="_blank"></a></strong></p> <p style="margin-left: 20px"><strong><a href="http://www.howtogeek.com/howto/windows/add-the-command-prompt-to-the-windows-explorer-right-click-menu/" target="_blank"></a></strong></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">A hidden functionality in Windows allows you to right click on a directory, and select “Command Prompt Here” from the menu.</p> <p style="margin-left: 20px">Here’s the registry hack to get this working. Make sure you back up your registry just in case. I’ll show you the step-by-step method, but you can skip down to the bottom for the alternate reg file.</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"><strong>Step-By-Step Method:</strong></p> <p style="margin-left: 20px">Type regedit.exe into the Start\Run dialog, and then navigate to the following registry key:</p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px"></p> <p style="margin-left: 20px">HKEY_CLASSES_ROOT\Directory\shell</p> <p style="margin-left: 20px"></p><p>Once you are at that key, right click and choose the New Key option:</p><p> <img src="http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/AddtheCommandPrompttotheWindowsExplorerR_55FC/cmdkey3.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p> Name the key “CommandPrompt” without the quotes and then double-click on the default value. Change the text to “Command Prompt Here” as seen here:</p><p> <img src="http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/AddtheCommandPrompttotheWindowsExplorerR_55FC/cmdprmptnew3.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p> Right click on the new Command key and select New key, as you did before. Name the new key Command as well, and then double-click the default value of that key. Set the text of that key to this:<p style="margin-left: 20px">cmd.exe /k cd %1</p> <p style="margin-left: 20px"></p><p>You can see what it should look like here:</p><p> <img src="http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/AddtheCommandPrompttotheWindowsExplorerR_55FC/cmdkeycmd3.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> Now when you right click on the folder, you should see this dialog:</p><p> <img src="http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/AddtheCommandPrompttotheWindowsExplorerR_55FC/cmdprompthere3.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p> That will open up a prompt like this:</p><p> <img src="http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/AddtheCommandPrompttotheWindowsExplorerR_55FC/cmdkeycmdwin3.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p> </p><p> <strong>Alternate method:</strong></p><p> You can create a text file named anything.reg, and insert this text into it:<p style="margin-left: 20px">Windows Registry Editor Version 5.00</p> <p style="margin-left: 20px">[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt]</p> <p style="margin-left: 20px">@=”Command Prompt:”</p> <p style="margin-left: 20px">[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\Command]</p> <p style="margin-left: 20px">@=”cmd.exe /k cd %1”</p> <p style="margin-left: 20px"></p><p>Double click on that file, and the text will be entered into the registry, and you’ll have the same right click command prompt.</p><p> <strong>Another Alternate Method:</strong></p><p> You can download the powertoy from Microsoft that provides the same functionality:</p><p> <a href="http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp" target="_blank">http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp</a></p></blockquote><p></p>
[QUOTE="fazaal24, post: 386740, member: 9342"] [b]Add the Command Prompt to the Windows Explorer Right-Click Menu[/b] [INDENT][B][URL="http://www.howtogeek.com/howto/windows/add-the-command-prompt-to-the-windows-explorer-right-click-menu/"] [/URL][/B] A hidden functionality in Windows allows you to right click on a directory, and select “Command Prompt Here” from the menu. Here’s the registry hack to get this working. Make sure you back up your registry just in case. I’ll show you the step-by-step method, but you can skip down to the bottom for the alternate reg file. [B]Step-By-Step Method:[/B] Type regedit.exe into the Start\Run dialog, and then navigate to the following registry key: HKEY_CLASSES_ROOT\Directory\shell [/INDENT]Once you are at that key, right click and choose the New Key option: [IMG]http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/AddtheCommandPrompttotheWindowsExplorerR_55FC/cmdkey3.png[/IMG] Name the key “CommandPrompt” without the quotes and then double-click on the default value. Change the text to “Command Prompt Here” as seen here: [IMG]http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/AddtheCommandPrompttotheWindowsExplorerR_55FC/cmdprmptnew3.png[/IMG] Right click on the new Command key and select New key, as you did before. Name the new key Command as well, and then double-click the default value of that key. Set the text of that key to this:[INDENT]cmd.exe /k cd %1 [/INDENT]You can see what it should look like here: [IMG]http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/AddtheCommandPrompttotheWindowsExplorerR_55FC/cmdkeycmd3.png[/IMG] Now when you right click on the folder, you should see this dialog: [IMG]http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/AddtheCommandPrompttotheWindowsExplorerR_55FC/cmdprompthere3.png[/IMG] That will open up a prompt like this: [IMG]http://www.howtogeek.com/wp-content/uploads/2006/11/WindowsLiveWriter/AddtheCommandPrompttotheWindowsExplorerR_55FC/cmdkeycmdwin3.png[/IMG] [B]Alternate method:[/B] You can create a text file named anything.reg, and insert this text into it:[INDENT]Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt] @=”Command Prompt:” [HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\Command] @=”cmd.exe /k cd %1” [/INDENT]Double click on that file, and the text will be entered into the registry, and you’ll have the same right click command prompt. [B]Another Alternate Method:[/B] You can download the powertoy from Microsoft that provides the same functionality: [URL="http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp"]http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp[/URL] [/QUOTE]
Insert quotes…
Verification
Payakata winadi keeyak tibeda?
Post reply
Top
Bottom