mercoledì 5 maggio 2021

Come posso risolvere l'errore "Il nome del dispositivo locale è già in uso."? windows 10

 Ciao,

Sono  un utente esperto dei prodotti Microsoft, benvenuto in community.
Si, ti confermo che dalla 2004 c'è questo problema con gli accessi a share SMBv1 (che per sicurezza andrebbero eliminate).
Verifica le soluzioni individuate qui, ho usato anche il il timeout e funzionava:
https://answers.microsoft.com/en-us/windows/for...

O la creazione della chiave di registro come indicato qui, soluzione che ancora non ho testato, in quanto sto abbandonando le share SMBv1 praticamente ovunque:
https://community.spiceworks.com/topic/2277832-...

Just in case anyone is still dealing with this there does appear to be a functioning work around.  It'll at least get us by until we can finally and fully deprecate our SMB1 shares.

The trick is to add the registry key "ProviderFlags" as a REG_DWORD with a value of 1 (0x00000001) to HKEY_CURRENT_USER\Network\*SMBv1 Drive Letter*

Then reboot or log on/off.  It fixes the perpetual "reconnecting" status of the SMBv1 drive at logon and everything has been functioning normally and quickly for users we've added that registry key.  Only needs to be added to the drive letters under Network that correspond to SMBv1 shares.


soluzione 2

The only solution that works for me with the win 10 - 2004 version is :

1) remove shared disks

2) restart the computer (to have it without shares)

create a bat file and start it when logging in:

timeout /t 30
net use w: "\\network name\folder" /persistent:no
be sure to put  
/persistent:no

this solution works great with NAS deluxe servers

timeout  you can reduce!!!

Nessun commento:

Posta un commento