When I am working at home, I need to have two drives mapped that mimic the server drive mappings I have when I’m in the office. To do this, I created two directory that correspond to the two server drives and I use a batch file to map them as follows.
net use h: \localhostc$ServerDriveHDrive /persistent:yes
net use s: \localhostc$ServerDriveSDrive /persistent:yes
This has worked on the past two computers I have had with XP and Win7. The drives still map with Win10, but they are not persistent. When I reboot the computer, they are gone and I have to run the CMD file again to map them.
Anyone know what has changed in Win10 that’s keeping this from sticking?