Created
December 26, 2016 04:28
-
-
Save bouassaba/625dbfe775049a904bc44ab3d0e72e0f to your computer and use it in GitHub Desktop.
powershell open popup window
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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