XBootMgr.exe

Windows Performance Toolkit binary used to start performance traces.

Paths

  • C:\Program Files\Windows Kits\10\Windows Performance Toolkit\xbootmgr.exe
  • C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\xbootmgr.exe

Commands

Execute

Executes an executable after the trace is complete using the callBack parameter.

Use case: Executes code as part of post-trace automation flow.

Privileges: Administrator

xbootmgr.exe -trace "{boot|hibernate|standby|shutdown|rebootCycle}" -callBack {PATH:.exe}

Execute

Executes an executable before each trace run using the preTraceCmd parameter.

Use case: Executes code as part of pre-trace automation or staging.

Privileges: Administrator

xbootmgr.exe -trace "{boot|hibernate|standby|shutdown|rebootCycle}" -preTraceCmd {PATH:.exe}

Resources