I have an application I'm supporting that manages instances of MS Access 2010. I've noticed that when it opens Access databases that have been downloaded, they open in Disabled Mode. This prevents the user from doing things like executing update queries, displaying the message:
The action or event has been blocked by Disabled Mode.
I found this solution for turning it off through the UI, but I need to be able to accomplish this programmatically. Is there any way to turn off Disabled Mode using .NET instead of relying on user interaction?
Also worth noting, the domain where the files are coming from is included in ZoneMap/Domains registry entries, so the source should be considered a trusted location.