Once you have
the ProcessID, you can perform tasks such as terminating the process. To terminate a process
with a PID of 688, you??™d type WMIC Process Where ProcessID=688 CALL Terminate and press
Enter.
Product Manages products on the local machine. This alias provides the equivalent of all of
the information you??™d find in the Add/Remove Programs applet in the Control Panel, so it??™s an
essential aid on Server Core. In addition to the product name and vendor support information,
you can also find the product uninstall information, which helps you perform the uninstall at
the command line, rather than use the GUI as normal. Special methods let you configure, install,
uninstall, reinstall, or upgrade application packages as needed. See the ???Performing Application
Installations??? section of the chapter for additional information.
QFE Provides a listing of all of the Quick Fix Engineering (QFE) patches for the Windows
system. This alias only lists the fixes and you can??™t use it to manage them in any way.
QuotaSetting Manages the quota settings on the local hard drive. You must use the SET verb
to change the settings. For example, if you want to configure the C drive default quota limit to
1 GB, you would type WMIC QuotaSetting Where Caption="C:" SET
DefaultLimit=1073741824 and press Enter.
Pages:
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194