概述
net use 列出本机网络连接
net use \IPipc$ "密码" /user:"帐号" 建立与指定IP的IPC$(空连接)
net use z: \IPc$ "密码" /user:"帐号" 将对方的c盘映射为自己的z盘
net use \IPipc$ /del 删除与指定IP的IPC$连接
net use z: /del 删除本机映射的z盘
net use * /del 删除本机所有映射和IPC$连接
如提示:提供的凭据与已存在的凭据冲突, net use * /del 即可
Net use
将计算机连接到某个共享资源或与其断开连接,或者显示有关计算机连接的信息。该命令还控制永久性网络连接。在没有参数的情况下使用,net use 可以检索网络连接列表。
语法
net use [{DeviceName | *}] [{\ComputerName[ShareName[Volume]]] |[ [url]http://ComputerName/ShareName[/url][/Folder]}] [{Password | *}]] [/userscreen.width-300)this.width=screen.width-300'>DomainName]UserName] [/userscreen.width-300)this.width=screen.width-300'>DottedDomainName]UserName] [/userscreen.width-300)this.width=screen.width-300'>UserName@DottedDomainName] [/savecred] [/smartcard] [{/delete | /persistent:{yes | no}}]
net use [DeviceName [/home[{Password | *}] [/delete:{yes | no}]]
net use [/persistent:{yes | no}]
参数
DeviceName
指派名称以连接到资源,或指定要断开连接的设备。有两种类型的设备名称:磁盘驱动器(即 D: 到 Z:)和打印机(即 LPT1: 到 LPT3:)。键入星号 (*) 代替指定的设备名称来指派下一个可用的设备名称。
\ComputerNameShareName
指定服务器和共享资源的名称。如果 ComputerName 包含空格,请使用引号将整个计算机名引起来,从 \ 开始到计算机名的末尾(如 "\Computer NameShare Name")。计算机名可以有 1 到 15 个字符。如果省略了 ShareName,便会尝试连接到 ipc$ 共享。
net use \IPipc$ "密码" /user:"帐号" 建立与指定IP的IPC$(空连接)
net use z: \IPc$ "密码" /user:"帐号" 将对方的c盘映射为自己的z盘
net use \IPipc$ /del 删除与指定IP的IPC$连接
net use z: /del 删除本机映射的z盘
net use * /del 删除本机所有映射和IPC$连接
如提示:提供的凭据与已存在的凭据冲突, net use * /del 即可
Net use
将计算机连接到某个共享资源或与其断开连接,或者显示有关计算机连接的信息。该命令还控制永久性网络连接。在没有参数的情况下使用,net use 可以检索网络连接列表。
语法
net use [{DeviceName | *}] [{\ComputerName[ShareName[Volume]]] |[ [url]http://ComputerName/ShareName[/url][/Folder]}] [{Password | *}]] [/userscreen.width-300)this.width=screen.width-300'>DomainName]UserName] [/userscreen.width-300)this.width=screen.width-300'>DottedDomainName]UserName] [/userscreen.width-300)this.width=screen.width-300'>UserName@DottedDomainName] [/savecred] [/smartcard] [{/delete | /persistent:{yes | no}}]
net use [DeviceName [/home[{Password | *}] [/delete:{yes | no}]]
net use [/persistent:{yes | no}]
参数
DeviceName
指派名称以连接到资源,或指定要断开连接的设备。有两种类型的设备名称:磁盘驱动器(即 D: 到 Z:)和打印机(即 LPT1: 到 LPT3:)。键入星号 (*) 代替指定的设备名称来指派下一个可用的设备名称。
\ComputerNameShareName
指定服务器和共享资源的名称。如果 ComputerName 包含空格,请使用引号将整个计算机名引起来,从 \ 开始到计算机名的末尾(如 "\Computer NameShare Name")。计算机名可以有 1 到 15 个字符。如果省略了 ShareName,便会尝试连接到 ipc$ 共享。
Volume 指定服务器上的 NetWare 卷。必须安装并运行“NetWare 客户端服务”以连接到 NetWare 服务器。 [url]http://ComputerName/ShareName[/url][/Volume] 指定 WebDAV 服务器和共享资源的名称。如果 ComputerName 包含空格,请使用引号将整个计算机名引起,即从 http 前缀 (http://) 到计算机名的末尾。 Password 指定访问共享资源所需的密码。键入星号 (*) 将给出密码的提示。在密码提示符下键入密码时不显示密码。 /user 指定用其建立连接的其他用户名。该参数不可与 /savecred 配合使用。 DomainName 指定其他的域。如果忽略 DomainName,则 net use 将使用当前登录到的域。 UserName 指定登录时使用的用户名。 DottedDomainName 为用户帐户所在的域指定完全合格的域名。 |
|
|
转载于:https://blog.51cto.com/bluepig/108636
最后
以上就是个性向日葵为你收集整理的NET USE 命令用法的全部内容,希望文章能够帮你解决NET USE 命令用法所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复