Use the Net Use command to map or disconnect a drive
Can use the Net use command to Connects a computer to or disconnects a computer from a shared resource. Used without parameters, net use retrieves a list of network connections.
To map a network drive:
Click Start- > Run
In the Open box, type cmd.
Type net use x: \\computer name\share name
Where x: is the drive letter you want to assign to the shared resource.
To disconnect a mapped drive:
Click Start- > Run
In the Open box, type cmd.
Type net use x: /delete
Where x: is the drive letter of the shared resource.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.