T
Tech
I'm trying to deploy software through a batch file. When I put
the net use command in the batch file it maps the right share
but the drive mapping name defaults to the root drive name.
I can not delete the share after that. If I right click on the share
there isn't an option to disconnect. I also tried the net use * /d /y
command. Even using "net use x: \\server\apps /persistent:no" didn't
fix the problem. The share is now permanently stuck in all the users
computers.
the net use command in the batch file it maps the right share
but the drive mapping name defaults to the root drive name.
I can not delete the share after that. If I right click on the share
there isn't an option to disconnect. I also tried the net use * /d /y
command. Even using "net use x: \\server\apps /persistent:no" didn't
fix the problem. The share is now permanently stuck in all the users
computers.