Windows Configurations

Auto Login Αραμπατζής 23-1-2012
net use [drive]: \\computername\sharename /persistent:yes /user:computername\username [password]

net use D: \\computer_name\share_name users_password /user:username /persistent:y /savecred

If you just type
Code:
net use D: \\Computer_name\share_name /savecred /persistent:y

You should be prompted to enter in the username and password.

WinAutoLogin —-> CONTROL USERPASSWORDS2

Comments are closed.