Quando você está em um prompt de administrador, você tem que remapear a unidade. Você pode ver que você não tem um J: em seu prompt de administrador, digitando net use
(ele dirá indisponível na primeira coluna de saída).
Compare isso com a saída net use
de um prompt padrão, onde você terá "OK" na primeira coluna.
Eu não tentei isso, mas este artigo de technet sugira que você possa fazer o mapa funcionar modificando o registro:
1. Click Start, type regedit in the Start programs and files box, and then press ENTER.
2. Locate and then right-click the registry subkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.
3. Point to New, and then click DWORD Value.
4. Type EnableLinkedConnections, and then press ENTER.
5. Right-click EnableLinkedConnections, and then click Modify.
6. In the Value data box, type 1, and then click OK.
7. Exit Registry Editor, and then restart the computer.