Janna Theme License is not validated, go to the theme options page to validate the license, you need a single license for each domain name.

Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Each external device on your computer uses specific network drivers. Typically, these drivers are installed at startup, allowing your computer to recognize them. However, sometimes there can be issues with mapping the drives. If you're experiencing the problem that all network drives on your computer can't be reconnected, there are ways to fix it.

 

d6e084eac64388e8bef97b0b1f985ebe Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

The error often occurs if there is a tFinally when connecting to the driveIt can also occur if the external device is faulty or disconnected. You can try these six fixes to resolve the error.

1. Force Windows to wait for the network

If the error occurred because Windows was trying to map drives before they were available, you can force Windows to wait for the network. To do this, change the local group policy.

Step 1: press my key Windows + R To open the dialog box.

Step 2: Type gpedit.msc In the text box and click OK To open the Local Group Policy Editor window.

2-10 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 3: Click computer configuration , click Administrative Templates, select System, and finally, press Sign In.

3-11 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 4: In the right pane, locate "Always wait until the computer starts and I log on to the network." Right-click it and select Edit.

Also read:  What does your location is currently in use mean on Windows?

4-10 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 5: Select the button Maybe , then press OK and Apply.

5-10 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 6: Restart your computer to update the changes.

2. Use command scripts to map drives.

Another solution is to create scripts that run at startup. Here's how you can do it.

Step 1: Open notepad and paste this script.

PowerShell -Command "Set-ExecutionPolicy -Scope CurrentUser Unrestricted" >> "%TEMP%\StartupLog.txt" 2>&1 PowerShell -File "%SystemDrive%\Scripts\MapDrives.ps1" >> "%TEMP%\StartupLog.txt" 2>&1

6-10 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 2: Click an option a file , choose Save As, and name the file something like cmd.to save it to your computer.

7-10 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 3: Open a program Notepad Last but not least, copy and paste this script.

$i=3 while($True){ $error.clear() $MappedDrives = Get-SmbMapping |where -property Status -Value Unavailable -EQ | select LocalPath,RemotePath foreach( $MappedDrive in $MappedDrives) { try { New-SmbMapping -LocalPath $MappedDrive.LocalPath -RemotePath $MappedDrive.RemotePath -Persistent $True } catch { Write-Host "There was an error mapping $MappedDrive.RemotePath to $MappedDrive.LocalPath" } } $i = $i - 1 if($error.Count -eq 0 -Or $i -eq 0) {break} Start-Sleep -Seconds 30 }

8-9 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 4: Name the file DriveMap.ps1.

Restart your computer and these scripts will run at startup.

3. Disconnect the network drive

Sometimes, disconnecting all network drives may be the solution. The solution you need to clear the errorHere's how you can do it.

Also read:  Top 7 Ways to Fix Google Chrome's High Hard Disk Usage Issue

Step 1: Open File Explorer Right click on this PC option, and press Disconnect network drive.

9-8 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 2: Locate the problematic network drive. Right-click it and select the Disconnect option. الاتصال.

Note: A problematic drive will usually have a red X on it.

10-7 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 3: Restart your computer and your network will only set connected devices.

4. Reconnect the physical external drive.

11-6 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

If the error is caused by a faulty external device, a possible solution could be to reconnect the physical drive. By reconnecting the drive or Put it right , you allow the computer to set it again.

5. Disable notifications when Windows starts

can help Disable notifications Also to fix the error "Unable to reconnect all network drives." Follow these steps to change the settings.

Step 1: Press the keys Windows + R And type regedit in the dialog box Run.

12-6 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 2: Locate and click the following key.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider

13-4 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 3: In the right pane, double-click “Restore connection” and set the value to 0. Click “OKto save the changes.

14-4 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

If reconnection isn't available, you can add it through your network provider's options. Here's how.

Step 1: Scroll down to Network Provider.

Step 2: Right-click on it to select New, then D-Word Value, and rename the new folder to Restore Connection. Set the value to 0.

After that, restart your computer.

Also read:  How to Enable Ransomware Protection in Windows 10

15-4 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

6. Use the “Task Schedule” to plan trips when starting out.

You can also fix the error by scheduling a task to run at startup. Use these steps to create and run tasks.

Step 1: Open file explorer Use the search tab to locate the folder. DriveMap.ps1 Created in the solution above. Copy the file.

Step 2: Go to the Windows search bar, and type Task scheduler , and open the app.

16-4 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 3: Expand the Action option and choose Create Task.

17-4 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 4: Go to the tab “General"And name the file.

Step 5: Click the Change User or Group button to select a local user or group.

Step 6: Scroll down the page and check the Run with highest privileges option, then click OK.

18-4 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 7: Go to the top of the page and select the tab Triggers.

19-3 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 8: in option Start the mission , select When logging in, and click OK.

20-3 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 9: Go to the tab “procedures"And click on New.

21-3 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 10: Specify the actions to take by selecting the Start Program option.

Step 11: Browse or paste the PowerShell script and press OK.

22-2 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Step 12: Select the tabthe conditions"And scroll down to the network.

Step 13: Check to start only if the next network is available.

Step 14: From the drop-down menu, choose Any network And click OK.

23-2 Top 6 Ways to Fix Unable to Reconnect All Network Drives on Windows 10

Restart your computer to confirm if the error has been cleared.

Reconnect all network drives

It's possible to clear the "Unable to reconnect all network drives" error by forcing Windows to wait for the network. Sometimes, disconnecting and then reconnecting external drivers can help resolve the error. Other times, running scripts to map drives at startup can help.

Go to top button