JBLAB Posted July 23, 2019 Posted July 23, 2019 Hello everyone - *first time posting please move post if in wrong cat.* My org has a script running on a workstation that is used as a displayboard/informational screen. The script just runs some apps and does control clicks etc and working fine. However, this script runs on a AL(Auto-logon) machine/no log-in necessary since it is only a display board. The issues is when we do maintenance, we login with out admin account and the script still runs which can be pretty annoying. Is there a way to prevent the script from running for other users? or only run for a specific user (AL account)? Thanks in advance
JBLAB Posted July 23, 2019 Author Posted July 23, 2019 correction* The issues is when we do maintenance, we login with OUR admin account and the script still runs which can be pretty annoying.
Developers Jos Posted July 23, 2019 Developers Posted July 23, 2019 Add an test in the script to exit when the @UserName macro contains the admin account? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Danp2 Posted July 23, 2019 Posted July 23, 2019 Sounds more like a Windows config issue. What mechanism is used to launch the script? Latest Webdriver UDF Release Webdriver Wiki FAQs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now