eq, ne, gt, lt, ge, le The amount of memory the
application uses in kilobytes
USERNAME Use this filter to separate
applications that the user starts
from those the system starts.
eq, ne The name of the user who
started the application
SERVICES Use this filter to locate the
application hosting a particular
service on the system.
eq, ne A service name
WINDOWTITLE Use this filter to locate a
particular application based on
the name it displays to the user.
eq, ne The name the application
displays to the user on the
title bar
MODULES Use this filter to locate
applications based on the
modules they use. You can use
this filter to help locate a variety
of problems, including DLL
conflicts (when two applications
use the same DLL, but they
each need a different DLL
version).
eq, ne The filenames of any modules
that an application uses
Table 21.1: An Overview of TaskKill and TaskList Filters (continued)
Filter Description
Comparison
Operators Valid Values
512 CHAPTER 21 SECURING THE SYSTEM
/PID processid Specifies the Process Identifier (PID) of the process that you want to
terminate.
/IM imagename Specifies the image name (application name) of the process that you want
to terminate.
Pages:
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202