Block someone’s Internet Connection using Notepad
https://tdeepnet.blogspot.com/
STEPS :
1, open Notepad by going into start menu and search for Notepad
2, Type the command below:
@Echo off
Ipconfig/release
3, Save the file as
anything.bat . Eg: block-internet.bat
~Now whenever you open this file, the internet connection of the computer will be lost.
~What this Command Exactly does
When we run this command, the IP Address of the computer lost and therefore the internet connection is stopped.
🔰Starting Internet Connection🔰
1, Open Notepad
2, Type the command below:
@Echo off
Ipconfig/renew
3, Save this file as
anything.bat . For Eg:
start-internet.bat
~Now whenever you open this file, the internet connection of pc will start again. Because this command will renew the IP Address of the computer.
Follow us on Instagram | Facebook | Twitter

image quote pre code