• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

windows mounts are labeled "Network Drive", Why?

  • Thread starter Thread starter CU
  • Start date Start date

CU

Platinum Member
The domain controller and share points are on OSX machines. A bat file like the following runs when you login with a roaming profile on our windows machinges:
@echo off
net use g: \\ip_address\%username%
net use h: \\ip_address\WorkingJobs
net use i: \\ip_address\ProofedJobs
net use j: \\ip_address\ApprovedJobs

When you go into explorer sometimes they show up like:
username on ip_address (G🙂
Network Drive(H🙂
ProofedJobs on ip_address(I🙂
Network Drive(J🙂

then other times they show up like:
username on ip_address (G🙂
WorkingJobs on ip_address(H🙂
Network Drive(I🙂
ApprovedJobs on ip_address(J🙂

It changes everytime you login and looks complete random.

Why don't they always show up like this:
username on ip_address (G🙂
WorkingJobs on ip_address(H🙂
ProofedJobs on ip_address(I🙂
ApprovedJobs on ip_address(J🙂
 
Back
Top