@Max-South
thanks for the link, but this only solves issues for the “open with notepad++” explorer context menu.
unfortunately it would not fix other issues, like the drag and drop isolation, inaccessibility of user level mapped network drives and so on.
note: this is a solely windows internally based limitation of uac as intended by design, and even explorer itself could not handle it.
(explorer example: try to open any installer .exe or any other program that needs elevated rights from a network drive. it will fail if it needs to access resources within this .exe or other files on that network drive)
any application that wants to circumvent this isolation, must use a daemon process which “talks” to the user level application via event and command queues (example: teamviewer system service) so a hell lot of work to do, and in my opinion (as a non notepad++ developer) near impossible to do it with an editor that uses external plugins (each would have to have it’s own daemon if needed).
Please do not get me wrong: NPP is a truly amazing lightweight productivity marvel versus heavy, fat, slow and glitchy environments. But this excellence makes the quirks like those were discuss here even more frustrating. Let’s hope NPP will be able to get rid of the error without users manually redoing SendTo/OpenWith context menu commands or switching off UAC and so on. :)
of course, you are correct. these are only workarounds, that might not suit every needs.
and there’s nothing to get wrong here, you can always speak freely the way you do. this place is filled with devs, it pros and power users, and many if not almost all agree to what you’ve said.
and here comes my “i hope you didn’t get me wrong ;-)”:
the explanations and detailed guide on how to disable uac wasn’t for you, as it would have sufficed to tell you “disable uac” in a one line answer.
none of us would have given you this extensive guide, if it would just be for you, after reading that you elevate npp via schtasks.
it’s mainly for regular users that have a similar problem, found your thread, and don’t know how to handle uac or what it means … it also saves some time on repeated questions if there’s a step by step solution that can be linked to, from every supporting community member.