..]
VIRUS AND EXTERNAL INTRUSION PROTECTION
507
verifier /volatile /removedriver NAME [NAME ...]
verifier /reset
verifier /query
verifier /log LOG_FILE_NAME [/interval SECONDS]
The following list describes each of the command line arguments.
/standard
Performs a standard check of the specified drivers during the next boot cycle. The
standard check includes the Special Memory Pool, Forcing Interrupt Request Level (IRQL)
Checking, Memory Pool Tracking, I/O Verification (but not the enhanced version), Deadlock
Detection, and DMA Verification checks. Technically, every driver on your machine should be
able to pass a standard check. The driver vendor should provide you with information about
any drivers that won??™t pass the Verifier checks.
/driver
NAME
[
NAME
...]
Checks one or more drivers with a specific name during the next
boot cycle. Use this command line option to check one or two specific drivers, rather than checking
all of the drivers on the machine. Separate each driver name with a space. You can??™t use wildcard
characters to define a filename specification.
/all
Verifies all of the drivers on the machine.
/flags
FLAGS
Performs a specific check using the tests defined by the supplied bit flags.
Pages:
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193