commit 8c3f4918b6b3ea537e5cd7c9afc9723820fe1049 Author: amirmoghi3 Date: Mon Jan 11 19:05:05 2021 +0330 Initial Commit diff --git a/cmd.reg b/cmd.reg new file mode 100644 index 0000000..699877d --- /dev/null +++ b/cmd.reg @@ -0,0 +1,22 @@ +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\"" \ No newline at end of file