Networking drives

  • Thread starter Thread starter Guest
  • Start date Start date
Go to any Windows Explorer window and then Tools > Map Network Drive...
Select a drive letter and enter a path to the network share, then uncheck
Reconnect at logon unless you want it to map automatically each time you
login. You may be prompted for a username and password if the currently
logged in user doesn't have the right privileges to map that share.

The other option is to use the Start > Run dialog of the command prompt and
type in the following:

NET USE X: \\SERVER-NAME\SHARE_NAME$ /PERSISTENT:NO

Change the "/PERSISTENT:NO" to "/PERSISTENT:YES" if you want the drive to
remap at logon.
 
bishop0859 said:
Can someone plz tell me two different ways to map a network drive?


I can only think of one reason why you would want *two* ways to do it. It's
a homework question, right?

Do your own homework.
 
Back
Top