I want run my program under a limited user account but with administrator privileges on windows XP.
I can't find an answer. I think I can use two ways:
- Run my program by another way like a program or a service
- Run my function with some method like PrincipalPermission space or something like this
But I can't solve this problem.