Need help with drive accessing over network

killaconor

Honorable
Oct 6, 2012
22
0
10,510
Hello everyone, so i have a friend who has a home network with two computers running Windows 7 and one on XP. He wants to be able to access all of the drives on all of the computers FROM all of the computers. I am accessing his computers through a remote desktop program called Teamviewer 8. Whenever he tries to access a file on the drive ( or even the drive) it says "FILE is not accessible. You might not have permission to use this network resource. contact the administrator of this server to find out if you have access permissions. Access is denied". I made the Windows 7's from a homegroup to a workgroup ( all 3 computers are in the same one: MSHOME) i went into the Security options of the drive (on the Windows 7 computer) and added permissions to "Everyone" to have full rights and changed the owner of the drive to the user instead of ADMINISTRATORS. whenever it was applying the changes it occasionally gets a "Error Applying Security. C:\FILE The process cannot access the file because it is being used by another process. Continue?" So i can now access the C: drive of the Windows 7 computer on the Windows xp one but when i tried to access the program filesx86 folder (or any) it gives me the Access is denied error. This is as far as i've been able to make it. I would appreciate any advice or help,
 

killaconor

Honorable
Oct 6, 2012
22
0
10,510


32 bit professional version 2002 Service pack 2

whenever i run that command it says "The network name cannot be found"

 
from each machine, open a command box (Start, Run CMD, enter...) type ipconfig press enter... that is the local IP address to use. you should get something like this:

C:\Users\ccc>ipconfig

Windows IP Configuration


Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : corroded.local
Link-local IPv6 Address . . . . . : fe80::39f1:6351:
IPv4 Address. . . . . . . . . . . : 192.168.77.193
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.77.1

as you can see, my IP address is 192.168.77.193 and the router is 192.168.77.1

To connect to my machine from the same network (192.168.77.0/24) I would use \\192.168.77.193 that will show ALL the unhidden shares available. to use any visible shares, just double click and you should be challenged by a username/password box.

Substitute your IPv4 Address for mine... from the run box or the address bar of Explorer.