mrcapture
New member
- Joined
- Aug 1, 2020
- Messages
- 4
- Programming Experience
- 10+
I am performing file operations that require administrator permission in Windows 10 environment. For example, adding and deleting files to the c: directory. In this case, the user also needs to give Windows UAC approval for application. It can do the same anti-virus programs and does not ask the user for UAC approval every time. So how do anti-virus softwares do this? Can you help me with the method? I use C# as the development language.