I understand the issues around using RunAs within scripts but I must say that it all depends on the users envirouments.

If you feel your data is not that important then use the RunAs, allways knowing that it could be hacked at some point in time.

I do use RunAs when applications are needed to run as Admin, but I tell my managers and everyone knows that this is not a fail safe action. I do as much as possible to keep it secure by changing script to EXE and then rapping it up within KiXcrypt. But I allways know that it could be hacked.

Thanks