Hi ,
If you're using the same Microsoft account to try to access the folder, you'll need to add security to the folder you're sharing.
Go to the start menu > settings > network and internet > ethernet or wifi network > select Private mode.
Then go back to the previous menu and select advanced network settings > advanced sharing settings.
Mark Network discovery File and printer sharing.
In the Tab all networks Check Share public folders.
Uncheck Password protected sharing.
All that has already been done.
Are you using the same Microsoft account on your desktop and laptop.
Test
If that fails, try the procedures below one by one.
Press Win + R, type regedit, and press Enter to open the Registry Editor.
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters.
If the AllowInsecureGuestAuth entry does not exist, right-click and select New > DWORD (32-bit) Value, and name it AllowInsecureGuestAuth.
Set the value of AllowInsecureGuestAuth to 1.
Close the Registry Editor and restart your computer.
If it fails, type "Enable or disable Windows features" in the search bar > Search for SMB 1.0 in the list and select "OK." Restart the PC and test.
On PC-Office, run the command Windows Powershll(admin):
Set-SmbClientConfiguration -RequireSecuritySignature $false
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force
In EventViewer, I wanted to confirm if the error was occurring on the PC this is sharing. If there is an error denying the connection from the PC-Office to the SMBServer, such as Error 1388, or a code like this.
However, as you already saw the SMBclient error, follow the command above.
Restart the computer and Try
Thanks