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