Can I modify a Win7 environment to allow a .Net program to always run as Administrator?
问题 We are about to roll out several hundred new machines running windows 7, with the OS installed via WDS so at the moment we can make changes and sysprep them into the build. The problem is a .Net app we wrote years ago which itself spawns a modified command shell. That shell runs a dataflex application that itself needs to run with elevated permissions. We don't grant users any general admin rights. Is there a mechanism where we can pre-allow our .Net app to run as administrator so that the