@Walter Stifter (Privat) , based on my research, I find it will be hard to only set the admin power for the shell32 Section. As usual, we need to set the admin power for the whole application.
We could add Application Manifest File to the Windows service project and set the following properties:
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
You could refer to the following link to know the detailed steps to do it.
How to Start Windows Service As Administrator Privileges
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.