Hello Guys, I have made a little app that sets the settings I want when I launch it but I need it to check to see if the check box is checked and if not to make sure it is. I have made this up to this point but the checking is something I found difficult. Apparently this value can be found out with Winspy tool but not having alot of luck with it....anyhelp? #Include<File.au3> Opt("WinTitleMatchMode") While 1 MouseSpeed() Sleep(1000) WEnd ;=======================================F