Skip to content
Alexander edited this page Aug 27, 2021 · 4 revisions

Welcome to the Tokenvator FAQ Section!

Getting a TrustedInstaller Prompt

GetTrustedInstaller /command:cmd.exe

or

GetTrustedInstaller /command:cmd.exe /Legacy

Getting a LocalService/NetworkService Prompt

  1. Change your working directory to a world readable location.
cd C:\
tokenvator.exe
  1. Get NT AUTHORITY/SYSTEM Privileges
GetSystem
  1. SeTcbPrivilege may need to be enabled
Enable_Privilege /Privilege:SeTcbPrivilege /Impersonation
  1. Logon the user
Logon_User /Username:networkservice /Command:cmd.exe

or

Logon_User /Username:localservice /Command:cmd.exe