Disable Google



You can disable Google by this simple process in any pc.All you have to do is copy-paste the below codes into CMD.

Steps:
1. Open CMD
2. Paste the below code:

@echo off
::--------Block Google-------::
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 google.com >> "Hosts"
echo 127.0.0.1 http://www.google.com >> "Hosts"
::---------------------------::
Note: Do this at your own risk.I don't take any responsibility for the outcome.

Comments

Popular Posts