I'm looking for a way to have my PC boot into Windows 7, auto login with an administrator load some software that needs to run as admin, then do a switch user and login with a guest account with less privileges.
I've thought of using a command line to lock the PC which will take it to the switch users screen, but what I really need, is for it to actually switch to a specified user.
Any ideas?
runascommand-line utility? I guess that still exists under Windows 7? You could call it from a batch file to launch the software under the admin account, from within your 'normal' account. – onnodb Nov 23 '09 at 20:01