

- #WINDOWS 10 REMOVE MAPPED DRIVE HOW TO#
- #WINDOWS 10 REMOVE MAPPED DRIVE UPDATE#
- #WINDOWS 10 REMOVE MAPPED DRIVE PC#
Luckily, there’s a way to disable notifications at startup. Disable Notification at Windows Startupĭisabling the notifications could annoy you even after fixing the ‘could not reconnect all network drives’ error. By re-plugging or positioning the drive correctly, you allow the computer to map it again. If the error is caused by a disabled external device, a possible solution can be in reconnecting the actual drive. Step 3: Reboot your computer and your network will map only the connected devices. Note: Normally, the problematic drive has an X red icon on it. Right click on it and choose the Disconnect option. Step 2: Locate the network drive that has an issue.
#WINDOWS 10 REMOVE MAPPED DRIVE PC#
Step 1: Open the File Explorer, right-click This PC option, and press Disconnect network drive. Disconnect Network DriveĪt times, disconnecting all your network drives could be the solution you need to clear the error. Restart your computer and those scripts will run at startup.

Step 3: Open another Notepad and copy and paste this script. Step 2: Click the File option, choose Save as, and name the file as a. PowerShell -Command "Set-ExecutionPolicy -Scope CurrentUser Unrestricted" > "%TEMP%\StartupLog.txt" 2>&1 PowerShell -File "%SystemDrive%\Scripts\MapDrives.ps1" > "%TEMP%\StartupLog.txt" 2>&1 Step 1: Open Notepad and paste this script. Use Command Scripts to Map the DrivesĪnother solution would be to create scripts that run at startup.
#WINDOWS 10 REMOVE MAPPED DRIVE UPDATE#
Step 6: Restart your Computer to update the changes. Step 5: Select the Enabled button, then press OK and Apply. Right-click on it and select the Edit option. Step 4: On the right-hand pane, locate ‘Always wait for the computer startup and logon network. Step 3: Click Computer configuration, tap Administrative Templates, then select System, and lastly, press Logon. Step 2: Type gpedit.msc in the textbox and click OK to open the Local group policy editor window. Step 1: Press the Windows + R keys to open the dialog box. To do this, change the local group policy. Wrong changes may lead to system instability.If the error occurs because Windows was trying to map the drives before they were available, you can force Windows to wait for the network.

Note! Be careful while making changes in the registry. Check if the Mapp drive was removed and “This network connection does not exist” does not show anymore. Restart the Windows machine as the changes will not effect without a restart. Navigate in the Regedit on the following path: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2 You can search it also on Edit->Find and enter MountPoints2

To fix this error we will go through Regedit modifications.
#WINDOWS 10 REMOVE MAPPED DRIVE HOW TO#
How to fix “This network connection does not exist” For me, it didn’t work but anyhow you can try as the regedit modification need to be the last solution on your workaround. Before we continue with the regedit solution, you can try to disconnect/remove the mapped drive using net use commands explained in this previous article here.
