Open command line from context menu

This is the x64 version of Open Command Windows Here from PowerToys for Windows XP

Create .reg file with this script and execute it.

Windows Registry Editor Version 5.00

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

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

Comments

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread