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