How can I get a command prompt as the SYSTEM user on Windows 7?
Context: I'm testing a computer startup script, and I need to figure out the behavior of a command when run as SYSTEM rather than my user account.
I've seen ways to do this with at and psexec, but those methods only appear to work on Windows XP or Windows Vista.
I'm using Windows 7 Pro SP1.

