As we already established F-secure scheduled scan can realy cause problems on Win7 which are configured to save energy/environemnt (by entering into sleep/hibernation state).
By problems, I meant executing "mised" scheduled scan when user login in the morning.
I came up with an alternative solution of assigning schduled task which includes also a wake up option as well as the task is hidden
"C:\Program Files (x86)\F-Secure\Anti-Virus\fsav.exe" /ALL /HARD /POLICY /SCHED /NOBREAK /QUAR /REPORT="C:\Program Files (x86)\F-Secure\Anti-Virus\REPORT.TXT"
Task was extracted to xml file, then installed through command prompt with Administrative privileges using command
C:\windows\system32\schtasks.exe /RU "NT Authority\System" /create /xml "C:\temp\F-S.xml" /tn "F-SecureScan"
Taks gets executed, reports are generated (both formats txt and html), however Last Run Test result shows value (0xC)
Ii expected to see (0x0) as presented in all the other successfully completed tasks.
Can anyone tell me what exit code (0xC) realy represents in this case?
My tests are conducted on Win7Enterprise 64bit, F-Secure Client Security 11.50 build 309
Btw, I wish I could display scan results to the user. Is such option available for fsav?
TIA
Andrzej