net use映射网盘和本地磁盘 How to Map Network Drives From the Command Prompt in Windows

How to Map Network Drives From the Command Prompt in Windows

查看所有net use

 

查看信息net use r:

Local name        R:
Remote name       \\tower\movies
Resource type     Disk
Status            OK
# Opens           2
# Connections     1
The command completed successfully.

 

net use s: \\tower\movies /user:HTG CrazyFourHorseMen /persistent:Yes

 

 

net use s: /delete

删除

net use * /delete
posted @ 2022-07-13 10:36  ChuckLu  阅读(243)  评论(0)    收藏  举报