privesc from admin to system
// install psexec tool from sysinternals suite //
// run on cmd with admin privileges: //
psexec -i -s cmd.exe
// if psexec command doesnt work, check the "path" system environment variable //
// run "whoami" on the newly opened session //
// "nt authority\system" should be displayed //