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 .
- Disable password protected Sharing.
- Please try to access shared folder using net use command
net use s: \<server add>\sharename /user:username - Please IISCrypt.exe to Enable TLS1.0 and SSL1.0 or Legacy versions.
- Disable any Antivirus program or Windows firewall you may have for temporary purpose.
- Change Registry
HKEY_LOCAL_MACHINE\Comm\SecurityProviders\NTLM
SendLMResponse DWORD value to 1
--------------------------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept as answer--