How to specify file URI with user name and password in the (Windows File) Explorer, please?
Something like file://domain\user:password@host/dir/file. I need to specify domain to be equal host name, because domain user name is used instead.
It is possible to write file://host/dir/file and fill credentials in interactive dialog, but an automated process is to be designed.
When URI starts with smb: or cifs: then Explorer writes "No program associated…".