Hi all,

I am currently writing a VBS file that will unregister a dll at logon
for students but in order for this to be done the user needs to have
administrative rights which we obviously don't want to give students.

Is there a way I can make the script run as an administrator group
policy or if there is a way I can add something to the script to make
it run with administrative rights.

Any help in this matter would be highly appreciated.

Thank you

Re: Run VBS with Administrative Rights by mse

mse
Thu Nov 29 04:22:29 PST 2007

Hi,

of security reasons, the only possibility is to the runasspc.exe Tool.
http://www.robotronic.de/runasspc.html

Manfred

<christopher_board@yahoo.co.uk> schrieb im Newsbeitrag
news:a7ce1a9f-f087-47e8-9786-72c6ceb4dc2d@a35g2000prf.googlegroups.com...
> Hi all,
>
> I am currently writing a VBS file that will unregister a dll at logon
> for students but in order for this to be done the user needs to have
> administrative rights which we obviously don't want to give students.
>
> Is there a way I can make the script run as an administrator group
> policy or if there is a way I can add something to the script to make
> it run with administrative rights.
>
> Any help in this matter would be highly appreciated.
>
> Thank you