If the UAC level is set to Never and a Standard Windows user runs up an app that requests for elevated admin privileges, what would be the expected behavior, should the app continue to run?
From the microsoft documentation:
The slider will never turn UAC completely off. If you set it to Never notify, it will:
This means that any application requiring admin privileges won't run, as the user has no admin privileges.