S
S
Sergey2016-06-02 10:24:14
cmd/bat
Sergey, 2016-06-02 10:24:14

How to map a network drive on a remote computer?

Good afternoon. Help with the question :) There are two computers on the network and Sinologist (network drive):
1. Admin - 192.168.0.1
2. User (there is an admin account on the computer) - 192.168.0.2
3. FS01 (Synology - network drive) - 192.168. 0.10
How can I map a network drive on the User's computer using the command line (or something else)? With all this, on Synology, when connecting a network drive, there is a login / password request (to determine which folder is shared with whom).

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Saboteur, 2016-06-02
@saboteur_kiev

Sergey : cmd writes: conflicting keys
Type:
net use
look at what has already been registered (most likely there was an attempt to connect without specifying a user, and it connected as a guest). Delete via:
net use /delete
reconnect as indicated.
The main thing is that the folder is shared on the target computer.
You can see what is available for connection with the
net view Z command: \\192.168.0.10 /user:User password
Hidden resources are not displayed here, but by default all drives are shared as $C, $D, $E - but they are available only for connecting users with administrator rights. You may need to share the disk with a regular, non-hidden share

H
Heyzi, 2016-06-02
@Heyzi

NET USE Z: \\192.168.0.10 /user:User password /YES /persistent:YES

C
chupasaurus, 2016-06-02
@chupasaurus

net use X:\ \\192.168.0.10\каталог\ пароль /user:домен\логин /savecred /persistent:yes

in Russian - the parameters that you need to drive in.

L
lyeskin, 2015-09-15
@lyeskin

ur'([:;])(\d+\))'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question