From a39620c3aabb94ad4abbe979b00a57ae46654b6c Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Tue, 18 Aug 2026 17:38:44 +0200 Subject: [PATCH] `tasklists.md`: Typos and formatting `/svc` - add slash image `/fi` - add SUSPENDING (see `tasklist /?`), escape to render in GitHub Markdown Escaping the `|` column (separator) in `/fo` as well for GFM ``` Filters: Filter Name Valid Operators Valid Value(s) ----------- --------------- -------------------------- STATUS eq, ne RUNNING | SUSPENDED NOT RESPONDING | UNKNOWN IMAGENAME eq, ne Image name PID eq, ne, gt, lt, ge, le PID value SESSION eq, ne, gt, lt, ge, le Session number SESSIONNAME eq, ne Session name CPUTIME eq, ne, gt, lt, ge, le CPU time in the format of hh:mm:ss. hh - hours, mm - minutes, ss - seconds MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB USERNAME eq, ne User name in [domain\]user format SERVICES eq, ne Service name WINDOWTITLE eq, ne Window title MODULES eq, ne DLL name ``` --- .../administration/windows-commands/tasklist.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WindowsServerDocs/administration/windows-commands/tasklist.md b/WindowsServerDocs/administration/windows-commands/tasklist.md index e9b458fbf4..865472b8a3 100644 --- a/WindowsServerDocs/administration/windows-commands/tasklist.md +++ b/WindowsServerDocs/administration/windows-commands/tasklist.md @@ -28,9 +28,9 @@ tasklist [/s [/u [\] [/p ]]] [{/m \` | Runs the command with the account permissions of the user who is specified by `` or by `\`. The **/u** parameter can be specified only if **/s** is also specified. The default is the permissions of the user who is currently logged on to the computer that is issuing the command. | | /p `` | Specifies the password of the user account that is specified in the **/u** parameter. | | /m `` | Lists all tasks with DLL modules loaded that match the given pattern name. If the module name is not specified, this option displays all modules loaded by each task. | -| svc | Lists all the service information for each process without truncation. Valid when the **/fo** parameter is set to **table**. | +| /svc | Lists all the service information for each process without truncation. Valid when the **/fo** parameter is set to **table**. | | /v | Displays verbose task information in the output. For complete verbose output without truncation, use **/v** and **/svc** together. | -| /fo `{table | list | csv}` | Specifies the format to use for the output. Valid values are **table**, **list**, and **csv**. The default format for output is **table**. | +| /fo `{table \| list \| csv}` | Specifies the format to use for the output. Valid values are **table**, **list**, and **csv**. The default format for output is **table**. | | /nh | Suppresses column headers in the output. Valid when the **/fo** parameter is set to **table** or **csv**. | | /fi `` | Specifies the types of processes to include in or exclude from the query. You can use more than one filter or use the wildcard character (`\`) to specify all tasks or image names. The valid filters are listed in the **Filter names, operators, and values** section of this article. | | /? | Displays help at the command prompt. | @@ -39,7 +39,7 @@ tasklist [/s [/u [\] [/p ]]] [{/m