Just enter:
[void] [System.Reflection.Assembly]::LoadWithPartialName("'System.Windows.Forms")
[System.Windows.Forms.SendKeys]::SendWait("{ENTER}")
See here for all the codes:
http://technet.microsoft.com/en-us/...31008.aspx There are other keystroke automation methods, but they involve loading 3rd party software.