To get faster access to a network share or to access a network share that requires username and password type at cmd :
net use \\computername\ipc$ password /user:username
To map a network location type :
net use n: \\computername\sharename password /user:username
To delete a maping :
net use n: /delete
No comments:
Post a Comment