Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i Have 2 PC PC 1 : 192.168.0.1 PC 2 : 192.168.0.2 When i Test Ping its ok like this Screen Shot

and when i use Remote Desktop its Ok too ! but when i want to access files and type \\192.168.0.2 on the File expelorer then i get this Error (Unspecified Error)

and in Network Panel when i click on DesktopPC(The name of PC2) i get this erorr (Network Path Not Found)

What I have tried:

Tried Anything
Change IP
Turn OFF Firewall
Turn On And Set inbound outbound Rules
use Lite Manager Viewer
Change Cable ( i know its not related)
Posted
Updated 21-Nov-17 8:46am
v2

1 solution

You really need to learn how Windows networking works. I suggest Googling for "Windows networking basics".

The very basic overview:

First, each machine has its own account database that is the only database it will trust, except if all the machines involved are added to an Active Directory Domain. Then it's the domain controller that maintains the account database and all the members of the domain trust only that database. Remote machines have to use an account and password that exists in the account database.

Next, you need to setup a share on the machine that is hosting the files you want access to. Create a folder and right click it, click Properties, then click the Sharing tab. There's two different levels of Sharing, so what you do will depend on what you're doing. The share is going to need a name (don't use spaces in it) and a level of access at a minimum. Put the files you want to share in the folder.

Lastly, on the remote machine, you can simply do a Start -> Run -> \\serverName or IP\shareName to see the files in the share.
 
Share this answer
 
Comments
Member 13019612 21-Nov-17 16:28pm    
I already shared a folder but i cant access that folder from pc1
Dave Kreskowiak 21-Nov-17 17:30pm    
OK, the URI for the remote machines is going to be \\192.168.0.2\shareName.

And how was the share on that machine setup? Is it available to the group Everyone?
Member 13019612 22-Nov-17 4:41am    
Its shared for anyone with R/W Permetion and that ip not worked
Dave Kreskowiak 22-Nov-17 7:34am    
If you do the simple sharing, that's all it takes. There is a little link in the dialog on Win10 that says "Im having trouble sharing" that will diagnose most problems.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900