In Windows OS, ActiveSkyXP prompts for elevated access every time it runs. This is annoying and not a good security practice. I believe this is due to ASXP trying to write (temp databse) in windows protected area like "Program Files (x86)". Please consider refactoring the code to use "LocalApplicationData" instead. Then it won't prompt for elevated access.