BlockTheSpot/BlockTheSpot.bat
2021-07-20 10:24:45 +02:00

4 lines
No EOL
179 B
Batchfile

@echo off
powershell -Command "& {Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/mrpond/BlockTheSpot/master/install.ps1' | Invoke-Expression}"
pause
exit