T
T
twiniii2018-08-01 16:02:04
Computer networks
twiniii, 2018-08-01 16:02:04

Is it possible to remotely change network adapter settings?

The question is simple
How can I change the property of the network adapter remotely??
Specifically, check the box for "Microsoft File and Printer Sharing Service"
5b61b114704f0867606472.jpeg
Just as soon as this service is disabled, the PC is not visible in the network environment, access through the management console immediately disappears, only services can be managed.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
res2001, 2018-08-02
@twiniii

This is not only access to files and printers - this is almost the entire Windows network. Therefore, when you turn off your machine falls out of the networked environment. In this case, the standard Windows tools for remote control will not work the same (wmic, netsh, sc, ...).
Turn on the remote desktop on the machine, go in with the handles and turn the checkbox back on.
Other options: install any other third-party remote access option: ssh, VNC, ...
Windows has a built-in telnet server (you need to enable it additionally from the system components), it works regardless of "Shared Access", you can use it. But telnet is not a secure protocol - all passwords will be in the open on the network, so I do not recommend using it.
In general, having enabled "Sharing" or having remote access (RDP, ssh, VNC, ...) to a remote machine, you can change network settings using netsh.

A
Andrey Ivanov, 2018-08-01
@rus0nix

If you need to uncheck the box, then download the exe file from here , unpack it on your computer, where you need to change the network settings. Next, you need to somehow connect remotely to the cmd of this computer and execute the command nvspbind /d "Ethernet" ms_msclient, where " Ethernet " is the name of the network adapter.

C
Chronic 86, 2018-08-01
@chronic86

Why not. Through wmi objects for example.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question