Skip to content

Instantly share code, notes, and snippets.

@angeloevangelista
Created November 26, 2022 15:17
Show Gist options
  • Select an option

  • Save angeloevangelista/b5304c92e1d40e3b7a94bad1d6efe32d to your computer and use it in GitHub Desktop.

Select an option

Save angeloevangelista/b5304c92e1d40e3b7a94bad1d6efe32d to your computer and use it in GitHub Desktop.
Write-Output "Gonna press Enter for u 😎"
Timeout /T 1800
$wshell = New-Object -ComObject wscript.shell;
$wshell.AppActivate('Title')
Sleep 1
$wshell.SendKeys('~')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment