Script to sign off a user after a certain amount of time. You can change the amount of time in the script after you clone/download this repo.

PythonCoder8 478865498e Update README.md 4 years ago
src 8a79b49a7f Rename asus-sign-out.bat to logoff.bat 4 years ago
README.md 478865498e Update README.md 4 years ago
icon-warning.ico 18d38d262a Add files via upload 4 years ago

README.md

logoff-script

ONLY WORKS ON WINDOWS

This is a Python 3 script to sign off a user from Windows after a certain amount of time. You can change the amount of time in the script after you clone/download this repo. If you're having trouble trying to make this program run when the user logs in, use the keyboard shortcut "window + r" and type in "shell:startup". Then that will take you to a folder for the user you are currently logged in as, which will have all the files that you want to run when the user logs in to Windows so you will put the vbscript file there then you will place the batchfile, the python file, and the icon file in the directory C:/.

CODE DEVELOPED BY: PythonCoder8