Files
SpotifyAddBlock/Windows/uninstall.bat
2022-05-20 09:54:47 +02:00

6 lines
213 B
Batchfile
Executable File

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