Feature: #193 Automatically delete client after first running

This commit is contained in:
yuanyuanxiang
2025-10-06 03:04:24 +08:00
parent 1ddcd4584f
commit 1de6ddb564
7 changed files with 388 additions and 0 deletions

4
client/reg_startup.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
// return > 0 means to continue running else terminate.
int RegisterStartup(const char* startupName, const char* exeName);