TRIK MEMBLOKIR AKSES KE WEBSITE ONLINE REGISTRATION ADOBE
Para pengguna software Adobe semacam Adobe
Phostoshop, Flash Pro, InDesign, Premire, dll pasti sudah memaklumi jika setelah
software diinstall dia akan menawarkan untuk melakukan registrasi secara
on-line. Fitur ini juga akan berjalan secara rutin selama pengguna belum melakukan registrasi
software Adobe.
Untuk menghindari Adobe menjalankan online activation/registration, maka bisa dilakukan trik yaitu memblokir akses ke website aktivasi online Adobe, yaitu dengan menambahkan beberapa baris pada file "hosts" yang berada di lokasi "%windir%\system32\drivers\etc\"
Lebih praktis lagi dengan membuat sebuah file batch, seperti dibawah ini:
Untuk menghindari Adobe menjalankan online activation/registration, maka bisa dilakukan trik yaitu memblokir akses ke website aktivasi online Adobe, yaitu dengan menambahkan beberapa baris pada file "hosts" yang berada di lokasi "%windir%\system32\drivers\etc\"
Lebih praktis lagi dengan membuat sebuah file batch, seperti dibawah ini:
====================
@echo off
attrib -r -s "%systemroot%\system32\drivers\etc\hosts"
echo # >> "%systemroot%\system32\drivers\etc\hosts"
echo # Block Adobe Online Registration website >> "%systemroot%\system32\drivers\etc\hosts"
echo # >> "%systemroot%\system32\drivers\etc\hosts"
echo 127.0.0.1 activate.adobe.com >> "%systemroot%\system32\drivers\etc\hosts"
echo 127.0.0.1 practivate.adobe.com >> "%systemroot%\system32\drivers\etc\hosts"
echo 127.0.0.1 ereg.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 wip3.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-2.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-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 ereg.wip3.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 wwis-dubc1-vip60.adobe.com >> "%systemroot%\system32\drivers\etc\hosts"
echo 127.0.0.1 activate-sjc0.adobe.com >> "%systemroot%\system32\drivers\etc\hosts"
echo # >> "%systemroot%\system32\drivers\etc\hosts"
attrib +r +s "%systemroot%\system32\drivers\etc\hosts"
start /B notepad "%systemroot%\system32\drivers\etc\hosts"
exit
=================
File diatas diketik menggunakan notepad, kemudian disimpan dengan nama misalnya: blockadobe.cmd di folder C:\windows. Lalu ketikkan "blockadobe" dari menu Run Windows.
Komentar
Posting Komentar