kidstypike wrote:
> I use Easy context menu, just right click in a folder -
> https://www.sordum.org/7615/easy-context-menu-v1-6/
>
That's the context menu for folders (or the background of folder views
as in your case).
You could do this on your own as well by adding a registry key
Code:
--------------------
HKEY_CLASSES_ROOT\Directory\shell\open cmd as admin here\command
--------------------
and as its default value add for example
Code:
--------------------
powershell.exe -Command Start-Process cmd \"/k cd /d %V\" -Verb RunAs
--------------------
For the background of folders it would be "Directory\Background\shell".
Sorry for getting off topic here.
------------------------------------------------------------------------
reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=110444
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins