Jamie1414 Posted April 16, 2006 Posted April 16, 2006 how would i make a program press the windows key to enter that start screen?
Moderators SmOke_N Posted April 16, 2006 Moderators Posted April 16, 2006 how would i make a program press the windows key to enter that start screen?Send('{LWIN}') Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
greenmachine Posted April 16, 2006 Posted April 16, 2006 Wait for it... RTFM Under "Send" or "Send Key List": {LWIN} Left Windows key {RWIN} Right Windows key
Jamie1414 Posted April 16, 2006 Author Posted April 16, 2006 (edited) errr its not opening the start screen =x Edited April 16, 2006 by Jamie1414
Paulie Posted April 16, 2006 Posted April 16, 2006 errr its not opening the start screen =x What start screen are you talking about? Do you mean the login screen? that would involve Send("{LWIN}") Send("L") Send("L")
Moderators SmOke_N Posted April 16, 2006 Moderators Posted April 16, 2006 What start screen are you talking about? Do you mean the login screen? that would involve Send("{LWIN}") Send("L") Send("L")Why not Send('{LWIN}LL')? (BTW... those of you that try this it logs you off... just a friendly warning.) Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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