Execute a program from a network shared folder
Hi,
Since Windows 10 (at least 1809), I'm unable to execute a program from a network shared folder (NAS Synology or Windows Shared folder). folder) on a non domain computer. The share access is authorized for everyone without password (guest).
I can access it when I'm on the remote client via explorer without problem.
Test with a remote client in workgroup :
- This command "paexec.exe \\remote-client -u administrator -p password -i -d \\serverIP\share\program.exe" start the program but there is no interactive GUI
- The same command with -s don't start the program and i've got an error code 9 (file not found on NAS share / access denied on Windows share) from paexec
Test with a remote client in domain :
- Everything works fine, program starts and I can see its GUI
Is there a way to make it works correctly on a workgroup computer ?
Thanks for your time.