Wednesday 29 March 2017

Windows net use

Windows net use

How does one disconnect from a network share in Windows 7?
Accessing a Windows share with a different username

**net use**

Delete all sessions  net use * /del

Delete only one session net use \\servername\share /del

Show actual sessions net use

Accessing a Windows share with a different username:  net use : \\\ /USER:\ /PERSISTENT:YES

From users standpoint, it's easier to Map Network Drive from My Computer. Then it only takes right click and Disconnect.

No comments:

Post a Comment