C
Casey Moore
Okay, here is the scenerio: There are several programs (games) that my
children want to run. However they are written so that they need to be
launched with elevated rights. I don't, however, want to grant admin rights
to their accounts so I find myself in either the "find a new game to play"
mode, or "okay let me come provide my login when prompted so you can run your
game logged on as you" mode.
What I'd like to do is set up a way that once I know a specific game is okay
(used loosely), to create a way to automatically provide admin credentials
when needed just for that application.
I found this article:
http://sbs.seandaniel.com/2007/05/how-to-launch-program-always-elevated.html
This sounded very intriguing. I could provide my credentials in the task,
and no-one would have access to the creds and if they tried to change the
task, it would ask for my login again.
Because I wanted to set up the task to run not as me, but from their
accounts I had to use the "whether or not the user is logged in" (differing
from the above article). Problem is, with this setting, it looks like the
task won't run interactively (with the currently active console).
Is there any way to make this work, or some other way to whitelist specific
applications for elevated rights without having to log in every time?
children want to run. However they are written so that they need to be
launched with elevated rights. I don't, however, want to grant admin rights
to their accounts so I find myself in either the "find a new game to play"
mode, or "okay let me come provide my login when prompted so you can run your
game logged on as you" mode.
What I'd like to do is set up a way that once I know a specific game is okay
(used loosely), to create a way to automatically provide admin credentials
when needed just for that application.
I found this article:
http://sbs.seandaniel.com/2007/05/how-to-launch-program-always-elevated.html
This sounded very intriguing. I could provide my credentials in the task,
and no-one would have access to the creds and if they tried to change the
task, it would ask for my login again.
Because I wanted to set up the task to run not as me, but from their
accounts I had to use the "whether or not the user is logged in" (differing
from the above article). Problem is, with this setting, it looks like the
task won't run interactively (with the currently active console).
Is there any way to make this work, or some other way to whitelist specific
applications for elevated rights without having to log in every time?