Hello, i faced same issue with my Buffalo NAS shared folder.
once I open Service in control panel, stop the service Workstation and then restart. the shared network back to live.
this issue happened after WIN10 upgraded to 19041
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
After a recent windows update I have had multiple issues with my network drives on my home network. Some of these were caused by my router which I have replaced. Now I have all but one drive working correctly. I cannot figure out the one remaining problem.
If I map the drive by the name (\MyBookWorld\Public) the map works OK until I reboot. After reboot, I get the error of "The Specified network name is no longer available". I cannot connect to drive via start>>run either. If I try to access the drive by IP address using start>>run, it works.
If I disconnect the map drive and reboot, I can connect from start run to the drive after every reboot.
If I map the drive by IP address, reboot and then try to use the drive, I get "Microsoft Windows Network: The local device name is already in use". Net use shows the drive disconnected and has an entry to the unc name. It works if I use start>>run to the UNC name.
I have verified that smb is enabled on the machine. I have made sure the services of "comptuer browser", "LanmanServer", and "LanmanWorkstation" are set to automatic start.
I have removed the mapping, made sure that it was not in the net use list in the command prompt and made sure the registries at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2 for this drive have been removed.
I have added the mapping to the Hosts file.
I tried mapping to a different drive letter and get the same problem. Any ideas on what in Windows is messing this up?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hello, i faced same issue with my Buffalo NAS shared folder.
once I open Service in control panel, stop the service Workstation and then restart. the shared network back to live.
this issue happened after WIN10 upgraded to 19041
I built this little batch file:
NET USE Z: /DELETE
NET USE W: /DELETE
NET USE X: /DELETE
NET USE Y: /DELETE
NET USE W: \192.168.42.71\sharename /persistent:Yes
NET USE Y: \192.168.42.70\sharename /persistent:Yes
NET USE Z: \192.168.42.11\sharename /persistent:Yes
NET USE X: \192.168.42.12\sharename /persistent:Yes
then used run -> shell:startup
and copied the batch file into the window that opened.
This runs as me, not as admin, and so far has worked on my desk machine and our laptop.
I put in the /persistent option as a "just in case".
I've found this soulution on an other forum, and it worked for me.
Actually, if you are a Windows 10 user (this might apply to Windows 7, 8, and 8.1 as well), the best way to address this issue is to simply create the network shares and assign drive letters as normal and THEN temporarily right click on the drive (make sure it is connected first) and then right-click the mapped drive and select "ALWAYS AVAILABLE OFFLINE." Let Windows start to index and then cancel after a second or two. Now, simply right-click on the same mapped drive and uncheck "ALWAYS AVAILABLE OFFLINE." Let it complete and then reboot. VOILA!! Problem solved. The mapped drives with red "X's" are gone and there is no need to click on each drive to reconnect them anymore. Your welcome!! :) No need to edit registries or use scripts.
Cheers
Adding the following Registry Entries solved my problem.
HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>CurrentVersion>Policies>System
add DWord(32bit): EnableLinkedConnctions
Set Value Data to 1
HKEY_CURRENT_USER >Network>Drive Letter
add DWord(32 Bit): ProviderFlags
Set Value Data to 1
Did anyone ever find a solution to this other than using Net Use * /delete?