Hi all,

I'm completely new to the VB world...

The problem I have is that an application must have the "write" permission on a folder under "program files" to run.

Now the users are only standart user so they dont have that permission.
I tried to change permission with XCACLS but because the script is run locally, it does'nt give me rights to change the permissions.

Now I want to use VB script to run the other script as an admin. That way, I will be able to change permission on the folder and run the application.

I need to do this on 400 users. That's why I use GPO and scripts.

Thx a lot,

Pato