Visualizzare i volumi usati su una rete quando nascosti dal sistemista Nel CMD Come file in CMD eseguire: net use > Volumi.txt net use Batch Server Stampanti (file a fondo pagina da scaricare) File batch di esempio come creare un file che apre i server delle stampanti su una rete molto estesa con la possibilità di scegliere la località in cui ci si trova: Mappa la tua stampante.zip Esempio creazione di una mappatura di volumi di rete non in automapping: Script CMD echo off Echo libera la lettera di volume richiesta Net use P: /delete Echo Ora viene mappata (mettere il nome server e nome del folder in \\SERVER\FOLDER$ ) Net use P: \\SERVER\FOLDER$ /persistent:yes pause Net Use Pause Esempio creazione di una mappatura con un nome utente particolare, volume viene richiamato con il nome utente che si inserisce. Script CMD net use Y: /delete Net use Y: \\SERVER\FOLDER$ /user:dominio\utente Sintomi Mappatura non riesce perchè al periferica risulta già mappata su un volume Rimedio - > Seguire questi passi Aprire il wizard di mappatura del volume da connettere Mettere al posto del nome server l'indirizzo IP del Server Dare ok e il volume risulterà mappato. File non aggiornati fra due utenti in due posizioni della rete diverse (da farsi per tutti e due) Rimedio -> Svuotamento della cache Script CMD echo off nbtstat -RR pause ipconfig /flushdns pause Dfsutil /pktflush pause Dfsutil /spcflush pause Sintomi Windows 7 cannot access network shares via DFS namespace Rimedio - > Seguire questi passi You may experience a problem trying to map network drive or browse a DFS name space from a Windows 7 Client. It appears that this problem is becoming more and more common so we decided to tackle it here. Try this quick registry fix 1. Click 'Start' and Type Run 2. In the Run 'Open' box type Regedit to open the windows registry. 3. Navigate to the following registry folder: HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Services -> Mup -> Parameters 4. Right Click in the right hand pane and Select New -> DWORD (32 Bit) Value 5. Give it the following name: EnableDfsLoopbackTargets 6. Modify the newly created DWORD by right clicking it and selecting Modify or giving it a double left click 7. Enter 1 and click OK 8. Close the Registry and Reboot Windows If you have any problems following the above steps or the problem persists after successfully completing all the solutions please do not hesitate to Contact Us and one of our engineers will be happy to help |