powershell [Reflection.Assembly]::LoadWithPartialName("""System.Windows.Forms""");[Windows.Forms.MessageBox]::show("""Hello World""", """My PopUp Message Box"""
powershell (New-Object -ComObject Wscript.Shell).Popup("""Operation Completed""",0,"""Done""",0x0)
https://msdn.microsoft.com/en-us/library/x83z1d9f(v=vs.84).aspx
- Stop 0x10 Stop
- Question Mark 0x20 Question Mark
- Exclamation Mark 0x30 Exclamation Mark
- Information Mark 0x40 Information Mark
Discussion