When I try to run this as a normal user, I am being prompted with a UAC prompt for administrator privileges.
Seems like I am missing something if admin privileges are required for a user to initiate a session.
Saw this but was quite surprised, any idea when a UAC disabled version might be available?
https://forum.devolutions.net/topic29752-someway-to-handle-uac-better.aspx
Hi Mark,
For an option to disable the UAC prompt, it should be in the next release. I don't have a precise estimate, but it should be within a month. As for the unattended mode, this is a major release that will take longer, and will be available later during the summer.
Wayk Now will operate correctly if you do not elevate permissions, the prompt is there to cover some edge cases like controlling elevated programs or the task manager. Windows prevents the injection of input events in processes running with more privileges than the program injecting the input events. This elevation prompt is required only for the server, and doesn't affect the client. However, there is no way to know what will be used, and elevating permissions can only be done at program start, so we can't delay the prompt until it becomes necessary.
Best regards,
Marc-André Moreau