Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackees/win-open-cmd-here-reg
Open Command Here For Windows
https://github.com/zackees/win-open-cmd-here-reg
Last synced: about 1 month ago
JSON representation
Open Command Here For Windows
- Host: GitHub
- URL: https://github.com/zackees/win-open-cmd-here-reg
- Owner: zackees
- License: apache-2.0
- Created: 2024-02-10T04:50:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T04:51:42.000Z (11 months ago)
- Last Synced: 2024-02-10T05:28:02.477Z (11 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*open_cmd_here.reg*
```
Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt]
@="@shell32.dll,-8506"
"NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\Directory\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt]
@="@shell32.dll,-8506"
"NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt]
@="@shell32.dll,-8506"
"NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\Drive\shell\cmdprompt\command]
@="cmd.exe /s /k pushd \"%V\""
```