Monday 18 March 2019

How can I access the System Account in Windows 7?


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.



Answer



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.



No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...