resnsa.blogg.se

Hosts file entries to block adobe activation
Hosts file entries to block adobe activation




hosts file entries to block adobe activation

IF %ERRORLEVEL% NEQ 1 echo 127.0.0.>%WINDIR%\system32\drivers\etc\hosts IF %ERRORLEVEL% NEQ 0 echo 127.0.0.>%WINDIR%\system32\drivers\etc\hosts Set h="%SystemRoot%\system32\drivers\etc\hosts"įor %%s in ( do find /c /i "%%s" %h%>nul||(echo.Adding "%%s" to hosts file&echo.127.0.0.1 %%s>%h%||echo.Access denied when adding %%s!)įor /l %%n in (30,1,125) do find /c /i "wwis-dubc1-vip%%n." %h%>nul||(echo.Adding "wwis-dubc1-vip%%n." to hosts file&echo.127.0.0.1 wwis-dubc1-vip%%n.>%h%||echo.Access denied when adding %%n!)Įcho.Press any key to open the hosts file in notepad and close this window.&pause>nulįIND /C /I "" %WINDIR%\system32\drivers\etc\hosts :: particular batch file was made for Acrobat if that makes any off :: are inadequate and badly written, so this is my attempt to fix it. :: I couldn't help but notice that many of these Adobe activation blockers Code: :: Adobe Online Activation Blocker v0.1 by anemeros






Hosts file entries to block adobe activation