Share via

Data transfer via Either net cable from old PC to new PC

Dinesh Shah 0 Reputation points
2026-02-25T22:05:32.37+00:00

I have Windows 10 home version. Recently bought a new PC with Windows 11. I am trying to do a data transfer from old PC to new PC via Ethernet cable. I am getting following error message.

Please help to resolve this issue.

Thank you.

Dinesh

User's image

Windows for home | Windows 11 | Security and privacy
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Marcin Policht 81,795 Reputation points MVP Volunteer Moderator
    2026-02-25T22:58:22.9766667+00:00

    On the Windows 11 PC, map the share using explicit credentials so it does not reuse cached or incorrect ones. Start Command Prompt as Administrator and clear any existing connections:

    net use * /delete
    

    Then map the drive with the username and password from the Windows 10 PC:

    net use Z: \\DINSHAH\C$ /user:DINSHAH\Username Password
    

    Replace Username with the Windows 10 account name, and Password with that account's password. If the Windows 10 PC uses a Microsoft account, use the full email as the username.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. Randy Baroja 20,590 Reputation points Independent Advisor
    2026-02-25T22:49:36.6066667+00:00

    Hey,

    Thanks for getting in touch, and sorry you’re running into trouble moving your data to the new PC. I saw the screenshot you sent. That Network error (1208) with "\DINISHAH is not accessible" usually means there’s a problem with permissions or sharing on your old computer. Honestly, this happens a lot when you connect a Windows 10 machine straight to a Windows 11 one with an Ethernet cable. Most of the time it’s just a setting that requires adjustment.

    Start with the old PC. Turn off Password-Protected Sharing. Here’s how: open Control Panel, go to Network and Sharing Center, hit Change advanced sharing settings, expand All Networks, pick Turn off password protected sharing, then save.

    Now, check the network settings on both computers. Go to Settings > Network & Internet > Ethernet, and make sure the Network profile is set to Private. If it says Public, switch it to Private.

    Once you’ve done all that, try transferring your files again. Let me know how it goes, I’m here if you need more help.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.