Anleitung ist Gut, läuft auch ohne Probleme.
[
Link nur für registrierte Mitglieder sichtbar. Bitte einloggen oder neu registrieren ]
Sollte man aber hinzufügen, das, dass reine Blocken der exe nicht reicht wenn man wieder Online geht.
Daher diese -- bat ausführen
Kopiert euch den Code, und Kopiert es in eine TXT Datei rein und benennt sie um, mit der endung [ .bat ]
und führt sie im Offline aus. ( keine Internet Verbindung )
Inhalt der Datei
Code:
@echo off
set /a _Debug=0
::==========================================
:: Get Administrator Rights
set _Args=%*
if "%~1" NEQ "" (
set _Args=%_Args:"=%
)
fltmc 1>nul 2>nul || (
cd /d "%~dp0"
cmd /u /c echo Set UAC = CreateObject^("Shell.Application"^) : UAC.ShellExecute "cmd.exe", "/k cd ""%~dp0"" && ""%~dpnx0"" ""%_Args%""", "", "runas", 1 > "%temp%\GetAdmin.vbs"
"%temp%\GetAdmin.vbs"
del /f /q "%temp%\GetAdmin.vbs" 1>nul 2>nul
exit
)
::==========================================
@shift /0
CLS
@COLOR b
@echo off
takeown /f "%SystemRoot%\System32\drivers\etc\hosts" /a
icacls "%SystemRoot%\System32\drivers\etc\hosts" /grant administrators:F
attrib -h -r -s "%SystemRoot%\System32\drivers\etc\hosts"
SET NEWLINE=^& echo.
FIND /C /I "www.easeus.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 www.easeus.com>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "activation.easeus.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 activation.easeus.com>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "track.easeus.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 track.easeus.com>>%WINDIR%\system32\drivers\etc\hosts
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\hosts
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
FIND /C /I "update.easeus.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 update.easeus.com>>%WINDIR%\system32\drivers\etc\hosts
@Exit
[
Link nur für registrierte Mitglieder sichtbar. Bitte einloggen oder neu registrieren ]
Download Free Hoster:
[
Link nur für registrierte Mitglieder sichtbar. Bitte einloggen oder neu registrieren ]