Update ServiceMain.cs

This commit is contained in:
Namhyeon Go 2024-08-12 13:18:55 +09:00
parent e8ba073de2
commit 5af61c3e76

View File

@ -128,6 +128,10 @@ namespace WelsonJS.Service
Log("File Event Monitor started."); Log("File Event Monitor started.");
} }
else
{
Log("Disabled the File Event Monitor (Sysinternals Sysmon based file event monitor)");
}
// check this session is the user interactive mode // check this session is the user interactive mode
if (Environment.UserInteractive) { if (Environment.UserInteractive) {