myGully.com

myGully.com (https://mygully.com/index.php)
-   Windows & Software (https://mygully.com/forumdisplay.php?f=61)
-   -   disable_activation.cmd für adobe acrobat 11.0.5 (https://mygully.com/showthread.php?t=3282114)

jense78 10.04.14 21:09

disable_activation.cmd für adobe acrobat 11.0.5
 
hallo...

ich versuche gerade den adobe acrobat zu installieren,aber ich finde meine disable_activation.cmd nicht .kann mir da vielleicht jemand aus der patsche helfen?

gruß
Jens

Undertaker2011 11.04.14 11:31

Erstelle eine Textdatei und kopiere diesen Inhalt rein!
Code:

SET NEWLINE=^& echo.

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>>%WINDIR%\system32\drivers\etc\hosts

FIND /C /I "lmlicenses.wip4.adobe.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^127.0.0.1                  lmlicenses.wip4.adobe.com>>%WINDIR%\system32\drivers\etc\hosts

FIND /C /I "lm.licenses.adobe.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^127.0.0.1                  lm.licenses.adobe.com>>%WINDIR%\system32\drivers\etc\hosts

Speichere diese Datei und benenne sie um in xyz...was auch immer.cmd


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:55 Uhr.

Powered by vBulletin® (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.