I've written a program that has to be run as another account for specific reasons. By that I mean the users of it will have to right click the exe and run as their domain admin account because it uses heavy AD functionality. They cannot login to their local machines as their domain admin account. However, when you do that, controls that accept drag and drop won't accept anymore. If I run the program as the logged in user it works fine. Is there any way around this?
I'm pretty good with autoit programming and I'm surprised this one has me stumped. Perhaps I'm over thinking it?