Home
Paste
PS1 black blank window
(listed)
11.02.2026 18:37:10
(6 lines)
[Edit]
[Raw]
[MD]
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()
Add-Type -AssemblyName System.Windows.Forms $form = New-Object System.Windows.Forms.Form $form.TopMost = $true $form.BackColor = "#000000" $form.ShowDialog()