码迷,mamicode.com
首页 > Web开发 > 详细

NET USE 使用方法

时间:2017-11-20 17:42:28      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:smart   rename   语法   情况   映射   width   cdc   net   两种   

net use 列出本机网络连接  
 net use \\IP\ipc$ "密码" /user:"帐号" 建立与指定IP的IPC$(空连接)  
net use z: \\IP\c$ "密码" /user:"帐号" 将对方的c盘映射为自己的z盘  
net use \\IP\ipc$ /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:)。键入星号 (*) 代替指定的设备名称来指派下一个可用的设备名称。  

\\ComputerName\ShareName  

指定服务器和共享资源的名称。如果 ComputerName 包含空格,请使用引号将整个计算机名引起来,从 \\ 开始到计算机名的末尾(如 "\\Computer Name\Share Name")。计算机名可以有 1 到 15 个字符。如果省略了 \ShareName,便会尝试连接到 ipc$ 共享。  

NET USE 使用方法

标签:smart   rename   语法   情况   映射   width   cdc   net   两种   

原文地址:http://www.cnblogs.com/HK0427/p/7866968.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!