6 lines
312 B
Batchfile
6 lines
312 B
Batchfile
rem netsh interface set interface "Mobile Breitbandverbindung" admin=DISABLED
|
|
netsh interface set interface Drahtlosnetzwerkverbindung admin=DISABLED
|
|
|
|
netsh interface set interface LAN-Verbindung admin=ENABLED
|
|
netsh interface ip set address LAN-Verbindung dhcp
|
|
netsh interface ip set dns LAN-Verbindung dhcp |