Hi everone,
"A friend of mine :p" just used a crack for adobe illustrator CS4, but would like to reverse it. The CMD code is:
FIND /C /I "activate.adobe.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^127.0.0.1 activate.adobe.com>>%WINDIR%\system32\drivers\etc\hosts
I have no experience whatsoever in command prompt programming, could anyone please give advise?
Help is appreciated, thanks!
Reverse command prompt action
Moderator: DosItHelp
Re: Reverse command prompt action
Run notepad %WINDIR%\system32\drivers\etc\hosts
erase string 127.0.0.1 activate.adobe.com and save change
erase string 127.0.0.1 activate.adobe.com and save change
Re: Reverse command prompt action
Peterr
Additional to !k's reply - the default line should be
Regards
aGerman
Additional to !k's reply - the default line should be
Code: Select all
127.0.0.1 localhost
Regards
aGerman