Windows shell add item to context menu when click on blank part of folder

前端 未结 7 719
北海茫月
北海茫月 2020-12-24 02:22

Sorry if this has been asked before, I\'ve been looking around and it\'s hard to find what I want.

I know how to add a context menu item to a folder like so:

相关标签:
7条回答
  • 2020-12-24 03:01

    None of the above worked for me.

    But this does (tested on Windows 7 Pro x64):

    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\Folder\shell\Open console here\command]
    @="u:\\users\\dave\\data\\bin\\Console2\\Console.exe cmd -r \"/k pushd %L\""
    

    Replace the path with the path to your copy of console.exe (of course).

    0 讨论(0)
提交回复
热议问题