I tried with WMI but doesn’t work.
I also tried this with LogonUser but it doesnt work because LogonUser only works for local computers.
So how can I copy a file or at least get connected to the computer so it accept System.IO.File.Copy?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you need a share with that you can access on every computer, you can try
\\computername\c$.If your app has admin-rights, you can copy files to every location on the c:. Use
\\computername\d$ford:and so on.Hope this helps.