(
exists files of folders "System Volume Information\Chkdsk" of root folders of drives whose
(
type of it = "DRIVE_FIXED"
)
)
OR
(
exists files of folders whose
(
name of it as lowercase starts with "found."
)
of root folders of drives whose
(
type of it = "DRIVE_FIXED"
)
)
OR
(
exists records whose
(
source of it as lowercase contains "chkdsk"
)
of
(
application event log
)
)
OR
(
exists records whose
(
source of it as lowercase ends with "wininit" AND description of it as lowercase contains "chkdsk"
)
of
(
application event log
)
)
( exists files of folders "System Volume Information\Chkdsk" of root folders of drives whose(type of it = "DRIVE_FIXED") ) OR ( exists files of folders whose(name of it as lowercase starts with "found.") of root folders of drives whose(type of it = "DRIVE_FIXED") ) OR ( exists records whose (source of it as lowercase contains "chkdsk") of (application event log) ) OR ( exists records whose(source of it as lowercase ends with "wininit" AND description of it as lowercase contains "chkdsk") of (application event log) )