Hi All,
I'm having a spot of bother with an inherited infrastructure at a school i work at on getting win 8 to show drive mappings,
on a win 7 machine everything is fine, all maps fine.
This is a part of the script that seems to be failing, however oddly the h:\ drive appears to map!
net use h: %homeshare% > nul
net use s: /del /y > nul
net use s: \\ <servername>\ <share> > nul
net use t: /del /y
net use t: \\ <servername>\ <share> \> nul
net use p: /del /y > nul
Net use p: \\ <servername>\ <share> > nul
I have also disabled UAC. I would really like to be able to get some win 8 machines up and running on our network
Any help would be great