Skip to content

Instantly share code, notes, and snippets.

@bigsby-exe
Created July 5, 2019 00:07
Show Gist options
  • Save bigsby-exe/0590e97b88dcf7f96b287f81d3089d81 to your computer and use it in GitHub Desktop.
Save bigsby-exe/0590e97b88dcf7f96b287f81d3089d81 to your computer and use it in GitHub Desktop.
Alt + Tab in PoSH
[void][System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms')
[System.Windows.Forms.SendKeys]::SendWait("%{TAB}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment