mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-15 14:11:03 +00:00
Update ServiceMain.cs
This commit is contained in:
parent
e8ba073de2
commit
5af61c3e76
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user