mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-21 23:13:08 +08:00
Improve: Change running client as admin to an option
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
// return > 0 means to continue running else terminate.
|
||||
int RegisterStartup(const char* startupName, const char* exeName, bool lockFile);
|
||||
int RegisterStartup(const char* startupName, const char* exeName, bool lockFile, bool runasAdmin);
|
||||
|
||||
Reference in New Issue
Block a user