I'm having troubles to port an old program of mine (based on
this code) to Windows 10 (coming from Win7)
When I start nlh.exe as a non-elevated process, only non-elevated programs seems to react to the hook. Starting nlh.exe with admin-rights only works on elevated, but not on non-elevated programs. I've already tried uiAccess=true inside the manifest, test-signed my program (
Jimmy Brush's reply) and installed the .cert on Win10, but I still get the "A referral was returned from the server."-Message. Is there anything else I have to do, to make it work on Win10? Is uiAccess=true the only way?
All suggestions are welcome

Thx
edit1: Seems like I made a mistake installing the certificate... uiAccess=true works now without the error message, but I still don't get a signal from non-elevated and elevated programs at the same time