Sunday 2 September 2018

How To Block Someone’s Internet Connection Using Notepad

How To Block Someone’s Internet Connection Using Notepad

 

In short, we will be creating a batch file using notepad which will execute our command that stops internet connection. The entire tutorial will hardly take two minutes. Not only this, the tutorial also includes how you can start the internet connection after blocking.
Here’s how you can block someone’s internet using a simple notepad file:

1) For blocking the Internet Connection

Right click on the desktop and then select New > Text document and then copy and paste the following command below:
@Echo off
Ipconfig/release
Save the file as anyname.bat. For example: blocktheinternet.bat
Now you can copy and paste the batch file in your Pendrive and can run this batch file on anyone’s computer to block the internet connection.

2) Starting the Internet Connection

Right click on the desktop and then select New > Text document and then copy and paste the following command below:
@Echo off
Ipconfig/renew
save the file as ‘anything.bat’. For example: startinternet.bat
Now whenever you will run this patch file, the internet connection of the PC will start again.

No comments:

Post a Comment

Leave your valuable opinion.

Total Pageviews