Rýchle vypnutie internetu
Napsal: 15 úno 2016 21:35
Čau,
skúšal som toto, ale nefunguje:
http://www.ghacks.net/2012/06/18/turn-t ... on-or-off/
Robím niečo zle?
Díky.
skúšal som toto, ale nefunguje:
Kód: Vybrat vše
@echo off
netsh interface show interface | find "Connected" > nul
if errorlevel 1 goto #
netsh interface set interface "Local Area Connection" disabled
goto end
:#
netsh interface set interface "Local Area Connection" enabled
:end
http://www.ghacks.net/2012/06/18/turn-t ... on-or-off/
Robím niečo zle?
Díky.