Search




hits.Login
purpleender
41772
Newmarket
Bumder
Jock
Gonna get High till the day I die! Reality is an illusion that occurs due to lack of resin.
PowerShell - Message Box
Microsoft PowerShell - Message Box |
![]() |
There are two message box methods in PowerShell. The first allows you to put additional properites on the message box e.g Heading, Icon etc. The second just displays a standard message box on screen:
|
$WshShell = new-object -comobject wscript.shell Or [System.Windows.Forms.MessageBox]::Show("Hello") |



