I have a Java App that can update itself.
The Java App run as a non-admin at first and if you want to update, it will execute a .lnk shortcut that I've created that points to another .jar file specifically just to update (but with admin access).
The .lnk shortcut that points to the .jar updater asks for adminpermissions by using this answer here >> https://stackoverflow.com/a/30028948/1862452
After updating the main jar, I want the .jar updater to run the main .jar again but I wanted it to be a non-admin. How do I do this? It is currently running as an admin because the updater jar is currently as running admin