Function runas

Source
pub fn runas(
    exe_path: &str,
    args: Option<Vec<String>>,
    wait: bool,
) -> Result<(), Error>
Available on crate feature winapi and Windows only.
Expand description

run the program with administrator privileges