Enter Network Credentials


JeffLeites

Well-known member
Local time
12:46 AM
Posts
44
OS
Windows 11
In the process of setting up a new Windows 11 desktop, I found myself wasting a day trying to solve a problem that had nothing to do with the new computer.

In testing with the new Windows 11 desktop, my old Windows 10 desktop and a Window 11 notebook, I found that I could receive shared files FROM the desktops TO the notebook, but I could not access the Notebook from either desktop. When I tried, I would get the Enter Credentials message on both desktops. I have all the setting correctly set not require a password, share and discovery set correctly too, as well as the credential manager.

I've Googled this problem and see that I am far from alone, but I'm hopping someone here has found the solution. Help!
 

My Computer

System One

  • OS
    Windows 11
It later versions of Windows 11. SMB guest logon is disabled. From an elevated powershell prompt you should be able to run these two commands to enable it
Powershell:
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force

Set-SmbServerConfiguration -EnableInsecureGuestLogons $true -Force
 

My Computer

System One

  • OS
    Linux Mint
    Computer type
    Laptop
    Manufacturer/Model
    System76 Lemur Pro
Note that Set-SmbServerConfiguration does not have an -EnableInsecureGuestLogons parameter.
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC12WSHi7
    CPU
    12th Gen Core i7-1260P
    Motherboard
    NUC12WSBi7
    Memory
    64 GB Micron PC4-25600
    Graphics Card(s)
    Intel Iris Xe Graphics
    Sound Card
    on-board Realtek HD Audio
    Monitor(s) Displays
    Dell U3219Q
    Screen Resolution
    3840 x 2160
    Hard Drives
    Samsung SSD 990 PRO 1TB
    Crucial MX500 2 TB
    Antivirus
    Microsoft Defender
I'm wondering if that only applies to server OS as those came straight from Microsoft docs
 

My Computer

System One

  • OS
    Linux Mint
    Computer type
    Laptop
    Manufacturer/Model
    System76 Lemur Pro
Yeah I see it mentioned on the page about enabling guest logons, but it's not in the docs for the cmdlet. I even changed the Windows versions on the left to look at previous versions.

 

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC12WSHi7
    CPU
    12th Gen Core i7-1260P
    Motherboard
    NUC12WSBi7
    Memory
    64 GB Micron PC4-25600
    Graphics Card(s)
    Intel Iris Xe Graphics
    Sound Card
    on-board Realtek HD Audio
    Monitor(s) Displays
    Dell U3219Q
    Screen Resolution
    3840 x 2160
    Hard Drives
    Samsung SSD 990 PRO 1TB
    Crucial MX500 2 TB
    Antivirus
    Microsoft Defender
I don't know how it happened, but a couple of days later I noticed that everything was working correctly again :what:
 

My Computer

System One

  • OS
    Windows 11
Back
Top Bottom