I am new to thing and I have setup up a logon.bat file that reads:
net use N: /delete
net use N: \\server\folder\folder
net use P: /delete
net use P: \\server\folder\folder
net use z: /delete
net use Z: \\server\folder\folder
But for some reason when any users logs on and clicks on any of the three drives in my computer, it says “N(P or Z):\ is not accessible. Access Denied” I have no idea why.