Home
Paste
Show Key
Listed
Keep Editing
Add-Type -AssemblyName System.Windows.Forms $form = New-Object System.Windows.Forms.Form $form.TopMost = $true $form.BackColor = "#000000" $form.ShowDialog()
Add-Type -AssemblyName System.Windows.Forms $form = New-Object System.Windows.Forms.Form $form.TopMost = $true $form.BackColor = "#000000" $form.ShowDialog()