How did you manage to start your scripts properly by scheduler? Whenever i start it (in scheduler) it just sits in the taskmanager and doesn't work. There's also no systray icon. What's the trick? Can you give some details? That would really help a lot.
I'm using the gui version of the win7 scheduler. My script is just a simple one:
Code:
MButton::WinClose A
It closes the active window with 3rd mouse button but it doesn't work on high privileged windows so i want to try the scheduler method as well.
Edit: I have to check 'only start if user is logged on'. Now it starts properly but there are still immune windows i can't close. Currently i'm testing it with
'firewall control'. Any ideas?