Win7 access to shared file login failure does not prompt the user to enter the user name and password solution

  

Because the win7 shared server side of the same name account is disabled, when the client also uses the same name account (generally the same name of the administrator account) to verify, the server returns this account is prohibited, the client does not prompt the user to enter the user Name and password.

Workaround:

Method 1: The easiest solution is —— this machine creates a new account, so that it is accessed through the new account instead of the admin account of the same name. The shared server will not appear "Login failure: disabled current account", will prompt for password.

Method 2: Modify the server-side access mode so that everyone can access, client to guest Login.

Method 3: Use windows cmd, enter net use \\\\ip\\share folder/user: enter the password after the user name and enter.

At this time, pass \\\\ Ip can access the shared folder.

Copyright © Windows knowledge All Rights Reserved