Tuesday, January 24, 2012

Use the Net Use command to map or disconnect a drive


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.

Procedure to clearing the ConfigMgr (SCCM) client local cache (CCM cache) -Resolving Disk space isssue

Essentially the client cache is a temporary download location for software, applications and software updates that are deployed to a clie...