Share via

net use Command

Anonymous
2020-01-30T19:01:33+00:00

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

Windows for home | Windows 10 | Connect Phone and PC

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.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2020-01-30T19:54:56+00:00

    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)

    0 comments No comments