My goal is to make a few context menu commands for all files and folders, but one of them needs to be elevated.
So far this works fine:
Code: Select all
Filter28=*
Filter28_test1=cmd.exe /c something1 "%1"
Filter28_test2=cmd.exe /c something2 "%1"
How to make the command run with elevated rights?
i tried to add * before it, but then it didnt show in the context menu