Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I have trouble to reconnect a mapped network drive @ logon with vista home, it doe`sn`t seem to hold after a reboot.
I always have to re-enter the password.
Any idea?
With XP pro, it seems to work fine.
Regards,
Huy
Offline
Tested also with XP home, same problem than Vista Home.
The use case is to use Memeo to do automatic backup.
Offline
After some reading on the internet, someone proposed to write a batch file and put it in the startup.
So I wrote the following:
net use s: \\server\folder password /user:username
It won't work, it would say the password is not good.
But strangely, if I wrote:
net use s: \\server\folder /user:username
It will prompt the password, and if I enter the password it will work.
So why when I put the password embedded in the command line it does not work?
Still trying to figure out how to have automatic backup without the user having to enter a password by hand.
Last edited by hvl (2009-03-22 20:15:35)
Offline
What happens if you switch the position of the username and the password?
net use s: \\server\folder /user:username password
Offline