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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top