S
S
Sergey2018-03-25 22:30:15
Computer networks
Sergey, 2018-03-25 22:30:15

Why won't windows 10 connect the drive if the network computer was turned off?

There are 2 computers in the home network: with windows 10 and 7. From the 10th it plays the role of file storage and works 24 hours a day. If the main working computer is turned off from the 7th, then until the 10th Windows is rebooted, the network drive is not connected. The computer responds, but I try to connect to a sphere like \\aaa.bbb.ccc.ddd\d$ - the disk is not found. The batch file with "net use ..." also does not connect the disk until reboot. Rebooted 10-ku, everything works fine. What is this garbage and how to defeat it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yumado, 2018-03-29
@Yumado

Make such a batch file
net use z: /d
net use z: \\aaa.bbb.ccc.ddd\d$
it will work only if the credentials are the same on 7-ke and 10-ke,
but it’s better like this
net use z: /d
net use z: \\aaa.bbb.ccc.ddd\d$ /User:\admin 12345(password)
slash before login required

F
fpir, 2018-03-29
@fpir

I understand that these are all desktop windows and they are in a peer-to-peer network. Oh, stupidly, network discovery is disabled, isn't it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question