Skip to content

Shell extension for Windows that adds "Open in Command prompt" menu entry for folders

Notifications You must be signed in to change notification settings

sanik0300/open-in-cmd-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

this windows shell extension adds an "open in Command prompt" entry to the context menu of a folder or desktop background, similar to the existing "open in Terminal" option. also you can choose either to open as admin or current user.

the extension comes as .NET dll, so you'll have to install it using RegAsm.exe:

  • go to C:\Windows\Microsoft.NET\Framework\(version) on 32-bit or to C:\Windows\Microsoft.NET\Framework64\(version) on 64-bit
  • run in cmd:
 regasm OpenWithCmdExt.dll /codebase

or

regasm OpenWithCmdExt.dll /c