Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created December 26, 2016 04:28
Show Gist options
  • Save bouassaba/625dbfe775049a904bc44ab3d0e72e0f to your computer and use it in GitHub Desktop.
Save bouassaba/625dbfe775049a904bc44ab3d0e72e0f to your computer and use it in GitHub Desktop.
powershell open popup window
$shell = New-Object -ComObject Wscript.Shell
$shell.Popup("Hello World!", 0, "OK", 0x1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment