Write denied in shared folder from Win Embedded to Win 10

A DM 1 Reputation point
2022-06-10T07:11:28.127+00:00

Hi,

I need to write in a shared folder from Win Embedded (version 5.1 build 2600 SP3) to a Win10 Pro 21H1. This is working fine with a Win 7 Pro as destination but I need it to work with Win 10 Pro. I'm browsing every setting in secpol or services to see if there is something that I'm missing but maybe the community can point me a specific direction.

Here the list of what I've done so far.

  • The shared rights are set with a specific user but to be sure I've also tried with full permissions to everyone.
  • From Win 10 Pro to Win 10 Pro it's working (I only used the credentials)
  • It's not a password issue as I had a specific error message when I tried fake credentials on purpose.
  • I've enabled SMB1 and there are no restriction to NTLM.
  • Win 10 Pro services are the default ones.
  • I've contacted the product vendor but I'm not expecting any answers as it's an old and EOL product.

Do you see what I could have missed ?

Windows for business Windows for IoT
Windows for business Windows Client for IT Pros User experience Other
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,916 Reputation points
    2022-06-13T08:07:47.393+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having issues related to writing files on Shared folders from Windows Embedded .

    1. Disable password protected Sharing.
    2. Please try to access shared folder using net use command
      net use s: \<server add>\sharename /user:username
    3. Please IISCrypt.exe to Enable TLS1.0 and SSL1.0 or Legacy versions.
    4. Disable any Antivirus program or Windows firewall you may have for temporary purpose.
    5. Change Registry

    HKEY_LOCAL_MACHINE\Comm\SecurityProviders\NTLM

    SendLMResponse DWORD value to 1

    References :
    https://support.microsoft.com/en-us/topic/-access-denied-or-other-errors-when-you-access-or-work-with-files-and-folders-in-windows-219af563-1953-ab4a-f17e-b0182755214e

    https://support.microsoft.com/en-us/topic/fix-a-windows-embedded-compact-7-based-device-that-you-connect-to-a-windows-based-computer-cannot-access-an-smb-share-folder-59a78a13-0d22-c530-abda-96f93c35b8e5

    --------------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--


  2. A DM 1 Reputation point
    2022-06-16T14:32:50.61+00:00

    I've tried this solution without result.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.