Hi all,
at present the office I work in uses mapped drives, this works well for people in our office but one people talk with the other offices things go south as they have no idea what a t drives is. So I would like to move my users away from the mapped drive and add the folder locations to the favorites menu.
Short of making the shortcuts and asking each person to copy them in to the folder location there must be a way to write a script to do this? I have looked at using mklink but that failed.
This is the code I used
mklink /d %userprofile%\Favorites\tech \\brisfp01\Tech
Any other ideas?
Thanks