Mapped Network drives !!

Associate
Joined
19 Jul 2006
Posts
258
Location
Gibraltar
Hey peeps,

Well im peeved lol
I've got several mapped drives on a Windows XP Home computer.

After a system restart, the drives are disconnected and I'm asked to enter the domain credentials again.

It's a small annoyance but there must be a way to stop it doing this?

Perhaps a third party program or registry edit to stop it disconnecting?

Any advice appreciated
 
Do you really have a domain ?
Is it just asking for a username and password from the PC doing sharing?
 
yes were on a domain.

This setup is for a mobile user that brings his laptop to the office regularly.
However seeing as how its Home edition i cant join it to the domain, I can only create mapped network drives.
 
The laptop will be trying to access the share using its logged on Username and Password.
You need to access the share using a Username and Password that exists on the server and has permissions to access the files/shares. When creating the mapped drive, look for the option called "Connect as a different user". Supply it with the correct credentials.
 
yea thats what I do.
And it connects fine, but only until I restart the computer, after which i need to supply the credentials again.

For some reason I dont have the option to remember password, maybe because its XP Home.
 
you really need to get a copy of xp pro on there, home is not really designed for this.

In this situation pro would be the way to go matey.

XP Pro oem would do the job.
 
the way i got around this on my mum's home pc was to use the net command on user login..

first have it upmap the drives..

net use x: /d
net use y: /d

-etc, to un-map them

then use

net use x: \\computer\share password /USER:username
net use y: \\computer\share password /USER:username

then save it as a bat file and put into startup of startmenu, it'd be..

net use x: /d
net use y: /d

net use x: \\computer\share super /USER:david
net use y: \\computer\share super /USER:david

-that's assuming the password is super, and username is david
 
If your apart of a windows domain then the easiest and cleanest way to map drives is by creating a batch file.
 
if you want it converted to an exe that shows no sign of running, let me know bought a program that does it, exe will be about 20kb max
 
Add the /persistent:no switch, so that you don't have to un-map the drives in the script.
 
net use y: \\computer\share super /USER:david

I'm trying this, but how do I get it toi work with a blank password?

I've tried:

net use y: \\computer\share /USER:david

and it says:

The password or user name is invalid for \\*****\***

Enter the password for 'administrator' to connect to '*****':

I just hit enter and then it works, but is there someway of making it use a blank password?

EDIT: "" works. :)
 
Last edited:
Back
Top Bottom