Zitat:
Zitat von nasenspühlung
Anleitung ist Gut, läuft auch ohne Probleme.
|
Man kann keine IPs in Hosts blocken!
Daher unnötiger Ballast drin. Willst du IPs blocken, dann geht das nur per Firewall ausgehende Regel
Das ist somit vollkommen nutzlos
Zitat:
FIND /C /I "66.39.112.91" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 66.39.112.91>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "216.92.151.227" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 216.92.151.227>>%WINDIR%\system32\drivers\etc\host s
FIND /C /I "216.92.61.7" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 216.92.61.7>>%WINDIR%\system32\drivers\etc\hosts
|