In my Windows 10 Enterprise machine I've noticed if I execute "net use" command in elevated mode, then processes run in normal mode will not see the mapped drives. Also if I execute the command as normal user, then elevated processes will not see the drives.
The mapped drives are not persist, which is intentional.
So currently I have to execute the command twice, and have type the credentials for the remote shares twice, which is very inconvenient.
Is there any solution to eliminate the double action?