Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

SET NEWLINE=^& echo.

FIND /C /I "lm.licenses.adobe.com" %WINDIR%\system32\drivers\etc\hosts


IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 lm.licenses.ado
be.com>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "activate.adobe.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 activate.adobe.
com>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "practivate.adobe.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^127.0.0.1 practivate.adobe.com>>%W
INDIR%\system32\drivers\etc\hosts
FIND /C /I "ereg.adobe.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^127.0.0.1 ereg.adobe.com>
>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "wip.adobe.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^127.0.0.1 wip.adobe.com>>%WINDIR%\
system32\drivers\etc\hosts
pause

You might also like