It is currently May 7th, 2024, 2:27 am

RunAs

Get help with creating, editing & fixing problems with skins
ReBeL25
Posts: 2
Joined: June 28th, 2011, 8:59 am

RunAs

Post by ReBeL25 »

Hi,

Is there a way to do a runas "user" from a skin. I would like to be able to drag an Icon to a skin and then have it run a different user of my choice.

thnx in advance
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: RunAs

Post by Kaelri »

You can run a program as another user as such:

Code: Select all

!Execute ["runas /user:ReBeL25 notepad.exe"]
Rainmeter does not, however, support drag-and-drop actions at this time.