windows - Win8.1 Net Use Succeeds, Mapped Drive Fails -
windows - Win8.1 Net Use Succeeds, Mapped Drive Fails -
a client has nas box (nas01) , batch script connect 3 drives @ startup.
net utilize h: \\nas01\home\foo /user:foo bar net utilize m: \\nas01\music /user:foo bar net utilize p: \\nas01\media /user:foo bar
from windows explorer clicking on m , h drive gets him folders. p drive fails cross through it.
i opened command prompt (cmd
) administrator (right click run administrator) , ran batch.
it succeeded under cmd.
it failed allow user in under windows explorer.
i used net utilize * /delete
cmd prompt ran next line manually.
net utilize p: \\nas01\media /user:foo bar
in cmd can dir p:
, see files, can alter p:
drive, alter folders , see sub folders , files. windows explorer nada.
a manual disconnect each drive re map of drives under windows explorer fixed issue - 4 drives accessible, leaves me batch file client cant utilize when windows drops mapped drives 1 time again in future.
why 1 side of windows (cmd) working not useable under windows explorer? thoughts.
user has total admin rights on pc, local login, no uac getting in way.
windows batch-file cmd mapped-drive net-use
Comments
Post a Comment