Приложено скрипт BAT файла для блокировки Xilisoft/Imtoo программа.
Пожалуста SAVE xilisoft.bat (Run As Administrator)
Правая кнопочка гризичок
[HIDE=10]@echo off
title Xilisoft/Imtoo HOSTS Unslaver v 1.0 (edited by deep)
setlocal
set hostsdir=%SYSTEMROOT%\system32\drivers\etc
set hostsfile=%hostsdir%\hosts
attrib -s -h -r %hostsfile%
echo Patching HOSTS please wait...
echo ATTENTION: The selected Hosts are BLOCKED!
echo.>>%hostsfile%
echo 127.0.0.1 imtoo.com >>%hostsfile%
echo 127.0.0.1 xilisoft.com >>%hostsfile%
echo 127.0.0.1 mp4converter.net >>%hostsfile%
echo 127.0.0.1 xiliaudio.com >>%hostsfile%
echo 127.0.0.1 xilimobile.com >>%hostsfile%
echo 127.0.0.1 xilipod.com >>%hostsfile%
echo 127.0.0.1 xilivideo.com >>%hostsfile%
if not errorlevel 1 goto end
:end
notepad.exe %hostsfile%
attrib +r %hostsfile%
echo Flushing DNS cache...
ipconfig -flushdns
explorer.exe %hostsdir%
echo.
echo All done! Close the dialog by pressing X on upper right corner
pause[/HIDE]