winutil icon indicating copy to clipboard operation
winutil copied to clipboard

Add "open command window here" to explorer context menu

Open augmentedagent opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

augmentedagent avatar Feb 26 '23 17:02 augmentedagent

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell\Command prompt here\command]
@="cmd.exe /k pushd %L"

just save this in a reg file and double click it. ;)

ozayturay avatar Mar 22 '23 12:03 ozayturay

Don't want to bloat up the context menu, I'd use shell or just use the new windows terminal. That and I'm a bit of a powershell snob haha.

ChrisTitusTech avatar Jul 21 '23 22:07 ChrisTitusTech