charlestown4 Posted January 9, 2005 Posted January 9, 2005 Is there a way to make a timer so that after x amout of time the user logs off and after they try to get back on they require a password?
SlimShady Posted January 9, 2005 Posted January 9, 2005 (edited) A quick question: Do you want a script that changes the Windows password? Or do you want to: - create a random password - save it to an INI file - when the user logs on, Windows won't continue until the right password is *entered. * A script reads the password and compares it with user input. During execution of the RunOnce/RunOnceEx commands, the script runs. NOTE: The script doesn't exist but I could make it and I could test it in a virtual machine environment. Edited January 9, 2005 by SlimShady
mags Posted January 9, 2005 Posted January 9, 2005 Hello.You may want to check this post: http://www.autoitscript.com/forum/index.php?showtopic=7336Is about an implementation of the Timers concept in AutoIt.
charlestown4 Posted January 13, 2005 Author Posted January 13, 2005 SlimShady : that is exactly what i was looking for...where i set a password to just run the program...but still be able to log on to windows and play offline games... I am looking for a way to control my sons interent usage... maqs: Thanks and I will check that out
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