MCPcopy Create free account
hub / github.com/LizardByte/Sunshine / run_command

Function run_command

src/platform/windows/misc.cpp:982–1088  ·  view source on GitHub ↗

* @brief Run a command on the users profile. * * Launches a child process as the user, using the current user's environment and a specific working directory. * * @param elevated Specify whether to elevate the process. * @param interactive Specify whether this will run in a window or hidden. * @param cmd The command to run. * @param working_dir The working directory for the new

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

open_urlFunction · 0.70

Calls 15

from_utf8Function · 0.85
create_startup_infoFunction · 0.85
childClass · 0.85
fail_guardFunction · 0.85
is_running_as_systemFunction · 0.85
retrieve_users_tokenFunction · 0.85
impersonate_current_userFunction · 0.85
create_environment_blockFunction · 0.85
resolve_command_stringFunction · 0.85

Tested by

no test coverage detected