Sunday, June 5, 2011

Quick Launch - Taskbar and start menu properties

Quick Launch - AutoIt Forums: "This is my way of achieving this


Run('Rundll32.exe SHELL32.DLL,Options_RunDLL 1')
WinWait('Taskbar and Start Menu Properties')
ControlCommand('Taskbar and Start Menu Properties','','Button5','Check')
Sleep(2000)
ControlClick('Taskbar and Start Menu Properties','','Button13')
ControlClick('Taskbar and Start Menu Properties','','Button11')


- Sent using Google Toolbar"

No comments: