
11-08-2008
|
|
|
|
Join Date: Nov 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Re: MAP network drive does not remember logon info
Microsoft is trying the last 10 years (at least) to develop a proper OS…. Those people are completely useless!!!
Anyhow a solution to this problem is as follows (works in Vista):
1. map the networks driver of your desire -as usual- by right-clicking on ‘my computer’ etc.
2. create an “.bat” file with the following content:
net use \\<ip-address> <password> /user:<username>
For instance: net use \\192.168.1.11 mypassword /user:usern_name
3. place that ‘.bat’ file in the start-up directory of Windows, and that’s all !
|