[SOLUTION] Windows 10 can't access Linux samba share.



Windows 10 can't access samba share.

Solution: 

è Go to -> Local Group Policy Editor (run to open “gpedit.msc” command)
è Computer Configuration -> Administrative Templates -> Network -> Lanman Workstation.
è Enable the option “Enable insecure guest logons”


Then update the group policy (by command “gpupdate /force”)



Then update the group policy:  "gpupdate /force



Now  check it should work :)


****************************************************************************


Make below changes if you're still unable to access:


  • Run below 3 commands from the command prompt: 

1. reg add HKLM\SYSTEM\CurrentControlSet\Control\Lsa\ /v imcompatibilitylevel /t REG_DWORD /d 0 /f

2. reg add HKLM\SYSTEM\CurrentControlSet\Control\Lsa /V LmCompatibilityLevel /t REG_DWORD /d 0



3. Dism /norestart /online /Enable-Feature /FeatureName:"SMB1Protocol" -All 


'


Post a Comment

Previous Post Next Post