0

In my internet cafe, is a software which requires administrative rights. But the computers will automatically start on a guest form. But its kinda tiring to turn 50 pc on every morning, open in administrator, turn the software on then switch to the guest user.

But I was thinking, if I give that specific software administrative rights, even tho the guest account is open.

Is it possible to be done? if so, then how can I do that?

berg96
  • 101

1 Answers1

0

You could use the command prompt.(problem with this, it still will ask for a password. I'll find a better way.)

Use runas /noprofile /user:Administrator {PROGRAM NAME} where {PROGRAM NAME} is the name of the program.(see source)

You could then create a script and save it as a file that you run. See here(How To Geek) or here(Make Use Of) for how to convert it into a script, or .bat file.

Now all you need to do is double click on a file.