Is there any way, on Windows 7, to let users have the "Run as Administrator" option available without giving them full local admin rights?
It will grant them the same level of access to the machine, but without being admin all the time. I like the way OSX solves this (asking the user for their password when they try something that requires elevated privileges), but I haven't found anything similar for Win7.
Windows 7 has User Account Control (UAC) that does pretty much the same thing, and you can customize it, although it sounds like you have it disabled.
HI I think you might be looking for the runas command:
http://support.microsoft.com/kb/294676
Also check here for command line options:
http://support.microsoft.com/kb/294676
You could create a simple bat file.
Just like mac os this requires an administrator password.