Active Setup to run script
I have a vbs script that I want to run in active setup. The script executes some exe files amongst other things. Is there a way for that script to run when non admin users log on?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
jags
15 years ago
yes.
write in the vbscript that should read the logged user name with the help of username environment variable and then proceed further if the user is nonadministrator then it should execute the script else quit without moving further. put it in the activesetup and when any user logs in it will execute for the first time
Regards
jags
write in the vbscript that should read the logged user name with the help of username environment variable and then proceed further if the user is nonadministrator then it should execute the script else quit without moving further. put it in the activesetup and when any user logs in it will execute for the first time
Regards
jags
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.