Quote
C:Amie - 2022-09-26 7:41 AM
If the device has SMBServer.dll on it, then yes.
https://learn.microsoft.com/en-us/previous-versions/windows/embedded/ms884924(v=msdn.10)
[HKEY_LOCAL_MACHINE\Services\SMBServer\Shares\Root]
"Path"=""
"Type"=dword:0
[HKEY_LOCAL_MACHINE\Services\SMBServer]
"AdapterList"="*"
"Keep"=dword:1
"Prefix"="SMB"
"Index"=dword:0
"DLL"="smbserver.dll"
"Order"=dword:12
[HKEY_LOCAL_MACHINE\Services\Smbserver\Shares]
"UseAuthentication"=dword:0
"NoSecurity"=dword:1
You need to set the hostname too. Keep in mind it will be SMB 1 only.
Thank you very much, I will be giving this a try
