This commit is contained in:
2022-05-20 09:54:47 +02:00
commit e3da4320b1
10 changed files with 247 additions and 0 deletions

8
Windows/install.bat Executable file
View File

@@ -0,0 +1,8 @@
@echo off
cd /d %~dp0
if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b)
md C:\SpotifyAddBlock
xcopy /v C:\Windows\System32\drivers\etc\hosts C:\SpotifyAddBlock\hosts_original
type hosts.txt>C:\Windows\System32\drivers\etc\hosts
echo Service installed
pause