How can I make a call into an elevated service without requiring an elevation prompt?

2 · Raymond Chen · Oct. 17, 2019, 2:16 p.m.
Summary
A customer said that they had two applications running on the machine. The client application is running non-elevated, and the service application is running elevated. They want the client to be able to make calls into the service without making the user approve elevation prompts for each call. The post How can I make a call into an elevated service without requiring an elevation prompt? appeared first on The Old New Thing....