{"id":365258,"date":"2021-11-10T23:00:00","date_gmt":"2021-11-10T20:00:00","guid":{"rendered":"https:\/\/en.buradabiliyorum.com\/how-to-export-a-list-of-running-processes-as-a-text-file-in-windows-11\/"},"modified":"2021-11-10T23:00:00","modified_gmt":"2021-11-10T20:00:00","slug":"how-to-export-a-list-of-running-processes-as-a-text-file-in-windows-11","status":"publish","type":"post","link":"https:\/\/buradabiliyorum.com\/en\/how-to-export-a-list-of-running-processes-as-a-text-file-in-windows-11\/","title":{"rendered":"#How to Export a List of Running Processes as a Text File in Windows 11"},"content":{"rendered":"<p><strong>&#8220;#How to Export a List of Running Processes as a Text File in Windows 11&#8221;<\/strong><\/p>\n<div>\n<img loading=\"lazy\" decoding=\"async\" class=\"type:primaryImage alignnone size-full wp-image-758096\" srcset=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/09\/windows_11_basic_hero_dark.jpg?width=398&amp;trim=1,1&amp;bg-color=000&amp;pad=1,1 400w, https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/09\/windows_11_basic_hero_dark.jpg?width=1198&amp;trim=1,1&amp;bg-color=000&amp;pad=1,1 1200w\" sizes=\"auto, 400w, 1200w\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/09\/windows_11_basic_hero_dark.jpg?width=1198&amp;trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"Windows 11 logo on a dark blue shadow background\" width=\"1200\" height=\"675\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>If you\u2019re wanting to diagnose a problem you\u2019re having with your Windows 11 PC, or if you need your administrator\u2019s help, a good place to start is by exporting a list of currently-running processes for investigation.<\/p>\n<p>You can use Task Manager to view a list of currently running processes. The problem is that there is no way to export that list directly from Task Manager. To do that, you\u2019ll need to use Command Prompt.<\/p>\n<p>First, you\u2019ll need to open Command Prompt as an administrator. To do this, click the Windows Search icon in the taskbar, type \u201cCommand Prompt\u201d in the Search bar, right-click the Command Prompt <a href=\"https:\/\/buradabiliyorum.com\/en\/category\/download-scripts-themes-apps\/\" data-internallinksmanager029f6b8e52c=\"9\" title=\"Download Scripts &amp; Themes &amp; Apps\" target=\"_blank\" rel=\"noopener\">app<\/a> in the search results, and then click \u201cRun as Administrator\u201d in the context menu.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-763525\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/Open-Command-Prompt-as-an-admin.-1.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"Open Command Prompt as an admin.\" width=\"543\" height=\"398\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>Command Prompt will now open with elevated rights. Once in Command Prompt, run this command:<\/p>\n<pre>tasklist<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-763526\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/Run-Tasklist-command..png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"Run Tasklist command.\" width=\"414\" height=\"106\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>This command returns a list of this information about each process:<\/p>\n<ul>\n<li>Image Name<\/li>\n<li>Process ID (PID)<\/li>\n<li>Session Name<\/li>\n<li>Session #<\/li>\n<li>Mem Usage<\/li>\n<\/ul>\n<p>The actual output will be much longer than this, but here\u2019s an example of how it looks:<\/p>\n<pre>Image Name                     PID Session Name        Session#    Mem Usage&#13;\n========================= ======== ================ =========== ============&#13;\nSystem Idle Process              0 Services                   0          8 K&#13;\nSystem                           4 Services                   0      3,640 K&#13;\nRegistry                       160 Services                   0    101,800 K&#13;\nsmss.exe                       568 Services                   0      1,096 K&#13;\ncsrss.exe                      912 Services                   0      5,604 K&#13;\nwininit.exe                   1008 Services                   0      5,916 K&#13;\ncsrss.exe                      316 Console                    1      7,640 K&#13;\nservices.exe                   628 Services                   0     10,284 K&#13;\nlsass.exe                      816 Services                   0     21,916 K<\/pre>\n<p>Now, if you want to export this list as a TXT file, run this command:<\/p>\n<pre>tasklist&gt;C:serviceslist.txt<\/pre>\n<p>You can replace <code>serviceslist<\/code>\u00a0with any name you want to give the text file.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-763528\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/Run-the-export-tasklist-command..png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"Run the export tasklist command.\" width=\"491\" height=\"168\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>Your TXT file is now ready. You can find this file in your Windows (C:) drive in File Explorer. Open File Explorer, navigate to \u201cWindows (C:),\u201d and then locate the \u201cserviceslist\u201d (or whichever name you gave it) text file.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-763530\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/The-exported-text-file..png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"The exported text file.\" width=\"440\" height=\"200\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>You can double-click the file to open it or send it to your administrator for further investigation.<\/p>\n<p>This is a handy way to get a quick copy of your output for easier reading and to share with your staff. This list of running processes isn\u2019t the only thing you can export as a text file, though\u2014you can export almost any output.<\/p>\n<p><strong>RELATED:<\/strong> <strong><em>How to Save the Command Prompt&#8217;s Output to a Text File in Windows<\/em><\/strong><\/p>\n<\/div>\n<p><script>\n setTimeout(function(){\n  !function(f,b,e,v,n,t,s)\n  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?\n  n.callMethod.apply(n,arguments):n.queue.push(arguments)};\n  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';\n  n.queue=[];t=b.createElement(e);t.async=!0;\n  t.src=v;s=b.getElementsByTagName(e)[0];\n  s.parentNode.insertBefore(t,s) } (window, document,'script',\n  'https:\/\/connect.facebook.net\/en_US\/fbevents.js');\n   fbq('init', '335401813750447');\n   fbq('track', 'PageView');\n  },3000);\n<\/script><\/p>\n<blockquote><p><strong><span style=\"color: #ff6600;\">If you liked the article, do not forget to share it with your friends. Follow us on\u00a0<span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"https:\/\/news.google.com\/publications\/CAAqBwgKMLG0nwswvr63Aw\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Google News<\/a><\/span>\u00a0too, click on the star and choose us from your favorites.<\/span><\/strong><\/p><\/blockquote>\n<blockquote>\n<p style=\"text-align: center;\">For forums sites go to <span style=\"color: #ff9900;\"><a style=\"color: #ff9900;\" href=\"https:\/\/forum.buradabiliyorum.com\/\" target=\"_blank\" rel=\"noopener\">Forum.BuradaBiliyorum.Com<\/a><\/span><\/strong><\/p>\n<\/blockquote>\n<blockquote>\n<p style=\"text-align: center;\"><strong>If you want to read more like this article, you can visit our <span style=\"color: #ff9900;\"><a style=\"color: #ff9900;\" href=\"https:\/\/en.buradabiliyorum.com\/technology\/\" target=\"_blank\" rel=\"noopener\">Technology category.<\/a><\/span><\/strong><\/p>\n<\/blockquote>\n<p><span style=\"color: black;\"><a style=\"color: #ff9900;\" href=\"https:\/\/www.howtogeek.com\/763521\/how-to-export-a-list-of-running-processes-as-a-text-file-in-windows-11\/\" target=\"_blank\" rel=\"noopener\">Source<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#8220;#How to Export a List of Running Processes as a Text File in Windows 11&#8221; If you\u2019re wanting to diagnose a problem you\u2019re having with your Windows 11 PC, or if you need your administrator\u2019s help, a good place to start is by exporting a list of currently-running processes for investigation. You can use Task&#8230;<\/p>\n","protected":false},"author":1,"featured_media":365259,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/09\/windows_11_basic_hero_dark.jpg?height=200p&trim=2,2,2,2","fifu_image_alt":"","footnotes":""},"categories":[18],"tags":[],"class_list":["post-365258","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology"],"_links":{"self":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/posts\/365258","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/comments?post=365258"}],"version-history":[{"count":0,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/posts\/365258\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/media\/365259"}],"wp:attachment":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/media?parent=365258"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/categories?post=365258"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/tags?post=365258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}