Project

General

Profile

Support #979

Unable to Mount SMB1 share on Windows 10

Added by Daniel Curtis 3 days ago. Updated 3 days ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
PowerShell
Target version:
Start date:
03/28/2025
Due date:
% Done:

100%

Estimated time:
0.50 h

Description

I recently updated my Windows 10 workstation and tried to mount an old SMB share. I received the following error while mouning:

You can't access this shared folder because your organization's security policies block unauthenticated guest access.

To fix this, right-click on the Start Menu icon and select Windows PowerShell (Admin) and enter the following commands:

Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force
Set-SmbClientConfiguration -RequireSecuritySignature $false -Force
Set-SmbServerConfiguration -RequireSecuritySignature $false -Force

Resources

#1

Updated by Daniel Curtis 3 days ago

  • % Done changed from 0 to 100
  • Status changed from New to Resolved

Also available in: Atom PDF