Saving credentials for ‘NET USE’ command
Përforming a ‘net use’ to a standalone computer or a computer outside your domain will cause a prompt for credentials. You’ll need to provide these credentials for each reconnect.It is possible to invoke the ‘stored user names and passwords’ feature (Windows XP) even from the command promt.
For the net use command to save the credentials in Credential Manager just use the /savecred switch. Just remind that you can’t use the ‘*’ in the command to cause an explicit password prompt (you will be prompted for the password anyway).
Example:
for save - net use * \\computer\share /savecred
For Delete - net use \\computer name /del
No comments:
Post a Comment