0

I've set up sharing for a folder called 'shared'. In the Network view in file explorer my computer is visible by it's network ID. If I click on it I can see the shared folder. If I open \\PC1\shared, it says "network path not found". If I open \\127.0.0.1\shared it enters the folder, no probs. 'net view' says nothing, but 'net view \\PC1' shows the shared folder. Adding Everyone to security tab does nothing, after removing the dialog however fails with also "path not found". I am on private network. I'm on Windows 10. File and printer sharing is enabled. Toggling firewall doesn't seem to change anything. Might someone have an idea what else could be wrong?

1 Answer 1

1

On the Windows 10 computer with the shared drive (let's call this computer MAIN):

Make sure Network Discovery, File and Print Sharing, and Password Protected sharing are all ON. Restart if you make changes.

On another computer, open a command prompt. Type:

NET USE Z: \MAIN\SharedFolder and authenticate.

If you have a small network and no internal DNS Setup, use:

NET USE Z: \IPaddressofMAIN\SharedFolder and authenticate.

What numerical error do you get.

You may need to setup a Windows User account and then use this user to provide credentials for the Shared Folder. This can make folder sharing very easy.

2
  • The error code is 0x80070035. net use returns 67. I'm not sure if I made it clear, just in case: I cannot open \\MAIN\sharedFolder from MAIN by this network path.
    – Pyjong
    Commented Sep 29, 2021 at 14:17
  • windowsreport.com/system-error-67-occured Check to make sure mapping is correct and then also use IP address. Go through the various possibilities in the article and other Error 67 articles. See if you are depending on SMBv1 which has largely been removed (Windows 10 should be fine). Also restart all computers.
    – anon
    Commented Sep 29, 2021 at 14:25

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .