Jump to content

Recommended Posts

Posted (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 by Quantumation
  • Developers
Posted (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 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.
  :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...