Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Networking (https://www.askmehelpdesk.com/forumdisplay.php?f=76)
-   -   Mapping Network drive ? (https://www.askmehelpdesk.com/showthread.php?t=26200)

  • May 16, 2006, 05:36 AM
    Flintstones1962
    Mapping Network drive?
    Hello,
    A user who is not a member of a domain, need to map for him/her a drive on the DC ( file server ), I can map the drive, but the system doesn't ask me to remember or save the password ( he asks for the user name and password of the DC ADMIN ).
    So every time the user starts his/her computer, he/she has to give the ADMIN password to access the mapped drive .

    The user is running Win-XP ( SP2 ), and client for MS-networks protocol is there.
    With some other users it went very well without any problem, and this computer has nothing special or different than the others.

    Any tips...

    Greetings
  • May 16, 2006, 05:40 AM
    ScottGem
    Normally such mappings are done in the login script. However, if the user is not part of the domain there may be no login script for them to run. So you might use an Autoexec.bat file to do the mapping.
  • May 16, 2006, 05:43 AM
    Flintstones1962
    Using a startup batch file will not help, as the system maps the drive, but he doesn't allow the user to access it without the ADMIN password.

    Greetings
  • May 16, 2006, 05:46 AM
    Curlyben
    How about just setting up a custom batch file to run on log on.
    Something like this may be what you are after:
    Code:

    net use m: \\IP_ADDRESS\FOLDER_NAME PASSWORD /user:DOMAIN\USER_ID
  • May 16, 2006, 05:49 AM
    Flintstones1962
    Thanks

    I'll try it.
  • May 16, 2006, 06:00 AM
    ScottGem
    Quote:

    Originally Posted by Curlyben
    How about just setting up a custom batch file to run on log on.
    Something like this may be what you are after:
    Code:

    net use m: \\IP_ADDRESS\FOLDER_NAME PASSWORD /user:DOMAIN\USER_ID

    Couldn't the same be used in autoexec.bat?
  • May 16, 2006, 10:08 AM
    Flintstones1962
    Hello,
    Yes of course it could be used in a Autoexec.bat , accept my apology as I didn't get that what you meant.
    Thanks for your help.

    Greetings
  • May 16, 2006, 10:15 AM
    ScottGem
    Glad to assist
  • May 18, 2006, 03:40 AM
    Flintstones1962
    It worked...

    Thanks

    Greetings
  • May 18, 2006, 03:46 AM
    Curlyben
    No worries anytime we can help ;)

  • All times are GMT -7. The time now is 10:15 PM.