08-12-2010, 06:02 AM
This file when ran will patch the hosts file, as long as it's not set to read only.
Right now I've set the file up so it could be used to get around adobe's registration service (add these entries to your host, install a trial version of any adobe product then use a fake serial, the entries prevent it being blacklisted), but you can edit it to your own needs.
Right now I've set the file up so it could be used to get around adobe's registration service (add these entries to your host, install a trial version of any adobe product then use a fake serial, the entries prevent it being blacklisted), but you can edit it to your own needs.
Code:
@echo off
echo 127.0.0.1 3dns.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 3dns-1.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 3dns-2.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 3dns-3.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 3dns-4.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 activate.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 activate-sea.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 activate-sea.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 activate-sjc0.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 activate.wip.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 activate.wip1.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 activate.wip2.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 activate.wip3.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 activate.wip4.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 adobe-dns.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 adobe-dns-1.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 adobe-dns-2.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 adobe-dns-3.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 adobe-dns-4.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 crl.verisign.net >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 CRL.VERISIGN.NET >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 ood.opsource.net >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 209-34-83-73.ood.opsource.net >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 practivate.adobe >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 practivate.adobe >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 practivate.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 practivate.adobe.newoa >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 practivate.adobe.ntp >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 practivate.adobe.ipp >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 ereg.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 ereg.wip.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 ereg.wip1.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 ereg.wip2.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 ereg.wip3.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 ereg.wip4.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 wip.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 wip1.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 wip2.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 wip3.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 wip4.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 http://www.wip.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 http://www.wip1.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 http://www.wip2.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 http://www.wip3.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 http://www.wip4.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts
echo 127.0.0.1 wwis-dubc1-vip60.adobe.com >> %SystemRoot%\system32\drivers\etc\hosts