Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Turn off/on Internet Windows 10 Via Bat file
- Telegram post: https://t.me/efxtv/2843
- # Save as internet.bat
- @echo off
- :menu
- ECHO.
- echo 1. Turn off Internet
- echo 2. Turn on Internet
- echo 3. Exit
- ECHO.
- set /p choice=PLEASE ENTER 1/2/3 :
- if "%choice%" == "1" (
- ipconfig /release > nul 2>&1
- cls
- goto menu
- ) else if "%choice%" == "2" (
- ipconfig /renew > nul 2>&1
- cls
- goto menu
- ) else if "%choice%" == "3" (
- exit > nul 2>&1
- ) else (
- cls
- echo Try again.
- goto menu
- )
- pause
- ▬▬▬▬▬▬⋆★⋆ ▬▬▬▬▬▬
- One time fee life time access
- 🗺 | DM: @errorfix_tv
- ▬▬▬▬▬▬⋆★⋆ ▬▬▬▬▬▬
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement