Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a requirement in my c# application to access the files of another computer which are in C drive, from my computer.The computers are in the workgroup and the remote computer UAC is enabled.

But unable to access those remote resources.

What I have tried:

Remotely changing the LocalAccountTokenFilterPolicy to 1 is working, but on the remote computer , in the permissions list of that LocalAccountTokenFilterPolicy, the users must be given full control. But this is not helpful for me.

I have also tried the impersonation, but no luck.

Is there any solution for this?
Posted
Updated 27-May-18 21:02pm
v2

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