Learning and Sharing
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
No Result
View All Result

The Network Folder Specified is Currently Mapped using a Different Username and Password

July 25, 2024
in A, Blog
0
ADVERTISEMENT

Table of Contents

In some cases, you got the following error when trying to connect to a network shared folder in Windows 10/11 computers.

4QI7ECwPUTdcZx4I1cZoCOILhmAIrmQ1Gn44g2WcZfJqhm3JHELailc6PaXS

Solution 1

1. To fix it, let’s right click on the Windows Start icon then open PowerShell as administrator.

2. Run the following command to stop the workstation service.

net stop workstation /y
# Output
PS C:\> net stop workstation /y
The following services are dependent on the Workstation service.
Stopping the Workstation service will also stop these services.

   Remote Desktop Configuration

The Remote Desktop Configuration service is stopping.
The Remote Desktop Configuration service was stopped successfully.

The Workstation service is stopping.
The Workstation service was stopped successfully.

3. Once the service is stopped, start it again using the command below:

net start workstation
# Output
PS C:\> net start workstation
The Workstation service is starting.
The Workstation service was started successfully.

Finally, trying to map the shared folder again to verify it works.

h8L9bebNIZh18tEFNR2uZzBBcRKtxrU8MLyi5PLrLGNds86DoiI0SPco86g9

Solution 2

If the first solution does not work. Let’s try the second one below.

1. Open PowerShell (without as administrator) then run the net use command. The net use will list all connected shared drive for the current logged on user, that why we need to open PowerShell without administrator.

Microsoft Windows [Version 10.0.19045.2006]
(c) Microsoft Corporation. All rights reserved.

C:\>net use
New connections will be remembered.


Status       Local     Remote                    Network

-------------------------------------------------------------------------------
OK                     \\10.10.2.101\public      Microsoft Windows Network
OK                     \\10.10.2.101\IPC$        Microsoft Windows Network
The command completed successfully.

As you can see in the output, the shared folder (\\10.10.2.101\public) is mapped without a drive letter. That is the root cause of the issue we get when trying to map it from Windows Explorer.

2. To fix it, we need to remove the mapped drive using the following syntax:

net use /delete \\server-name\foldername

Or you can remove all mapped drive using the below command:

net use * /delete
# Output
C:\>net use * /delete
You have these remote connections:

                    \\10.10.2.101\public
                    \\10.10.2.101\IPC$
Continuing will cancel the connections.

Do you want to continue this operation? (Y/N) [N]: y
The command completed successfully.

3. Now, trying to map the shared folder again to verify it works.

h8L9bebNIZh18tEFNR2uZzBBcRKtxrU8MLyi5PLrLGNds86DoiI0SPco86g9

From PowerShell, run the net use command again. You should see the mapped drive now has a driver letter.

C:\>net use
New connections will be remembered.

Status       Local     Remote                    Network

-------------------------------------------------------------------------------
OK           Z:        \\10.10.2.101\public      Microsoft Windows Network
The command completed successfully.
ADVERTISEMENT

Not a reader? Watch this related video tutorial:

5/5 - (1 vote)
Previous Post

Cannot Change the Location of the Offline Outlook Data File (.ost) in Microsoft Outlook

Next Post

How to Install OneNote for Windows 10 on Windows 11

Related Posts

Images Hidden Due To Mature Content Settings In CivitAI

August 31, 2024

Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

August 20, 2024

Running Hyper-V and VMware Workstation on The Same Machine

August 15, 2024

How to Uninstall All Autodesk Products At Once Silently

July 29, 2024
Ftr5

How to Uninstall the Autodesk Genuine Service on Windows

July 29, 2024

How to Remove The Test Mode Watermark Without Disabling Test Mode

July 28, 2024

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • How To Turn On uBlock Origin Extension in Chrome (2025)
  • Images Hidden Due To Mature Content Settings In CivitAI
  • Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

Categories

Stay in Touch

Discord Server

Join the Discord server with the site members for all questions and discussions.

Telegram Community

Jump in Telegram server. Ask questions and discuss everything with the site members.

Youtube Channel

Watch more videos, learning and sharing with Leo ❤❤❤. Sharing to be better.

Newsletter

Join the movement and receive our weekly Tech related newsletter. It’s Free.

General

Microsoft Windows

Microsoft Office

VMware

VirtualBox

Technology

PowerShell

Microsoft 365

Microsoft Teams

Email Servers

Copyright 2025 © All rights Reserved. Design by Leo with ❤

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory