Enabling LAN through cmd

  • Thread starter Thread starter xor
  • Start date Start date
X

xor

Hi ,

Is it possible to enable LAN connection like through GUI
right click and enable through the command prompt? are any
smart tools or cmd's around

xor
 
xor said:
Hi ,

Is it possible to enable LAN connection like through GUI
right click and enable through the command prompt? are any
smart tools or cmd's around

xor

netsh.exe might have an option to enable/disable an adapter.
If it does not then you can use it to set an invalid IP address:

netsh interface ip set address "Local Area Connection" static 125.187.7.56
255.255.255.254
 
Back
Top