Possible Duplicate:
How to prevent Vista from requiring elevation on patch.exe?
One of my programs is called "PatchCompiler.exe". It runs in the console. Or rather, it doesn't run, because Windows 7 treats an EXE file differently if it has "Patch" anywhere in its name, requiring elevated permission ("Do you want to allow the following program from an unknown publisher to make changes to this computer?"). Even if I grant this permission, it runs in an ephemeral console that disappears before I can see its output.
Yes, I know I could fix this problem by renaming my program. But it compiles patches...
Does anybody know how to change this annoying behaviour?
Edited to add: Just to make myself clear: I don't want my program to run with elevated status! Who knows what bugs I left in it?