hhy

机智的待奋斗小青年 :)

导航

2013年11月20日 #

Windows 下 CMD 命令

摘要: Windows 下 CMD 命令:net use \\ip\ipc$ " " /user:" " 建立IPC空链接 net use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接 net use h: \\ip\c$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H: net use h: \\ip\c$ 登陆后映射对方C:到本地为H: net use \\ip\ipc$ /del 删除IPC链接 net use h: /del 删 阅读全文

posted @ 2013-11-20 10:32 彭号Howie 阅读(703) 评论(0) 推荐(0) 编辑