N
N
Nikita Volkov2020-07-26 16:14:57
cmd/bat
Nikita Volkov, 2020-07-26 16:14:57

How to disable internet using BAT?

How to turn off the Internet using a bat file without entering the network name, that is, I need to:

  • Internet turned off
  • The program has started
  • 2 seconds have passed
  • Internet turned on


PS: In short, it turned out something like this:
netsh interface set interface "ЃҐбЇа®ў®¤­ п бҐвм" disable

cd /Program Files/programm_folder
start programm.exe

timeout 3

netsh interface set interface "ЃҐбЇа®ў®¤­ п бҐвм" enable

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
mikes, 2020-07-26
@mikes

delete default gateway
run program
set default gateway

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question