2 thoughts on “How To – Run Under the System Account

  1. I like the screaming yellow cmd window in the SC method

    So why not do this for the psexec method as well?

    Here’s the line:

    psexec -s -i cmd.exe /k (cd c:\ ^& color ec ^& title ***** SYSTEM *****)

    And here’s the slightly easier to read yellow background, black text:

    psexec -s -i cmd.exe /k (cd c:\ ^& color e0 ^& title ***** SYSTEM *****)

  2. Hello Bortech,

    Thank you for the comment and the tip…
    We are exploring 2 options. One is psexec and the other is SC.Exe. We wanted to focus a little bit more on SC and not psexec tools…

    Till next time

    See ya

Leave a Reply