• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to share Program Files directory

darkcyber

Member
Ok, I've got several pc's on my LAN and one of them needs to pull data from the other one. The data needs to come from the Program Files directory. And the other pc can't navigate to the Program Files Directory. How can I force it to share that folder?

Thanks!
 
In run:

\\computername\c$\program files

or

\\ip address\c$

If you hit a prompt with guess account, you'll need to disable it by:-

control panel > administrative tools > Local Security Policy > Local Policies > Security Options > Network access: Sharing and security model for local accounts ---> CLASSIC.


 
is it prompting you for login credentials?

It makes things easier if you use the same account on both machines with the same password.
 
Try sharing the subfolder within Program Files.

I assume this is XP Home... you may also be able to edit the permissions with cacls, but try the above the first, since it should work nicely if you only need data from one or two folders within Program Files.
 
Originally posted by: Wizkid
Try sharing the subfolder within Program Files.

I assume this is XP Home... you may also be able to edit the permissions with cacls, but try the above the first, since it should work nicely if you only need data from one or two folders within Program Files.

Good catch :thumbsup:

XP Home does not have administrative shares. Sharing out the folder as stated Wizkid should work.
 
Allow general sharing for the whole drive and Map the drive as \\ip address\c$, and you would be able to share every byte.

:sun:

 
I'm using XP Pro. I've tried doing the subdirectory share and no good. I can access all of C: except the Program Files directory. I'm getting 'Access Denied' error when I click on Program files. 🙁
 
Originally posted by: JackMDS
Allow general sharing for the whole drive and Map the drive as \\ip address\c$, and you would be able to share every byte.

:sun:


Where and how are you talking about doing \\ip address\c$? Doing it from the run command...or where. Sorry networking isn't my strong suit.

And are you talking about doing this on the pc I'm trying to share program files on or the the pc trying to access it?
 
Yes, from Run, or from explorer, internet explorer etc.... From the local machine that is trying to get to the remote shares.

If you have the entire C drive shared out and can get to everything BUT the program files then the first place to look is the Security tab of Program files, the NTFS permissions. Sounds like it is locked down from there.
 
Originally posted by: ktwebb
Yes, from Run, or from explorer, internet explorer etc.... From the local machine that is trying to get to the remote shares.

If you have the entire C drive shared out and can get to everything BUT the program files then the first place to look is the Security tab of Program files, the NTFS permissions. Sounds like it is locked down from there.


Ok, I went and right clicked on Program Files and went to 'Sharing and Security', but I'm not seeing anything there that has NTFS permissions.
 
Back
Top