高手请帮忙。net use 使用
我使用net   use   跟服务器链接,net   use   \\192.168.29.2/12345/user:administrator;链接可以成功,可是现在我不想在跟此服务器进行链接了,那么我应该怎样取消次用户对服务器的链接?谢谢 
------解决方案--------------------net use ipipc$  "  " /user: "  " 建立IPC空链接   
 net use ipipc$  "密码 " /user: "用户名 " 建立IPC非空链接   
 net use h: ipc$  "密码 " /user: "用户名 " 直接登陆后映射对方C:到本地为H:   
 net use h: ipc$ 登陆后映射对方C:到本地为H:   
 net use ipipc$ /del 删除IPC链接
------解决方案--------------------net use \\192.168.29.2 /d