I made an error in elevating one program to run at what I thought was the highest priority of any other program running at the same time. In effect I made it run only in the administrator mode, which I do not want. I have tried
(1) Right-click on the shortcut, and click Properties.
Click Advanced, and uncheck “Run as Administrator” (but that box was already unchecked)
(2) Check the properties of the executable itself.
R-click > Properties > Compatibility > Uncheck “Run this program as administrator”.
(if I am seeing the right property, that too is unchecked)
(3) The program still elevates… maybe “the requestedExecutionLevel parameter set to “highestavailable” or “requireAdministrator” set in the manifest, which is usually embedded inside the executable.
Can someone please advise how to change the Execution level, if that indeed is my problem?