Command to "Run As"

Hi, is it possible to create a command that will launch another application but run it in "run as" so that I can specify to run it as another user.

Many thanks in advance

Which version of Windows?

Any other user, or just as an admin?

Hi, apologies, it's Opus 10 x64 on Windows 7 Ultimate x64

On Windows 7, this will prompt you for credentials and run 7z.exe with them:

ContextMenu VERB=runasuser FILE="C:\Program Files\7-Zip\7z.exe"

(You can also shift-right-click an EXE or use runas.exe, as explained here: sevenforums.com/tutorials/41 ... -user.html -- Which is best depends on exactly what you want to do.)

Fantastic help. Many thanks