You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
2
+
3
+
4
+
the extension comes as .NET dll, so you'll have to install it using RegAsm.exe:
5
+
* go to C:\Windows\Microsoft.NET\\**Framework**\\(version) on 32-bit
6
+
or to C:\Windows\Microsoft.NET\\**Framework64**\\(version) on 64-bit
0 commit comments