edingc / autoit-scripts

A collection of AutoIT scripts I've found to be useful.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoIT Scripts

A collection of AutoIT scripts I've written and found useful in system administration tasks.

What's included?

lock-screen/lock-screen.au3

A one-line script that locks the Windows screen. Once compiled as an .exe, this is useful to place in a user's Startup folder to immediately lock the screen after logon. Combine with SysInternals Autologon for situations that require a console session.

move-mouse/move-mouse.au3

A short while loop that moves the mouse slightly every 60 seconds.

chrome-kiosk/launch-chrome.au3

Part of a Google Chrome kiosk setup that keeps a Google Chrome window open at all times.

chrome-kiosk/launch-screensaver.au3

Part of a Google Chrome kiosk setup that resets Chrome when the screensaver is launched.

gui-automation/gui-automation.au3

A non-functional example script demonstrating several AutoIT GUI functions.

License

My work can be used freely. If you've found anything to be of use, please let me know about it!

About

A collection of AutoIT scripts I've found to be useful.


Languages

Language:AutoIt 100.0%