Run Windows 10, C# application under system account in order to display the complete subdirectories and files tree

141 views Asked by At

I want to create an application that recursively displays the subdirectories and files starting from a root directory. There are some directories / subdirectories that cannot be accessed by administrator account. When starting the application, I want it to receive system rights in order to display the whole directory tree. How can I achieve this?

0

There are 0 answers