#system #service-account #windows #admin

app sysrun

Run any executable as local SYSTEM account (no service required)

1 unstable release

Uses new Rust 2024

new 0.1.0 Mar 24, 2025

#46 in Windows APIs

MIT license

14KB
337 lines

crates.io MIT licensed

Sysrun

Run any executable as local SYSTEM account (no service required).

It is directly taken from the awesome tools from the one and only (the GOAT) Pavel Yosifovich.

This project is more or less a one-to-one rust translation of his tools but rust powered.

My primary goal is to learn more about windows internals by reading God Pavel's code, and then to make it available through cargo install.

Usage

Usage: sysrun.exe <EXECUTABLE> [ARGS]...

Arguments:
  <EXECUTABLE>  Executable to launch
  [ARGS]...     Arguments

Options:
  -h, --help  Print help

Dependencies

~0–29MB
~466K SLoC