danke für den lösungsansatz
Code:
@echo off
echo ..wird bearbeitet..
netsh interface ip set address "LAN1" static 192.168.178.26 255.255.255.0 0.0.0.0 1
netsh interface ip set dns "LAN1" static 127.0.0.1
cls
echo.
echo.
echo.
echo.
echo Internet ist AUS
echo.
echo.
echo.
timeout /T 5 /nobreak >nul