Question
 | |  | | | 
May 16, 2006, 04:36 AM
| | Junior Member | | Join Date: Sep 2005
Posts: 55
| | | 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 | | | | | | |
Answers
 | |  | | |
May 16, 2006, 04:40 AM
|
#2
| | | Computer Expert
Join Date: Jan 2003 Location: LI, NY - USA
Posts: 22,612
Pay to call ScottGem for advice ($.75/min) | 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, 04:43 AM
|
#3
| | Junior Member
Join Date: Sep 2005
Posts: 55
| 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, 04:46 AM
|
#4
| | Administrator
Join Date: Mar 2005 Location: Behind You !!
Posts: 6,062
| 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, 04:49 AM
|
#5
| | Junior Member
Join Date: Sep 2005
Posts: 55
| Thanks
I'll try it. |
| | | | | | |  | |  | | |
May 16, 2006, 05:00 AM
|
#6
| | | Computer Expert
Join Date: Jan 2003 Location: LI, NY - USA
Posts: 22,612
Pay to call ScottGem for advice ($.75/min) | 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, 09:08 AM
|
#7
| | Junior Member
Join Date: Sep 2005
Posts: 55
| 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, 09:15 AM
|
#8
| | | Computer Expert
Join Date: Jan 2003 Location: LI, NY - USA
Posts: 22,612
Pay to call ScottGem for advice ($.75/min) | glad to assist |
| | | | | | |  | |  | | |
May 18, 2006, 02:40 AM
|
#9
| | Junior Member
Join Date: Sep 2005
Posts: 55
| It worked ...
Thanks
Greetings |
| | | | | | |  | |  | | |
May 18, 2006, 02:46 AM
|
#10
| | Administrator
Join Date: Mar 2005 Location: Behind You !!
Posts: 6,062
| No worries anytime we can help  |
| | | | | | | | Question Tools | Search this Question | | | | | Display Modes | Linear Mode | |