Accessing Every File on the File System (no matter what) On Windows 7

Posted by LonnieBest on Stack Overflow See other posts from Stack Overflow or by LonnieBest
Published on 2010-05-07T19:34:49Z Indexed on 2010/05/07 19:38 UTC
Read the original article Hit count: 215

Filed under:
|
|

In c#, on a windows 7 machine, how can I programmatically access every file on the file system as though I was a "Master Administrator".

The main priority here, is that after my c# program is installed, that it won't run into any file/folder access permission problems. My program runs as a windows service, and it must allow a user to backup any files on the file system.

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-7