Reputation: 1019
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".
Upvotes: 0
Views: 145
Reputation: 2635
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.
Upvotes: 1