ADM is a tiny Windows utility that lets you run programs without triggering admin (UAC) prompts. It uses the RunAsInvoker compatibility layer to force applications to run at your current user level.
Simply add adm.bat to your PATH, then type adm in a command prompt, click enter, and type in the program you want to run - perfect for apps that don’t actually require full admin rights but normally trigger a UAC prompt.
Note: Programs that truly need administrator privileges may not work properly.