How can I access the System Account in Windows 7?

9

4

I have always wanted to have access to the system account in Windows 7 – on a test machine, not my regular use machine.

In Windows XP it is easy, there are how-to's all over the internet. How can I wield the power of the system account in Windows 7? It has to be possible, I just don't think people have actively/knowingly discovered how yet.

David

Posted 2010-12-10T21:35:12.840

Reputation: 6 975

Answers

9

Try psexec from Sysinternals as mentioned in this Stack Overflow answer:

[...] I came across this article which demonstrates the use of PSTools from SysInternals (which was acquired by Microsoft in July, 2006.) I launched the command line via the following and suddenly I was running under the Local Admin Account like magic:

psexec -i -s cmd.exe

PSTools worked great. It's a lightweight, well-documented set of tools which, in my opinion, provide an appropriate solution to my problem.

Andreas

Posted 2010-12-10T21:35:12.840

Reputation: 1 373