We are developing a WPF 4.0 application for internal use. On some clients, we are experiencing huge performance issues due to UI automation (these clients have software i
Take a a look at this article :
Preventing UI Automation access to an application
It is said that UIAccess flag may be able to solve your problems!
UIAccess flag
Chack also this article so as to create a Trusted certificate :
Problem with manifest and uiAccess set to true...