You used the command
net use \PC-Name
This command is incorrect. The correct command would be
net use \PC-Name\ShareName
or even better:
net use \PC-Name\ShareName /user:Quidney xxx
(where xxx would be the password for Quidney on the remote PC)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I use
net use \PC-Name
Command And It says :
The password or user name is invalid for \PC-Name
Enter the user name for 'PC-Name':
I write it down And it says :
Enter the password for PC-Name:
in that point I cant write or paste anything all I can do is pressing enter then it says:
System error 1326 has occurred.
The user name or password is incorrect.
Can Anyone Help Me
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
You used the command
net use \PC-Name
This command is incorrect. The correct command would be
net use \PC-Name\ShareName
or even better:
net use \PC-Name\ShareName /user:Quidney xxx
(where xxx would be the password for Quidney on the remote PC)