https://bugs.documentfoundation.org/show_bug.cgi?id=171348
--- Comment #10 from Eyal Rozenberg <[email protected]> --- So, according to the answer to this question I asked the other day: https://stackoverflow.com/q/79919890/1593077 (and for which I sacrificed some SO reputation ... T_T ) UAC is only triggered when a process is launched by an unprivileged/less-privileged process. So, all we have to do is: _not_ launch a process by LO itself. If we have a Windows service in place (which we arrange for at LO installation time), then - we just inform that service somehow that we want _it_ to do the work for us (with or without launching a process). And then there will be no UAC. -- You are receiving this mail because: You are the assignee for the bug.
