posts | comments
27Sep

use win share in cmd

No comments

Login share
syntax: net use \\IP or NETBIOS\share “password” /user:”name”
exp: net use \\192.168.0.250\ipc$ “123″ /user:”yan”

Mirror share
syntax: net use devicename: \\IP or NETBIOS\share “password” /user:”name”
exp: net use z: \\server\hdd “123″ /user:”yan”

Delete share links
syntax: net use \\IP or NETBIOS\share /del
or net use * /del
exp: net use \\192.168.0.253\ipc$ /del

Categories: Network, Note, Windows

Thursday, September 27th, 2007 at 9:09 am and is filed under Network, Note, Windows. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply