BlockTheSpot/BlockTheSpot.bat
2021-12-26 20:46:41 +01:00

4 lines
No EOL
260 B
Batchfile

@echo off
powershell -Command "& {[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/mrpond/BlockTheSpot/master/install.ps1' | Invoke-Expression}"
pause
exit