Как удалить элемент сетевого окружения windows 10

Key Points

  • Windows Explorer (Win 10/11): Open This PC, right-click the mapped share under “Network locations,” and click Disconnect.
  • Command Prompt: Run net use X: /delete (replace X with your mapped drive letter).
  • PowerShell: Use Remove-PSDrive -Name X (no colon after the drive letter).
  • Shortcuts: Right-click and delete shortcuts pinned to Desktop or Quick access.
  • Troubleshooting:
      • If removal fails, open Command Prompt/PowerShell as Administrator and retry.
      • Deleting a mapped drive does not delete the actual files; it only removes the reference.
  • Manage at Scale: Enforce permissions, back up critical data, and consider tools like NinjaOne for centralized oversight of Windows endpoints and shares.

This guide demonstrates how to delete a network share on Windows 10 and Windows 11 with step-by-step instructions for removing mapped network drives. It explains several methods, additional tools, and how to troubleshoot network share deletion.

What are Windows network shares

A network share allows access to files and folders between computers over a local network or VPN. Network shares are commonly used in business and education environments to share files between users for collaboration and to keep them stored in a safe, controlled (and backed-up) location. They are also increasingly common at home when connected to VPNs for remote work or sharing media with smart devices.

On Windows, it is common practice to permanently assign a network share to a local drive letter so that it’s always available in Windows Explorer. By doing this, the network share can be accessed just like your regular hard drive or a plugged-in USB stick using a drive letter (for example, instead of having to go to the network location \serverpathtoshare you can just navigate to the share mapped to the Z: drive). This is known as mapping a network drive. This saves the time and hassle of having to manually navigate to the network share (or type it in).

However, sometimes these shares can get disconnected or are no longer required: the location of a share may change, you may no longer have permission to access it, or you simply may no longer need to use the files on it. In some instances, shares are created on a Windows machine with the files on an external device that is later removed, but the share remains present (but unavailable).

Even when the share that was mapped to a network drive has been deleted, the mapped network drive needs to be manually removed.

Step-by-step guide to deleting network shares

To remove a network share on Windows, follow the relevant instructions below. If these basic instructions do not work for you, follow on for further troubleshooting steps using the Command Line.

How to delete network share mapping in Windows 11

The process to delete a network share that is mapped to a drive letter on Windows 11 is as follows:

  • Open the File Explorer (you can always find it by right-clicking on the Start button).
  • Click on This PC in the left navigation pane.
  • Under Network locationsRight-click on the mapped network share that you want to remove.
  • Click Disconnect.

How to delete network share mapping in Windows 11

This will remove the mapped shared drive, freeing up the drive letter for use. To restore the network drive, you will need to navigate back to its network address and re-map it.

How to delete network share mapping in Windows 10

The steps to remove a network share on Windows 10 that is mapped to a drive in Explorer are identical to Windows 11.

Deleting mapped network shares from the Command Prompt

To delete Windows shares that you’ve mapped to a network drive, use the net use command:

net use DRIVE_LETTER: /delete

Replace DRIVE_LETTER with the mapped network drive letter you want to delete (note that you also need to include the colon symbol).

For example, to delete a mapped network drive at the location Z:, run the following command:

net use Z: /delete

Deleting mapped network shares from PowerShell

To delete a mapped network drive in PowerShell, use the Remove-PSDrive cmdlet with the following syntax:

Remove-PSDrive -Name DRIVE_LETTER

Unlike net use, you don’t include the colon with the drive letter when running this command. For example, to delete the Z drive network share mapping, you would run:

Remove-PSDrive -Name Z

Deleting network share shortcuts

If you have a shortcut to network share on your Desktop or pinned to Quick Access in Windows Explorer, you can simply right-click to delete it as you would any other shortcut.

Troubleshoot network share deletion

If a mapped share does not disappear after deletion, try running Command Prompt or PowerShell as Administrator to remove it. To do this, right-click on the Start menu and open the Command Prompt or PowerShell as Admin, and then run the above commands.

A network share that has had its drive mapping removed will no longer appear in Explorer under This PC. Once you delete a mapped network share on Windows, any shortcuts you have created to files or folders on it will stop working.

Deleting a mapped network drive does not delete the files on it, it’s just removing the reference to it. Deleting files stored in a network share does delete them from the share, possibly permanently. A robust backup solution will protect you from accidental data loss if you are sharing files among multiple users.

Efficiently managing and securing Windows Shares at scale

If you are managing network shares and drive mappings for a fleet of devices, it’s important that both access is controlled and files are kept secure.

Users should only have access to the files they require to prevent sensitive information from being over-shared or leaked. Implementing permissions across your network also prevents users from accidentally interfering with the work of others. In addition to this, you should take advantage of the centralized nature of file shares in order to back up all the vital data and ongoing work for your organization.

NinjaOne provides a unified remote monitoring and management solution that automates and streamlines your IT operations, granting you visibility over your entire IT portfolio and ensuring that security policies are deployed and enforced.

Download Windows Speedup Tool to fix errors and make PC run faster

Windows 11 or Windows 10 allows you to add any drive or folder available on the network as a Network Drive. It makes it easy to access it instead of spending time going to the Network location and then accessing it. That said, once you are done with the network folders, it’s best to remove them else; it only increases the time to access This PC. This post will guide on how to remove Network Drive on Windows 11/10.

There are multiple ways to remove a network drive. You can do that using the File Explorer or Command Prompt, and even Registry. The last method comes in handy only when you cannot remove it using the first two. It can happen if, for some reason, the network drive will not disconnect.

  1. File Explorer
  2. Command Prompt or Windows Terminal
  3. Registry
  4. Clear Mapped Network Drive Cache

You will need an admin account to execute some of these methods.

1] Remove Network Drive using File Explorer

How to remove Network Drive on Windows

  • Open File Explorer
  • Click on This PC or Network
  • Right-click on the Network Drive you want to remove
  • Select Disconnect, and the network driver should disappear.

When doing this on Windows 11, you need to click on the Show More Options menu and choose disconnect.

2] Remove Network Drive using Windows Terminal or Command Prompt

Remove Network Drive in Windows Command Prompt

  • Open File Explorer and make a note of the drive letter you want to remove
  • Open Windows Terminal or Command Prompt with admin permission (Win + X)
  • Type the following command and execute it: net use Z: /delete
  • Check File Explorer and the mapped network should not be there anymore.

3] Remove Network Drive using Registry

Remove Mapped Network Registry

Before going ahead, make sure to either create a restore point or take a registry backup. If you accidentally delete something and the system becomes unusable, you can restore it to a working state.

  • Open Run prompt, and type regedit
  • Use Shift + Enter to launch the registry editor with admin permission
  • Navigate to the following path
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2

This place holds all the mapped network entries, and you need to locate the open you want to remove. It will be available as ##Server_Name#Share_Name, which in my case is ##Anant#f.

  • Please right-click on the folder, and delete it.
  • Choose Yes to confirm

Refresh File Explorer, and the network driver should not be there anymore.

4] Clear Mapped Network Drive Cache

Windows maintains a cache for all connected network drives. It allows the OS to load them quickly without waiting. Follow this guide to remove the mapped network drive cache and refresh everything.

I hope the post was easy to follow, and you were able to remove the network drive from your Windows 11/10 PC.

Read: Unable to map a Network drive.

How do I map a network drive in Windows?

Open File Explorer, go to This PC and click on the three-dot menu. Select the Map network drive option. It will open the selector window to select the drives available on the network.

How do I map a shared folder on your PC as Network Drive?

First, note the shared folder name, and then the name of your PC. Then follow the method to add a network drive and enter it in the following format: \\<PC-Name>\<Shared-Name>. Windows will add it as a network drive in This PC.

Read: Mapped network drives not working.

Mapped network drive fails to reconnect

If you cannot access the already mapped network drive, then first check if the drive is still available. If the shared access was removed, then the drive will not be able to reconnect. If it is there and you can see it on the Network, remove and re-add the network.

Ashish holds a Bachelor’s in Computer Engineering and is a veteran Windows. He has been a Microsoft MVP (2008-2010) and excels in writing tutorials to improve the day-to-day experience with your devices.

Reader Interactions


Readers help support Windows Report. We may get a commission if you buy through our links.

Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more

If you’re wondering how to delete mapped network drives, or you have tried and they’re not going away, read on for solutions. Mapped drives are mounted drives on your computer, usually represented by a name, letter (such as A, B, and so on), or number.

Drive mapping is the process used by operating systems so as to associate or connect a local drive letter, with an allocated shared storage area (shared directory) or folder, to a File/network server over a network.

Once a drive is mapped (or mounted), you’ll be able to read or write files from the shared storage or shared resource, accessing it in the same way you would any other drive located on your computer. Several computers can map their drives to the shared storage area (shared resource) and benefit from the networked space.

If you regularly or frequently need to access folders or files held on a server, without having to check your computer, cloud drive, or browsing the network, mapping a drive will save you more time and hassles.

Mapped drives are ideal particularly for organizations or institutions that hold documents on servers.

How can I delete mapped network drives on Windows 10?

  1. Use File Explorer to delete mapped network drives
  2. Use Command Prompt to delete mapped network drives
  3. Use dedicated uninstaller software

1. Use File Explorer to delete mapped network drives

  1. Right-click Start then select File Explorer or press the Windows button + E.
  2. Choose Computer (or This PC) on the left panel.

  3. Look at the Network locations for mapped drives.
  4. Right-click on the mapped network drive you want to remove/delete
  5. If your mapped drive is on a network location, right-click and select Disconnect. If it is on a network folder or FTP site, right-click and select Delete.

Once you do the above, the mapped network drives should disappear, or stop showing on your computer. Most users don’t know what to do when the Windows key stops working. Check out this guide and be a step ahead. If you’re having any file explorer issues, check the link below.

Note: to restore mapped network drives, you have to create them all over again.

2. Use Command Prompt to delete mapped network drives

  1. Right-click Start button.
  2. Select Command Prompt.

3. Type: net use drive letter/delete (for example, if you have a drive mapping using letter G, type net use G:/delete).

4. Press Enter.

Once you do the above, you will receive a confirmation that the mapped network drive has been deleted successfully. The mapped network drive will also disappear from your Windows/File Explorer immediately.

Note: this will only work for mapped drives with an assigned letter. If you have a network location mapping, like FTP or web servers, this solution will not work.

What to do if mapped network drives won’t disappear

In case you find that there are mapped network drives and locations that persist, or remain even after trying the solutions above, here two possible solutions:

  1.  Press F5 or right open File Explorer, then right-click anywhere and choose Refresh.
  2. Reboot your computer.

3. Use dedicated uninstaller software

Revo Uninstaller Pro is a software that does what the default Windows uninstaller does, but better. It will permanently delete files, uninstall any program, and empty the recycle bin as well.

The software comes with neat new features such as command-line uninstall support, scanning your device for random leftover files, and an incorporated database containing all the programs available to you.

In addition, the program has a Quick Uninstall feature, which allows you to queue multiple uninstallations in a row for the program to manage, removing the tedious manual process that you usually have to do. Lastly, the software will alert you if there are any files left after you uninstall something, and it will clean them for you if you want to.

Note: If you’re unsure whether your organization has mapped drives, check with your network administrator whether these are already set up on your computer. Alternatively, you can do the following:

  1. Press the Windows button + E
  2. Choose Computer (or This PC) on the left pane
  3. Look at the Network locations for mapped drives

Get Revo Uninstaller Pro

We hope the solutions from this article will resolve your issues regarding problematic mapping network drivers.

In case you need further assistance, share with us in the comments section below. Leave any other questions you may have there, as well.


Milan Stanojevic

Windows Toubleshooting Expert

Milan has been enthusiastic about technology ever since his childhood days, and this led him to take interest in all PC-related technologies. He’s a PC enthusiast and he spends most of his time learning about computers and technology.

Before joining WindowsReport, he worked as a front-end web developer. Now, he’s one of the Troubleshooting experts in our worldwide team, specializing in Windows errors & software issues.


Все способы:

  • Способ 1: Системные средства
    • Изменение параметров общей папки
  • Способ 2: Настройка через маршрутизатор
    • Добавление нового устройства
    • Удаление сетевых подключений
  • Вопросы и ответы: 0

Если Windows 10 не видит сетевое окружение, воспользуйтесь нашим отдельным материалом, где описаны возможные методы решения проблем с его обнаружением.

Подробнее: Устранение проблем с обнаружением сетевого окружения в Windows 10

Способ 1: Системные средства

Настроить сетевое окружение в Windows 10 можно с помощью встроенных средств. Такая процедура расширяет возможности устройств в одной сети, позволяя работать, играть в сетевые игры и передавать файлы на компьютеры, которые связаны между собой. Причем возможность используется не только для решения рабочих задач, но и в домашних условиях.

Проделать инструкцию, разобранную ниже, потребуется на всех компьютерах, которые будут подключены к одной локальной сети, а не только на главном устройстве.

  1. Перейдите в раздел «Система» штатных «Параметров». Для этого можно использовать сочетание «Win + I» или кликнуть правой кнопкой мыши по «Пуску» и выбрать соответствующий пункт.
  2. как настроить сетевое окружение в windows 10-01

  3. В центральной части окна выберите ссылку «Дополнительные параметры системы».
  4. как настроить сетевое окружение в windows 10-02

  5. В открывшемся окне перейдите на вкладку «Имя компьютера» и нажмите на «Изменить».
  6. как настроить сетевое окружение в windows 10-03

  7. Далее нужно переименовать каждый компьютер. Здесь следует быть внимательным, поскольку имя рабочей группы должно быть одинаковое на всех устройствах, а имена – отличаться. Как только переименуете ПК, нажмите «ОК» для подтверждения.
  8. После этого компьютер будет перезагружен, и можно приступать к настройке сетевого обнаружения. Найдите иконку сетевого подключения, расположенную на рабочей панели справа, кликните по ней правой кнопкой мыши и выберите пункт «Открыть «Параметры сети и Интернет»».
  9. В открывшемся окне раздела «Параметров» кликните по строке «Центр управления сетями и общим доступом».
  10. как настроить сетевое окружение в windows 10-06

  11. На панели слева щелкните по ссылке «Изменить дополнительные параметры общего доступа».
  12. как настроить сетевое окружение в windows 10-07

  13. Отобразится окно с глобальными настройками различных типов подключения. Для начала разверните меню «Частная» и отметьте пункт «Включить сетевое обнаружение». Обратите внимание, что функция автоматической настройки на сетевых устройствах также должна быть активна. Далее поставьте отметку у пункта «Включить общий доступ к файлам и принтерам».
  14. как настроить сетевое окружение в windows 10-08

  15. Те же самые настройки нужно провести и другим типом подключения – «Гостевым».
  16. как настроить сетевое окружение в windows 10-09

  17. Потом разверните меню «Все сети» и в блоке «Общий доступ к общедоступным папкам» отметьте «Включить общий доступ, чтобы сетевые пользователи могли читать и записывать файлы в общих папках».
  18. как настроить сетевое окружение в windows 10-10

  19. Активируйте такую функцию, как «Использовать 128-битное шифрование для защиты подключений общего доступа», а в блоке «Общий доступ с парольной защитой» отключите опцию.
  20. как настроить сетевое окружение в windows 10-11

  21. По окончании глобальной настройки нажмите на «Сохранить изменения».
  22. как настроить сетевое окружение в windows 10-12

  23. И в качестве завершающего этапа остается изменить свойства сетевого адаптера, а точнее – протокола TCP/IPv4. Для этого кликните по «Пуску» правой кнопкой мыши и вызовите «Сетевые подключения».
  24. как настроить сетевое окружение в windows 10-13

  25. Кликните по строке «Настройка параметров адаптера».
  26. как настроить сетевое окружение в windows 10-14

  27. Далее нажмите правой кнопкой мыши по вашему подключению и из контекстного меню выберите пункт «Свойства».
  28. как настроить сетевое окружение в windows 10-15

  29. На вкладке «Сеть» в списке найдите пункт «IP версии 4 (TCP/IPv4)», выделите его и щелкните по кнопке «Свойства».
  30. Выберите опцию «Использовать следующий IP-адрес» и задайте данные в полях ниже:
    • IP-адрес: 192.168.1.2
    • Маска подсети: 255.255.255.0
    • Основной шлюз: 192.168.1.1
    как настроить сетевое окружение в windows 10-18

    Обратите внимание, что IP-адрес должен быть одинаковый на всех устройствах, кроме последних цифр в четвертом блоке (все блоки разделены точками). Используются цифры от 0 до 255, поэтому выставьте разные значения для ПК в локальной сети.

  31. Также потребуется вручную задать DNS-сервер. Отметьте соответствующий пункт, затем в качестве предпочитаемого сервера введите 192.168.0.1, а в качестве альтернативного – 192.168.0.0. Сохраните настройки.

как настроить сетевое окружение в windows 10-19

Если все сделано правильно на всех устройствах, тогда компьютеры будут подключены в одну локальную сеть.

Изменение параметров общей папки

Чтобы закончить настройку сетевого окружения, потребуется выбрать общую папку и произвести правильную настройку, чтобы другие устройства, подключенные по сети, смогли получить к ней доступ.

  1. Кликните правой кнопкой мыши по папке, которая будет общей, затем в контекстном меню выберите пункт «Свойства».
  2. как настроить сетевое окружение в windows 10-20

  3. В открывшемся окне перейдите на вкладку «Доступ» и щелкните по «Расширенная настройка».
  4. Отметьте пункт «Открыть общий доступ к этой папке», затем кликните по «Разрешения».
  5. Далее потребуется добавить всех пользователей, то есть имена компьютеров. Можно оставить так, как выставлено по умолчанию («Все»), но есть возможность и указать определенные устройства. Нажмите на кнопку «Добавить» и введите имена устройств в специальном поле, после чего в столбце с разрешениями поставьте галочку у пункта «Полный доступ» и сохраните настройки.

После выполненных действий все устройства смогут получить доступ к сетевой папке, причем создавать таких каталогов можно неограниченное количество.

Также следует настроить безопасность сетевого окружения:

  1. В окне со свойствами сетевой папки перейдите на вкладку «Безопасность» и кликните по «Изменить».
  2. Нажмите на кнопку «Добавить».
  3. Введите в поле с именами слово «Все» или имена устройств, затем нажмите «ОК».
  4. как настроить сетевое окружение в windows 10-26

  5. В предыдущем окне с настройками безопасности в столбце «Разрешить» отметьте нужное, затем примените и сохраните новые параметры.

Чтобы настройки вступили в силу, потребуется перезагрузить компьютер.

Способ 2: Настройка через маршрутизатор

Также существует способ настроить сетевое окружение непосредственно через роутер. Это подойдет для ноутбуков ввиду их мобильности: достаточно создать точку доступа Wi-Fi, расшарить нужные папки, после чего выбранные пользователи смогут получить к ней доступ. В этом случае потребуется вручную создать BAT-файл, который представляет собой формат ввода для консольных команд.

  1. На главном устройстве создайте текстовой документ: кликните правой кнопкой мыши по свободной области рабочего стола или открытой папки, затем в контекстном меню наведите курсор на пункт «Создать» и выберите «Текстовой документ», чтобы запустить предустановленный «Блокнот».
  2. как настроить сетевое окружение в windows 10-28

  3. В открытом окне текстового редактора введите следующее:

    netsh wlan set hostednetwork mode=allow ssid-«My Net» key=«password»
    netsh wlan start hostednetwork

    Вместо «password» введите свою комбинацию, которая будет являться паролем.

  4. как настроить сетевое окружение в windows 10-29

  5. Нажмите на вкладку «Файл», затем выберите пункт «Сохранить как».
  6. как настроить сетевое окружение в windows 10-30

  7. В меню «Тип файла» выберите «Все файлы», затем в поле выше введите название будущего файла, например «Start_hotspot», но в конце обязательно допишите .bat. В результате должно получиться Start_hotspot.bat. Нажмите на «Сохранить».
  8. как настроить сетевое окружение в windows 10-31

  9. Создание BAT-файла позволяет избежать ввода данных команд в консоль вручную – достаточно запустить двойным кликом мыши его после каждого включения ПК или ноутбука.

Теперь останется настроить доступ для диска или любой папки. Для этого вернитесь к предыдущему разделу статьи – «Изменение параметров общей папки».

Добавление нового устройства

Также следует упомянуть и возможность добавления нового устройства в общую сеть, к которому смогут получить доступ все подключенные компьютеры. К примеру, вы решили сделать общим принтер — тогда действовать надо следующим образом:

  1. Найдите и запустите встроенное средство «Панель управления».
  2. как настроить сетевое окружение в windows 10-33

  3. В качестве отображения разделов выставьте крупные или мелкие значки, затем выберите «Устройства и принтеры».
  4. как настроить сетевое окружение в windows 10-34

  5. В отобразившемся списке доступных устройств кликните ПКМ по нужному оборудованию и выберите «Свойства принтера».
  6. как настроить сетевое окружение в windows 10-35

  7. На вкладке «Доступ» понадобится отметить пункты «Общий доступ к данному принтеру» и «Прорисовка заданий печати на клиентских компьютерах». Далее переходите на вкладку «Безопасность» и в блоке с разрешениями поставьте галочки у тех операций, которые будут разрешены подключенным пользователям. Примените и сохраните настройки.
  8. как настроить сетевое окружение в windows 10-36

Для добавления устройства запустите «Проводник», затем на панели слева в меню «Сеть» нажмите по имени компьютера, где была произведена настройка выше, — в центральной части окна отобразятся сетевые папки и устройства. Кликните ПКМ по новому принтеру и выберите из контекстного меню пункт «Подключить».

При необходимости можно назначить новое оборудование в качестве устройства по умолчанию. Для этого кликните по его названию в окне «Устройства и принтеры» правой кнопкой мыши, затем по соответствующему пункту.

Удаление сетевых подключений

Если надо удалить сетевое подключение, воспользуйтесь средствами штатных «Параметров» или отредактируйте системный реестр. Об этом более детально описано в нашем отдельном материале с пошаговыми инструкциями. Там же разобраны методы решения проблем, которые могут возникнуть после удаления сетевых подключений.

Подробнее: Удаление сетевых подключений в Windows 10

как настроить сетевое окружение в windows 10-37

Наша группа в TelegramПолезные советы и помощь

Remove network drive on Windows 10

Remove network drive on Windows 10
  • To remove network drive on Windows 10, open “This PC” on File Explorer, right-click the mapped drive, and select the “Disconnect” option.
  • Or, on Command Prompt, run the “net use d: /delete” command.
  • Or you can also remove a network drive from the Registry.

On Windows 10, the ability to map a drive allows you to create quick access to files stored on another device connected to the network. However, it’ll come a time when you may need to remove a mapped network drive because you no longer need it, settings are changing in the network or disconnect and reconnect to troubleshoot a mapping problem.

Whatever the reason, Windows 10 includes the ability to map and disconnect (unmap) a network drive using File Explorer, Command Prompt, and even the Registry (if the first two methods don’t work).

This guide will teach you three ways to remove a network drive on Windows 10.

  • Disconnect mapped network drive on Windows 10 from File Explorer
  • Disconnect mapped network drive on Windows 10 from Command Prompt
  • Disconnect mapped network drive on Windows 10 from Registry

Disconnect mapped network drive on Windows 10 from File Explorer

To remove a network drive on Windows 10 from File Explorer, use these steps:

  1. Open File Explorer on Windows 10.

  2. Click on This PC from the left pane.

  3. Under the “Network locations” section, right-click the mapped drive and select the Disconnect option.

    Disconnect mapped network drive using File Explorer

Once you complete the steps, the network drive will no longer be available on the computer.

Disconnect mapped network drive on Windows 10 from Command Prompt

To remove a mapped network drive from Command Prompt, use these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  3. Type the following command to delete the mapped network drive on Windows 10 and press Enter:

    net use z: /delete

    In the command, replace the “z” with the mapped drive letter to remove.

    Delete mapped network drive using Command Prompt

  4. Restart your computer.

After you complete the steps, the mapped network drive should no longer be available on your device.

Disconnect mapped network drive on Windows 10 from Registry

Alternatively, if you have issues disconnecting the mapped drive (such as the error message “This network connection doesn’t exist”), then you can use the Registry with the steps:

Warning: Modifying system files can damage your Windows installation if done incorrectly. It’s assumed that you know what you’re doing and have previously created a full backup of your computer. Proceed with caution and use this as the last course of action.

  1. Open Start.

  2. Search for regedit and click the top result to open the Registry.

  3. Browse the following path:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2
  4. Right-click the mapped drive that you want to remove. For example, right-click ##Server_Name#Share_Name, then click the Delete option.

    Remove mapped network drive using Registry

  5. Click the Yes button.

  6. Browse the following path:

    HKEY_CURRENT_USER\Network
  7. Right-click and delete the network share that refers to the mapped drive. For example, in this case, the “Z” key.

    Delete mapped network drive from File Explorer using Registry

  8. Click the Yes button.

  9. Restart your computer.

Once you complete the steps, the network drive should disappear from File Explorer, enabling you to map the drive again or continue without it.

Mauro Huculak is a
Windows How-To Expert and founder of

Pureinfotech
(est. 2010). With over 21 years as a technology writer and IT Specialist,
Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS.

Certifications:

Microsoft Certified Solutions Associate (MCSA),


Cisco Certified Network Professional (CCNP),


VMware Certified Professional (VCP),
and

CompTIA A+ and Network+.

Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central.

You can follow him on

YouTube,
Threads,
BlueSky,
X (Twitter),
LinkedIn and
About.me.
Email him at [email protected].

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Windows 7 режим роутера
  • Пропал стерео микшер windows 10
  • Jdk installation in windows
  • Восстанавливается предыдущая версия windows как остановить
  • Sony firmware extension parser device driver windows 10 64