Is there a way to add Open here for Powershell and DOS on the right click menu and not have to hold the shift button ?
Yes. Grab the commands from here and add them to your preferred context menu.
(Or uncheck Preferences / Miscellaneous / Shell Extensions / Hide Windows & third-party items on file context menus (Shift overrides))
Thanks for the Information , I new to Opus , how would I grab those commands and then what would be the steps to add to Context Menu , I checked In Preferences and Hide Windows & 3rd party items is not checked
ok was able to get added to Context Menu , to run as non admin and use the path by running application
powershell.exe -noexit -command Set-Location -literalPath '%V'
How do I do the same but run as admin along with passing the path the was right clicked on
Add @admin
on a line by itself at the top.
(Adding @admin:
at the start of the line that runs the command will also work. Difference is what happens if there are multiple lines.)
{filepath$|noterm}
will insert that. If the path contains spaces, quotes will be added automatically. (Unless you add a line with @nofilenamequoting
at the top.)
I did the below and when I right click and select it nothing happens
or
Thanks to everyone that provided feedback, with the last feedback it is now working