Network path unreachable or already in use after Windows 10 upgrade

Sometimes Windows updates can create problems in mapping network drives. It also happens that, regardless of the update, at the time of writing, I have noticed that if I immediately start the google drive stream version before the computer is able to carry out the initialization of the drive mapping, the paths to these drives become unavailable. Read the whole article before doing anything.

  1. Make sure that the network drive that is unavailable is active, connected, working, that there are no blocks or limits on the flow of data to and from this drive (firewall or proxy) and that all necessary services are active.
  2. Close and disable auto-start windows applications of all non-microsoft programs that mount drives such as google drive and the like.
  3. Locate the network drive letters with the red x on them by clicking on the windows โ€œthis pcโ€ icon.
  4. Make sure that all programs are closed and that you have saved your work, as the computer will restart in the following steps.
  5. From the CMD command line, opened with administrator privileges, assume that the letter Z is the letter you identified earlier and that you will need to replace it with the letter corresponding to the malfunctioning remote drive. Before entering the first command, make sure you know how to remount the drive and that you have all the necessary network information to do so. Then write the following sequence of commands.
    • net use Z: /delete
    • netsh winsock reset
    • netsh int ip reset
    • netsh advfirewall reset
    • netsh winhttp>reset proxy
    • ipconfig /release
    • ipconfig /renew
    • ipconfig /flushdns
    • shutdown -r
  6. At this point a window will appear informing you that the PC will be restarted in 30 seconds.
  7. Once the PC has booted up, you will no longer find the drive under โ€œthis PCโ€ and will have to add it again.

There are many ways around this problem, but Iโ€™ve outlined the method Iโ€™ve applied, which I think is the simplest and most effective. Let me know in the comments what you think.


It's possible to leave a comment as registered users to the site, accessing through social, wordpress account or as anonymous users. If you want to leave a comment as an anonymous user you will be notified by email of a possible response only if you enter the email address (optional). The insertion of any data in the comment fields is totally optional. Whoever decides to insert any data accepts the treatment of these last ones for the inherent purposes of the service that is the answer to the comment and the strictly necessary communications.


Leave a Reply