Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

how could i access a file of Windows folder in windows 7 using C# code. i want to access that file using administrator username password, instead of asking user to access file "AS ADMINISTRATOR".

share|improve this question
you mean you want to hardcode admin password into your program? – Raman Zhylich Jul 13 '12 at 17:56
yes. instead of requesting administrator access using UAC i want to provide password as hard coded in the code. – Abdul Jul 13 '12 at 17:59

1 Answer

Are you looking for something similar to this: A small C# Class for impersonating a User

P.S. Think about consequences of hardcoding an admin password in the code.

share|improve this answer
by this impersonation class i can access files list but could not access any file in those list. – Abdul Jul 13 '12 at 21:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.