Ask Your Question
4

What is the issue when trying to start the program with administrator privileges in C++ WinAPI?

asked 2022-08-24 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-03-12 05:00:00 +0000

qstack gravatar image

The issue when trying to start the program with administrator privileges in C++ WinAPI is that the user may not have the necessary permissions or authorization to access and execute administrative tasks. This can result in an error message or denial of access to certain system resources, such as protected system files or registry entries. To solve this issue, the program may need to be modified to request the appropriate privileges and permissions from the user or system administrator.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-08-24 11:00:00 +0000

Seen: 9 times

Last updated: Mar 12 '23