1
You're probably going to say DUPE! but that question's answer is specifically for a batch file command while mine isn't
I have a domain that is running a program on all computers (Win7 and XP). In order for the Windows 7 systems to run the program properly, they have to "run as an administrator". Since these workstations are connected to a domain, that means that an admin has to be able to enter his/her credentials in order to run that program. All users need to be able to access this program, and I really don't want to grant ALL users in the domain admin access. Is there a way to run a single program as an admin without entering admin credentials?
Do they need admin to the Windows 7 computer or the server? Is it really the program (executable) or folder(other resource) they need access to as admin? – N4TKD – 2011-09-28T21:37:13.707
I've added the users as admins on local computer. I don't want to add them as admins on domain. @JohnDR – James Mertz – 2011-09-28T21:40:12.677
2Take the time to figure out why that program needs admin access, modify the filesystem, registry, and other acls to permit the program to run without being admin. – Zoredache – 2011-09-28T21:46:54.933