BlockTheSpot/BlockTheSpot.bat
Nuzair 71391d8ec3
Updated installation script (#445)
* updated install script

* updated readme

* added uninstall

* no backups
2023-04-01 14:13:42 +05:30

4 lines
No EOL
262 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 /b