Recommended Posts

You may have noticed after upgrading to Windows 10, you can no longer access network shares.  You are 100% sure the login and password are correct but Windows is insisting your password is incorrect.  Or maybe you have disabled password protected sharing but it is still asking for a password.

 

This problem occurs when you have linked a Microsoft account to your login but have not setup (or you are not using) a homegroup.  

 

To see what is actually going on, let's look into the issue deeper.
 
In Windows 10, when a domain is not set and a Microsoft account is linked, it makes homegroup (tied to your Microsoft account) the default (and only) setting to use as authentication.   This causes incompatibility (both with Windows 10 and previous versions of Windows) if a homegroup is not used on the network.
 
In order to bypass this, we must "trick" Windows into thinking the network share is part of a domain.  By making Windows believe the share is part of a domain it will ignore homegroup authentication and use the legacy login system not tied to homegroups or Microsoft accounts.  

 

To do this, simply add <anything>\ to the login user name.    The <anything> can be whatever you please, it can be the PC Name, it can be WORKGROUP, it can be a period, it can even be Neowin if you want.  

 

Example:  Your User name is Bob, and your password is 12345.  You would log in as:

User:  .\Bob
Password: 12345


 Now, let's say you prefer the old insecure way of Windows shares and you have turned password protected sharing off.  (I am assuming you already know what you are doing and I will not cover how to do this or the dangers of doing so in this guide)

 

You would then login as the following:  

User:  .\Guest
Password:  <blank>


It remains to be seen whether this is a bug or by design.  If it is indeed a bug, it may one day be fixed and render this guide useless. (fair warning for everyone in the future)

 

 

Special thanks to warwagon and his original thread addressing this issue.

  • Like 2

OR you could just go into network setting and set it to use username and passwords to authenticate instead of a homegroup. The min issue then is merely to know what the actual windows username for your microsoft account is. 

5 hours ago, HawkMan said:

OR you could just go into network setting and set it to use username and passwords to authenticate instead of a homegroup. 

Except that doesn't actually do anything...

 

1.thumb.png.a25bd8b51892179ea23e6720b307

 

 

After adding .\  

Leads to:

3.thumb.png.02c4633306f4d843992e9f268c2e

 

 

 

 

I love how you started a new thread, the other was fine.

 

And just for the sake of this thread before buttman throws his 2 cents in - this method of logging onto a machine has been around for, I dunno, 10+ years? I've been doing it FOREVER. 

1 hour ago, Jared- said:

I love how you started a new thread, the other was fine.

 

And just for the sake of this thread before buttman throws his 2 cents in - this method of logging onto a machine has been around for, I dunno, 10+ years? I've been doing it FOREVER. 

I'm not even entirely sure this is the same issue as the other thread. especially since this focuses entirely on win10

  • 3 weeks later...

I too have been banging my head against the wall with this problem since upgrading both PCs on my home network from Windows 8.1 Pro to Windows 10 Pro yesterday. I should also highlight (as I believe it's rlevant to this issue) that at same time I changed the Windows login for BOTH PCs from local login to a Microsoft account. Prior to these changes I could access the network shares on my wife's PC by just entering username and password but today it just would not accept my password which I knew was correct.

A Google search toook me to this thread and after changing my username to format <computername>/Username it at last allowed me to connect to my wife's PC's shared folders. I registered on this forum solely to post my thanks for this.

1 hour ago, Circaflex said:

How is this thread any different than what warwagon created? 

 

The original thread by warwagon contained conflicting information and ended up turning into a debate rather than a guide.  It was confusing for anyone who came across it from searching.

 

The original thread by warwagon is credited and linked to as well in this guide.

  • 1 year later...

I am getting this error in a domain network and using a script to mapped a drive using net use command. When log in to Win 10 for the first time and run the script I am getting password error. Without entering any cred and close the command and rerun the script the error is gone and mapping the drive is successful. Would you know why I have to rerun before it work?

6 minutes ago, T0rqu3 said:

I am getting this error in a domain network and using a script to mapped a drive using net use command. When log in to Win 10 for the first time and run the script I am getting password error. Without entering any cred and close the command and rerun the script the error is gone and mapping the drive is successful. Would you know why I have to rerun before it work?

Try using Group Policy Preferences and item-level targetting (if required) instead of a script. It works without problems for us, has done for 2.5 years, across Windows 8.1 and Windows 10 machines.

 

Here is my configuration:

 

Group Policy > User Configuration > Preferences > Windows Settings > Drive Maps

 

Right click the blank white space > New > Mapped Drive

 

Set the following:

General Tab

Action = Replace

Location = Full FQDN of share

Drive Letter = Existing > Set letter from drop down list

Connect as (optional) = Leave blank unless the you have to use different credentials than the users' own (not recommended)

Hide/Show this drive = Choose your desired (it will determine whether it is visible in File Explorer

Hide/Show all drives = No Change

 

Common Tab

Stop processing items in this extension if an error occurs = unchecked

Run in logged-on user's security context (user policy option) = unchecked

Remove this item when it is no longer applied = checked

Item-level targetting = checked > Press the 'Targetting...' button to set your requirements.

 

Edited by Daedroth
  • Jason S. locked this topic
This topic is now closed to further replies.
  • Posts

    • AMAZON needs to take total accountability for this.
    • Server Summit had a heap of announcements, ADCS changes are baller.
    • Nice, hope they *finally* fixed the issue with the NTFS driver where the system would completely brick during large file copies using the built in driver. It's been broken for years requiring me to use the older, slower, NTFS-3G FUSE driver.
    • Windows 11 KB5094126 BSODing, freezing, forcing BitLocker lockout, breaks OneDrive, and more by Sayan Sen Microsoft released Windows 11 KB5094126 and KB5093998 last week as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. While Microsoft has so far not acknowledged any major problems with the release, some users online are running into problems. These range from OneDrive and Dropbox access issues, BitLocker recovery lockouts, to blue screens and BSODs. The most common one seems to be happening with HP systems wherein affected users say they hit 0xc0430001 BSOD (blue screen of death) error code after the KB5094126 update. We wonder if this could be related to the recent bug we covered on HP devices wherein the ongoing Secure Boot certificate updates are leading to similar issues. While we are not certain, users affected by this issue likely need to ensure that the boot.stl file is included on the installation media (such as a USB installer or ISO), if the above-mentioned dynamic updates are deployed. If this file is missing, computers may fail to boot from the installation media and could display the error 0xc0430001. This STL file is used by Secure Boot to verify that the boot files are trusted, so it must match the same Windows version and system architecture. To ensure the file is included, Microsoft recommends using the Update WinPE script, which automatically updates the image and handles the required files. Alternatively, you can manually copy the boot.stl file from the Windows\Boot\EFI folder on a Windows device and place it in the matching folder on your installation media before deploying the updated image. Aside from blue screening some users also note their systems have been freezing following the update. This could be happening to Lenovo PCs specifically. In the case of the OneDrive and Dropbox access issues, a user figured out that there could be a conflict with UAC. He explained: "Okay, so I did some digging, and in our environment KB5094126 breaks OneDrive and Dropbox in Explorer. I went through all our GPOs and found out that the combination of disabling UAC and having my user being a local admin breaks OneDrive in Explorer. ... If I enable UAC again, then it works, even with KB5094126 still installed." Hopefully, Microsoft will look into these issues. Source: Microsoft forum (link1, link2, link3, link4), Reddit (link1, link2, link3, link4)
    • It is when it's a desktop in my house though for a PC that's lightly used and not really important when it is. If it was a laptop, it would be a different story. The real solution is varied and begins starting at post #22 in that thread.
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!