You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
A process inherits the permissions from the parent process.
A process can with CreateProcessWithLogon() be started with other rights.
Can the rights of the current process also be changed?
Last edited by Bernhard Fomm; 21 Oct 2009, 09:25 AM.
I don't believe you can change the existing permissions, at least I can't find a function to do that. However, the doc says you should be able to use DuplicateHandle() on an access token if you need a handle with specific permissions.
This sounds like a great way to get around security, so I would not be totally surprised if it is NOT allowed, but you can try it.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment