Share via

Error code: 0x80070035 Network error - Windows cannot access \\"networkpath"\"foldername"

Anonymous
2010-05-25T19:12:35+00:00

I have a laptop that is not seen on my network. I have tried everything to see it from the other computers in the same Workgroup. I have turned off the firewall. and uninstalled Norton Internet security 2010. All my other computers do not have this problem. Everything is Windows 7 pro. I am to a point now where I am going to reinstall Windows on the laptop and start from scratch. Unless someone has a sugesstion. here is some of what I have done:

made sure everyone is in the same Workgroup

Network discovery is on

I can ping everyone from both sides - laptop to PC's and PC's to laptop

I can see homegroups and computers but cannot access them, again from either direction.

Other laptops in the network do not have this problem.

I upgraded the problem PC to windows 7 and that's when the problem started.

<input id="gwProxy" type="hidden"></input> <input id="jsProxy" onclick="jsCall();" type="hidden" />

Windows for home | Previous Windows versions | Internet and connectivity

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

11 answers

Sort by: Most helpful
  1. Anonymous
    2010-05-25T19:41:01+00:00
    • Is folder sharing enabled on the laptop?
    • Did you create any shares? Can you post an example of a share name?
    • What is the laptop's NetBIOS name?
    • What is the laptop's IP address?
    • What do you see when you type this command from a Command Prompt at one of the other PCs:

      net use Q: "\LaptopName\ShareName"

    • What do you see when you type this command from a Command Prompt at one of the other PCs:

      net use Q: "\LaptopIPAddress\ShareName"

    • What do you see when you type this command from a Command Prompt at the laptop itself:

      net use Q: "\%ComputerName%\ShareName"

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2010-05-25T21:08:30+00:00

    The result of the last test suggests one of three things:

    a) The "Public" share does not exist on the laptop. To find out, run this command from the laptop's Console:

        net share public

    b) Sharing is not enabled on the laptop. To find out, launch the Control Panel, then Network and Sharing Center, then Change advanced sharing settings, then check File and Printer sharing.

    c) The "Server" service does not run on the laptop. To find out, do this:

    1. Click Start.
    2. Type the three letters cmd into the Search box.
    3. Press Ctrl+Shift+Enter
    4. Click "Run as Administrator".
    5. Type the following command:

        net start server

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2013-07-30T16:46:31+00:00

    <input id="gwProxy" type="hidden"></input> <input id="jsProxy" onclick="jsCall();" type="hidden" />

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2011-11-22T14:08:56+00:00

    go to LAN Properties

    and check "the connection uses the following items"

    make sure "client for Microsoft Networks" selected

    and check all other protocol and items seleted.

    and then try to access..

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2010-05-25T20:15:49+00:00

    1.) Yes I created shares

    2.) My Documents

    3.) FFLNlaptop2

    4.) 192.168.2.4

    C:\Users\Steven P. Owen>net use Q: \FFLNlaptop2\Users\Public

    System error 53 has occurred.

    The network path was not found.

    C:\Users\Steven P. Owen>net use Q: \192.168.2.4\User\Public

    System error 53 has occurred.

    The network path was not found.

    I get the same message from the Laptop to PC when using net use.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments