|
|
@@ -1750,6 +1750,7 @@ void ResourceWatcherFSM::DetectAutoStartupCover()
|
|
|
else {
|
|
|
LogWarn(Severity_Low, Error_Debug, LOG_WARN_CREATE_EXELINK_FROMAUTOSTART_SUCC,
|
|
|
CSimpleStringA::Format("Create autostart lnk succ, old start type: %d", nStartupType));
|
|
|
+ if ((nStartupType == 3 || nStartupType == 5)) { toDeleteAutoStartFile = true; }
|
|
|
DeleteDuplicateAutoStartFile(true);
|
|
|
}
|
|
|
}
|