Jim M Posted December 12, 2006 Posted December 12, 2006 I made this script to turn on the quick launch. It goes in the startup folder. It doesn't give any errors, the quick launch is turned on but the script isn't deleted. So each time I start the computer the quicklaunch get toggled on or off. #include <Process.au3> Dim $sleep $sleep = 250 WinWait("","Running Applications");wait for start button Send("{LWIN}") sleep($sleep) Send("{TAB}") sleep($sleep) Send("!{ENTER}") sleep($sleep) ControlClick("", "", 1107) sleep($sleep) ControlClick("", "", 12321) sleep($sleep) ControlClick("", "", 1) _RunDOS("del @ScriptFullPath") Exit
BigDod Posted December 12, 2006 Posted December 12, 2006 Look at question 12 Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Jim M Posted December 12, 2006 Author Posted December 12, 2006 Look at question 12Thank you, Ive marked that page for future reference.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now