Page 1 of 1

Auto it delete with windows 7 ???

Posted: April 8th, 2010, 9:41 pm
by howitser
I recently upgraded to windows 7. Now i cant get my autoit delete to work. When i initiate it the window comes up right to tell me to click on the first item. But then, it wont accept any clicks unless its inside that same text box. Then once it starts running, it does not run in swg, rather it runs on the desktop in the background?

Anyone have a fix for this?

Posted: April 9th, 2010, 12:06 am
by r04r
Run AutoIt as admin, or turn of UAC. First one suggested if you're not an experienced user, google it.

Posted: April 9th, 2010, 2:39 am
by cuervogold
r04r wrote:Run AutoIt as admin, or turn of UAC. First one suggested if you're not an experienced user, google it.

The first one is likely the issue. I put the #RequireAdmin in all my scripts now.