A
A
Alexey Lebedev2015-02-23 11:09:35
Computer networks
Alexey Lebedev, 2015-02-23 11:09:35

How to make a Windows server connect to the network at startup?

When my system starts and tries to connect to the network, the connection status is:
"Connection is limited or not available."
If I click "Disable" - "Enable" - then everything works fine.
What could be causing this problem?
56c7cca020414ab49141e069408e4c50.png28c6357df53448028da98de894b81b63.png1339926f5fff4b39add75c24f7336264.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2015-02-23
@xmoonlight

enter the IP manually. Who is letting DHCP servers go?)

V
Vyacheslav Barsukov, 2015-02-23
@slavabars

Write a batch file 'devcon restart network card' and put it in the scheduler or autoload, which would work at startup.

O
OvLab, 2015-02-23
@OvLab

Another version of the CMD file (without devcon):
@echo off
netsh interface set interface name=Network_ConnectionName admin=DISABLED
netsh interface set interface name=Network_ConnectionName admin=ENABLED

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question