Same the following script into a .bat file:
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" %1"
You can now drag and drop your executable on that .bat file to force it to run as current user.
Found on SuperUser with other solutions, if you are interested.