<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Tasklist</id>
	<title>Tasklist - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Tasklist"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Tasklist&amp;action=history"/>
	<updated>2026-09-11T00:51:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Tasklist&amp;diff=3554382&amp;oldid=prev</id>
		<title>imported&gt;Rlink2: Fixing completely bare references Wikipedia:Bare_URLs</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Tasklist&amp;diff=3554382&amp;oldid=prev"/>
		<updated>2022-01-16T21:08:49Z</updated>

		<summary type="html">&lt;p&gt;Fixing completely bare references &lt;a href=&quot;https://en.wikipedia.org/wiki/Bare_URLs&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Bare URLs&quot;&gt;Wikipedia:Bare_URLs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Infobox Software &lt;br /&gt;
| name                   = tasklist&lt;br /&gt;
| logo                   = &lt;br /&gt;
| screenshot             = &lt;br /&gt;
| screenshot size        = &lt;br /&gt;
| caption                = &lt;br /&gt;
| developer              = [[Microsoft]], The AROS Development Team&lt;br /&gt;
| released               = &lt;br /&gt;
| latest release version = &lt;br /&gt;
| latest release date    = &lt;br /&gt;
| operating system       = [[Microsoft Windows]], [[AROS Research Operating System]]&lt;br /&gt;
| genre                  = [[Command (computing)|Command]]&lt;br /&gt;
| license                = &lt;br /&gt;
| website                = &lt;br /&gt;
}}&lt;br /&gt;
In [[computing]], &amp;#039;&amp;#039;&amp;#039;&amp;lt;code&amp;gt;tasklist&amp;lt;/code&amp;gt;&amp;#039;&amp;#039;&amp;#039; is a [[command (computing)|command]] available in [[Microsoft Windows]]&amp;lt;ref&amp;gt;{{cite web |url=https://technet.microsoft.com/en-us/library/bb491010.aspx |title = Tasklist {{!}} Microsoft Docs}}&amp;lt;/ref&amp;gt; and in the [[AROS Research Operating System|AROS shell]].&amp;lt;ref&amp;gt;{{Cite web|url=http://aros.sourceforge.net/documentation/users/shell/index.php|title=AROS Research Operating System}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is equivalent to the &amp;lt;code&amp;gt;[[Ps (Unix)|ps]]&amp;lt;/code&amp;gt; command in [[Unix]] and [[Unix-like]] [[operating system]]s and can also be compared with the Windows [[task manager]] ([[Task Manager (Windows)|taskmgr]]).&lt;br /&gt;
&lt;br /&gt;
[[Windows NT 4.0]], the [[Windows 98]] [[Resource Kit]], the [[Windows 2000]] [[Windows Support Tools|Support Tools]], and [[ReactOS]]&amp;lt;ref&amp;gt;{{Cite web|url=https://github.com/reactos/reactos/blob/master/modules/rosapps/applications/sysutils/tlist/tlist.c|title = Reactos/Reactos|website = [[GitHub]]|date = 4 November 2021}}&amp;lt;/ref&amp;gt; include the similar &amp;lt;code&amp;gt;tlist&amp;lt;/code&amp;gt; command. Additionally, Microsoft provides the similar &amp;lt;code&amp;gt;PsList&amp;lt;/code&amp;gt; command as part of Windows [[Sysinternals]].&amp;lt;ref&amp;gt;{{Cite web|url=https://docs.microsoft.com/en-us/sysinternals/downloads/pslist|title = PsList - Windows Sysinternals}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
===Microsoft Windows===&lt;br /&gt;
On Microsoft Windows &amp;lt;code&amp;gt;tasklist&amp;lt;/code&amp;gt; shows all of the different local computer processes currently running. &amp;lt;code&amp;gt;tasklist&amp;lt;/code&amp;gt; may also be used to show the processes of a remote system by using the command: &amp;lt;code&amp;gt;tasklist /S &amp;quot;SYSTEM&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Optionally, they can be listed sorted by either the imagename, the PID or the amount of computer usage. But by default, they are sorted by chronological order:&lt;br /&gt;
&lt;br /&gt;
{{pre|1=&lt;br /&gt;
&amp;amp;nbsp;C:\Users\Gigabyte&amp;gt;&amp;#039;&amp;#039;&amp;#039;tasklist&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
 Image Name                     PID Session Name        Session#    Mem Usage&lt;br /&gt;
 ========================= ======== ================ =========== ============&lt;br /&gt;
 [[System Idle Process]]              0 Services                   0         20 K&lt;br /&gt;
 System                           4 Services                   0      1,008 K&lt;br /&gt;
 [[smss.exe]]                       300 Services                   0         84 K&lt;br /&gt;
 [[csrss.exe]]                      468 Services                   0        600 K&lt;br /&gt;
 [[wininit.exe]]                    532 Services                   0        132 K&lt;br /&gt;
 [[services.exe]]                   636 Services                   0      4,672 K&lt;br /&gt;
 [[lsass.exe]]                      644 Services                   0      6,532 K&lt;br /&gt;
 [[svchost.exe]]                    752 Services                   0      4,824 K&lt;br /&gt;
 nvvsvc.exe                     788 Services                   0        208 K&lt;br /&gt;
 nvSCPAPISvr.exe                812 Services                   0      1,464 K&lt;br /&gt;
 svchost.exe                    856 Services                   0      5,260 K&lt;br /&gt;
 svchost.exe                    916 Services                   0      9,308 K&lt;br /&gt;
 svchost.exe                    944 Services                   0     26,012 K&lt;br /&gt;
 svchost.exe                    128 Services                   0     13,720 K&lt;br /&gt;
 svchost.exe                    364 Services                   0     52,152 K&lt;br /&gt;
 BootRacerServ.exe             1060 Services                   0        948 K&lt;br /&gt;
 svchost.exe                   1108 Services                   0      9,408 K&lt;br /&gt;
 spoolsv.exe                   1276 Services                   0        648 K&lt;br /&gt;
 svchost.exe                   1308 Services                   0     16,184 K&lt;br /&gt;
 sqlwriter.exe                 1700 Services                   0        160 K&lt;br /&gt;
 svchost.exe                   1720 Services                   0        204 K&lt;br /&gt;
 MsMpEng.exe                   1752 Services                   0     64,556 K&lt;br /&gt;
 WUDFHost.exe                  2148 Services                   0        220 K&lt;br /&gt;
 svchost.exe                   2188 Services                   0      5,876 K&lt;br /&gt;
 svchost.exe                   2636 Services                   0      7,116 K&lt;br /&gt;
 dasHost.exe                   2808 Services                   0      5,740 K&lt;br /&gt;
 dllhost.exe                   1056 Services                   0        388 K&lt;br /&gt;
 DkService.exe                 2708 Services                   0      4,648 K&lt;br /&gt;
 FABS.exe                      3580 Services                   0        152 K&lt;br /&gt;
 daemonu.exe                   3200 Services                   0      5,584 K&lt;br /&gt;
 csrss.exe                     3872 Glass                      1        116 K&lt;br /&gt;
 [[winlogon.exe]]                  5928 Glass                      1        156 K&lt;br /&gt;
 [[Windows NT startup process#Authentication|LogonUI.exe]]                   1772 Glass                      1        512 K&lt;br /&gt;
 [[dwm.exe]]                       4596 Glass                      1        108 K&lt;br /&gt;
 csrss.exe                     5968 Glass                      4        128 K&lt;br /&gt;
 winlogon.exe                  3364 Glass                      4        156 K&lt;br /&gt;
 LogonUI.exe                   6108 Glass                      4        524 K&lt;br /&gt;
 dwm.exe                       4764 Glass                      4        136 K&lt;br /&gt;
 csrss.exe                     1408 Glass                      2        136 K&lt;br /&gt;
 winlogon.exe                  7732 Glass                      2        160 K&lt;br /&gt;
 LogonUI.exe                   2036 Glass                      2        524 K&lt;br /&gt;
 dwm.exe                       6236 Glass                      2        144 K&lt;br /&gt;
 PresentationFontCache.exe     9928 Services                   0        332 K&lt;br /&gt;
 csrss.exe                     4948 Glass                      5        128 K&lt;br /&gt;
 winlogon.exe                  3708 Glass                      5        156 K&lt;br /&gt;
 LogonUI.exe                   5992 Glass                      5        528 K&lt;br /&gt;
 dwm.exe                       8756 Glass                      5        152 K&lt;br /&gt;
 csrss.exe                     8068 Glass                      8        136 K&lt;br /&gt;
 winlogon.exe                  9000 Glass                      8        164 K&lt;br /&gt;
 LogonUI.exe                   8240 Glass                      8        524 K&lt;br /&gt;
 dwm.exe                       5576 Glass                      8        156 K&lt;br /&gt;
 hamachi-2.exe                 6936 Services                   0      1,544 K&lt;br /&gt;
 csrss.exe                     6644 Glass                      6        140 K&lt;br /&gt;
 winlogon.exe                  4000 Glass                      6        168 K&lt;br /&gt;
 LogonUI.exe                   2968 Glass                      6        516 K&lt;br /&gt;
 dwm.exe                       6932 Glass                      6        148 K&lt;br /&gt;
 csrss.exe                     2452 Glass                      9        136 K&lt;br /&gt;
 winlogon.exe                  6244 Glass                      9        160 K&lt;br /&gt;
 LogonUI.exe                   1996 Glass                      9        520 K&lt;br /&gt;
 dwm.exe                        384 Glass                      9        148 K&lt;br /&gt;
 svchost.exe                   2060 Services                   0        176 K&lt;br /&gt;
 csrss.exe                      268 Glass                      7        140 K&lt;br /&gt;
 winlogon.exe                 13088 Glass                      7        172 K&lt;br /&gt;
 LogonUI.exe                   4256 Glass                      7        528 K&lt;br /&gt;
 dwm.exe                       6700 Glass                      7        156 K&lt;br /&gt;
 csrss.exe                     3516 Glass                     10        136 K&lt;br /&gt;
 winlogon.exe                  3104 Glass                     10        172 K&lt;br /&gt;
 csrss.exe                     6820 Console                   12      1,856 K&lt;br /&gt;
 winlogon.exe                  5228 Console                   12        184 K&lt;br /&gt;
 LogonUI.exe                  12020 Glass                     10        528 K&lt;br /&gt;
 dwm.exe                       7280 Console                   12     10,200 K&lt;br /&gt;
 dwm.exe                      12236 Glass                     10        176 K&lt;br /&gt;
 nvxdsync.exe                 12648 Console                   12        316 K&lt;br /&gt;
 nvvsvc.exe                     892 Console                   12        440 K&lt;br /&gt;
 taskhostex.exe               11880 Console                   12      3,132 K&lt;br /&gt;
 [[explorer.exe]]                 12224 Console                   12     35,076 K&lt;br /&gt;
 LiveComm.exe                 11624 Console                   12      6,756 K&lt;br /&gt;
 RuntimeBroker.exe             5408 Console                   12      8,244 K&lt;br /&gt;
 RAVCpl64.exe                 11200 Console                   12        332 K&lt;br /&gt;
 ZPSTray.exe                  11100 Console                   12        304 K&lt;br /&gt;
 Mini_Monitor.exe             11740 Console                   12      4,532 K&lt;br /&gt;
 firefox.exe                     88 Console                   12    201,512 K&lt;br /&gt;
 plugin-container.exe         13120 Console                   12      1,148 K&lt;br /&gt;
 FlashPlayerPlugin_11_5_50    11484 Console                   12        612 K&lt;br /&gt;
 FlashPlayerPlugin_11_5_50     9276 Console                   12      1,748 K&lt;br /&gt;
 [[Taskmgr.exe]]                   7908 Console                   12     24,588 K&lt;br /&gt;
 [[Windows Management Instrumentation|WmiPrvSE.exe]]                 12568 Services                   0      5,284 K&lt;br /&gt;
 [[cmd.exe]]                       3020 Console                   12      2,092 K&lt;br /&gt;
 conhost.exe                   7352 Console                   12      4,676 K&lt;br /&gt;
 tasklist.exe                  9072 Console                   12      5,516 K&lt;br /&gt;
 WmiPrvSE.exe                  6384 Services                   0      5,708 K&lt;br /&gt;
 &lt;br /&gt;
 C:\Users\Gigabyte&amp;gt;[[taskkill]]/PID 0409/F&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Task manager]]&lt;br /&gt;
* &amp;lt;code&amp;gt;[[nmon]]&amp;lt;/code&amp;gt; &amp;amp;mdash; a system monitor tool for the [[AIX]] and [[Linux]] operating systems.&lt;br /&gt;
* &amp;lt;code&amp;gt;[[pgrep]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[pstree]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[top (software)|top]]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
*{{Cite book|first=William R.|last=Stanek|year=2008|title=Windows Command-Line Administrator&amp;#039;s Pocket Consultant, 2nd Edition|publisher=[[Microsoft Press]]|isbn=978-0735622623}}&lt;br /&gt;
*{{Cite book|author=John Paul Mueller|year=2007|title=Windows Administration at the Command Line for Windows Vista, Windows 2003, Windows XP, and Windows 2000|publisher=[[Wiley (publisher)|John Wiley &amp;amp; Sons]]|isbn=978-0470165799}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
{{Wikibooks|Guide to Windows Commands}}&lt;br /&gt;
* [https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/tasklist tasklist | Microsoft Docs]&lt;br /&gt;
&lt;br /&gt;
{{Windows commands}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows communication and services]]&lt;br /&gt;
[[Category:Windows administration]]&lt;br /&gt;
[[Category:Task managers]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Rlink2</name></author>
	</entry>
</feed>