I'm making a script that will list all the run at startup programs on your computer in an array, and then save it to a file, based on Danny35d's script for listing installed programs at http://www.autoitscript.com/forum/index.php?showtopic=18034 This is what I have so far: #include <Array.au3>
#include <File.au3>
#include <WindowsConstants.au3>
Global Const $RunAtStartupRegKey = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run"
Global $MonthName, $DayName