9 lines
317 B
Batchfile
9 lines
317 B
Batchfile
@echo off
|
|
set StagingDir=%TEMP%\SRBW
|
|
set RemoteURL="https://git.mrmeeb.stream/MrMeeb/sure-recover-boot-wiper/raw/branch/main/payload"
|
|
|
|
mkdir %StagingDir%
|
|
|
|
powershell -Command Invoke-WebRequest %RemoteURL%/run.ps1 -OutFile %StagingDir%\run.ps1
|
|
|
|
powershell -ExecutionPolicy bypass -File %StagingDir%\run.ps1 %RemoteURL% |