Tagged Questions

2
votes
2answers
1k views

Set app to require elevation?

I'm working on the bootstrap application of a new installer for some of our products. So far, I've been relying on two things that I read about somewhere: Applications whose name contains "setup" or ...
1
vote
2answers
797 views

How to set the process priority in C++

I am working on a program to sort data, and i need to figure out how to set the process to priority 31, which i beleive is the highest process priority in windows. I have done some research, but can't ...