获取所有的网络链接接口: C:\Users\Chris.JENNEY>netsh interface show interface Admin State State Type Interface Name-------------------------------------------------------------------------Disabled Disconnected Dedicated Local Area ConnectionEnabled Connected…
运行如下命令:netsh interface show interface 将显示类似下面的画面:Admin State State Type Interface Name ------------------------------------------------------------------------- Enabled Unreachable Dedicated Local Area Connection 2 Enabled Unreachable Dedicated Local…
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$ /d…