Dears,
I have some shortcuts on the Desktop of a Laptop attached to a domain (windows 2012 R2).
The application they access needs to have a drive name , so there is a command that maps a drive X: to the server folder
net use x: \\data-srv\Application
On the shortcut the user has on his laptop I am entering X:\Accounting\AccPack.exe
And it is to start in X:\Accounting.
My problem is that sometimes, instead of the X: , the shortcut gets changed to \\data-srv\application\accounting\AccPack.exe
and it is to start in \\Data-Srv\Application\Accounting
And this causes problems , I need to remove the \\ and put the right one (X:\)
Client Laptop is Windows 10.
Thanks.
You can deploy shortcuts to applications on network drives. These shortcuts will point to say, x:\app.exe. Whenever x: is not there, they won't work - that's clear to anyone. As soon as x: becomes available, they will work. They will not change on their won, so I wonder what you are seeing. How can it be reproduced on win10, please name the steps.