Quantumation Posted January 22, 2016 Posted January 22, 2016 (edited) Is there a way to make it so that we can create a .au3 file to run when a specific user logs into a windows 8.1 computer? I would like to build my own hotkey collection for repetitive tasks but i'd like to it to run when I logon only as I share my computer. (working on a helpdesk isn't luxurious) I'd like to be able to make this only using Autoit. I know i could run task that runs every time i log in but could autoit do this with no third party assistance? Edited January 22, 2016 by Quantumation
Developers Jos Posted January 22, 2016 Developers Posted January 22, 2016 (edited) Just add the program to the registry User hive. Something like: RegWrite("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RUN", "AutoItInstaller", "REG_SZ", "script to rum") Jos Edited January 22, 2016 by 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.
Quantumation Posted January 22, 2016 Author Posted January 22, 2016 Thank you JOS. That should work like a charm.
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