
{CTRL}{ALT}{DEL} w/ SendKeys ???
{CTRL}{ALT}{DEL} w/ SendKeys ???Did you guys try ^ ( % ( {DEL} ) ) ? (The spaces are for clarity) I don't know if it will work but it does make the most sense...
Jason
oops...
shell.sendkeys "^%({DEL})"
still doesn't work...
--
Michael Harris
Don't think you can, since it's a "special" key combination...
If it worked it would be:
shell.sendkeys "^%+"
I've tried to do the same thing to automated locking an NT workstation without success.
--
Michael Harris
Does any one know how to send the {CTRL}{ALT}{DEL} key sequence with SendKeys? I can't seem to get all three to work at the same time...
Thanks,
Aaron