Making windows 7 reconnect to a shared folder

Soldato
Joined
7 Aug 2004
Posts
11,259
As title, I have my server pc running windows 7, sharing 4 folders. One of those is my main PC's backup location.

All these are mapped as network drives on my main pc.

However once I turn it off and come back and turn it on again I have to reenter my username and password log in to access the server pc, even if I press 'remember my credentials' it still always asks, how do I solve this ? I just want my main pc to turn on and access the folders/mapped network drives without me having to enter my details every time. (Once I enter it once all the other network drives then connect no problems)

(Main pc is also windows 7, both are running 'ultimate' version)
 
Only other option is:

Go into control pannel -> network and sharing center -> Change Advanced Sharing Settings

you can turn off password protected sharing.
 
another unsecure method would be to create a batch file and set it to run at logon in gpedit or just add it to the startup folder with something similar to below (this may not be the correct syntax btw lol):

net use /User:username password
net use z: /delete
net use z: "\\hostname\sharename"
 
Last edited:
What you mean same admin name and passwords on all PC's ? and then it just automatically does wonderous things like I want ? :confused:

No, not admin, user.

eg. username BOB, password BOBOBB
create that user on the server and allow it access to the shares.
then create an account on the PCs using same username and password.
when you log in to PCs, you should just be able to map a drive without entering a password (as it is the same account on the workgroup) and it will stay mapped.
 
Back
Top Bottom