2 lines
264 B
PowerShell
2 lines
264 B
PowerShell
[System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
|
||
[System.Windows.Forms.MessageBox]::Show("Hello, World.") |