We can use the net use command to map or disconnect a network drive in Windows.
To map a network drive.
1.Click Start, and then click Run.
2.In the Open box, type cmd.
3.Type net use y: \\computer name or IP address\shared folder name, where y: is the drive letter you want to assign to the shared resource.
Ex: net use y:\\192.168.x.x\\abc
net use y:\\server-002\\abc
To disconnect a mapped drive:
1.Click Start, and then click Run.
2.In the Open box, type cmd.
3.Type net use y: /delete, where y: is the drive letter of the shared resource.
No comments:
Post a Comment