{"id":15337,"date":"2018-08-02T15:09:53","date_gmt":"2018-08-02T19:09:53","guid":{"rendered":"http:\/\/www.thundercloud.net\/infoave\/new\/?p=15337"},"modified":"2018-08-02T15:09:53","modified_gmt":"2018-08-02T19:09:53","slug":"3-command-prompt-tips","status":"publish","type":"post","link":"https:\/\/www.thundercloud.net\/infoave\/new\/3-command-prompt-tips\/","title":{"rendered":"3 Command Prompt Tips"},"content":{"rendered":"<h1>3 Command Prompt Tips<\/h1>\n<h2>1&gt; Show or print a list of all running processes<\/h2>\n<p>First, let&#8217;s open a command prompt with administrator privileges. (On Windows 10 type CMD in taskbar search, right-click on it when it appears at the top and choose &#8220;Run as administrator&#8221;. In Windows 7 type CMD in the start menu search, right-click on it when it appears at the top and choose &#8220;Run as administrator&#8221;.\u00a0 In Windows 8.1 press Windows Key + S, type CMD in the search and right-click on it when it appears in the results and click &#8220;Run as administrator&#8221;.)<\/p>\n<p>At the prompt, type:<\/p>\n<p><code>tasklist<\/code><\/p>\n<p>and press Enter:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full\" src=\"http:\/\/thundercloud.net\/infoave\/images\/2018\/cmd-tasklist.png\" alt=\"Cloudeight Windows Tips and Tricks\" width=\"527\" height=\"477\" \/><br \/>\nAs you can see (above) you&#8217;ll get a list of all processes running on your computer. You&#8217;ll be able to scroll through the list and see every process that is running on your computer.<\/p>\n<p>If you want to print a list of processes, it gets a little more complicated.<\/p>\n<p>At the prompt type:<\/p>\n<p><code>tasklist &gt; C:\\<\/code> and the directory in which you want the file to be saved. In the example below, I&#8217;m saving the list with the name &#8220;running-processes&#8221; in my documents folder so the command line shows:<\/p>\n<p><code>tasklist &gt;C:\\users\\thunder\\documents\\running-processes.txt<\/code><\/p>\n<p><img decoding=\"async\" src=\"http:\/\/thundercloud.net\/infoave\/images\/2018\/cmd-tasklist-file1.png\" alt=\"Cloudeight Windows Tips and Tricks\" \/><\/p>\n<p>You can save the file to any drive or folder you want to&#8230; but remember, spacing is important and you must know the complete file path. The simplest way to do this is to just save it to the root of the C:\\ drive&#8230; with the command<\/p>\n<p><code>Tasklist &gt;C:\\running-processes.txt<\/code><\/p>\n<p><img decoding=\"async\" src=\"http:\/\/thundercloud.net\/infoave\/images\/2018\/cmd-tasklist-doc1.png\" alt=\"Cloudeight Windows Tips and Tricks\" \/><\/p>\n<h2>2&gt; Kill Any Running Program or Process<\/h2>\n<p>Sometimes, if a program has frozen or stopped responding, you won&#8217;t be able to close it. You can try using Task Manager and right-clicking on the program process and then trying to &#8220;End task&#8221;. But if that fails or you just want a quick way to kill a program or process, try this.<\/p>\n<p>Open a command prompt, and type the following command at the prompt:<\/p>\n<p>TASKKILL \/IM program&#8217;s exe file name \/F<\/p>\n<p>You can get the programs file name (exe) from Task Manager \/ Processes.<\/p>\n<p>In the example below, we are killing all running Firefox processes by typing the following command:<\/p>\n<p><code>TASKKILL \/IM FIREFOX.EXE \/F<\/code><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full\" src=\"http:\/\/thundercloud.net\/infoave\/images\/2018\/killtask.png\" alt=\"Cloudeight Windows Tips &amp; Tricks\" width=\"527\" height=\"519\" \/><\/p>\n<p>Also, we killed all running Chrome processes with this command:<\/p>\n<p><code>TASKKIL \/IM CHROME.EXE \/F<\/code><\/p>\n<p>Note: These commands are not case sensitive&#8230; you can use lowercase or uppercase, it doesn&#8217;t matter. The \/F at the end means &#8220;Force&#8221; as in force the process to close.<\/p>\n<h2>3&gt; Change the Background Color of the Command Prompt<\/h2>\n<p>Open a command prompt and right-click on its title bar (as shown below), then select &#8220;Properties&#8221;.<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full\" src=\"http:\/\/thundercloud.net\/infoave\/images\/2018\/cmd-color.png\" alt=\"Cloudeight Windows Tips &amp; Tricks\" \/><\/p>\n<p>Next. in &#8220;Command Prompt Properties&#8221; click on the &#8220;Colors&#8221; tab at the top.\u00a0 In the middle of the Properties dialog in the &#8220;Selected Screen Colors&#8221; section, click on the background color you want to use and click &#8220;OK&#8221;.\u00a0 See?<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/thundercloud.net\/infoave\/images\/2018\/cmd-colors.png\" alt=\"Cloudeight Windows Tips &amp; Tricks\" \/><\/p>\n<p>But don&#8217;t get crazy with this!<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/thundercloud.net\/infoave\/images\/2018\/cmd-color1.png\" alt=\"Cloudeight Windows Tips &amp; Tricks\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>3 Command Prompt Tips 1&gt; Show or print a list of all running processes First, let&#8217;s open a command prompt with administrator privileges. (On Windows 10 type CMD in taskbar search, right-click on it when it appears at the top and choose &#8220;Run as administrator&#8221;. In Windows 7 type CMD in the start menu search, right-click on it\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.thundercloud.net\/infoave\/new\/3-command-prompt-tips\/\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":13977,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,1961],"tags":[2556,2557,2558,1700,70,1789,62],"_links":{"self":[{"href":"https:\/\/www.thundercloud.net\/infoave\/new\/wp-json\/wp\/v2\/posts\/15337"}],"collection":[{"href":"https:\/\/www.thundercloud.net\/infoave\/new\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.thundercloud.net\/infoave\/new\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.thundercloud.net\/infoave\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.thundercloud.net\/infoave\/new\/wp-json\/wp\/v2\/comments?post=15337"}],"version-history":[{"count":3,"href":"https:\/\/www.thundercloud.net\/infoave\/new\/wp-json\/wp\/v2\/posts\/15337\/revisions"}],"predecessor-version":[{"id":15347,"href":"https:\/\/www.thundercloud.net\/infoave\/new\/wp-json\/wp\/v2\/posts\/15337\/revisions\/15347"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.thundercloud.net\/infoave\/new\/wp-json\/wp\/v2\/media\/13977"}],"wp:attachment":[{"href":"https:\/\/www.thundercloud.net\/infoave\/new\/wp-json\/wp\/v2\/media?parent=15337"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.thundercloud.net\/infoave\/new\/wp-json\/wp\/v2\/categories?post=15337"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.thundercloud.net\/infoave\/new\/wp-json\/wp\/v2\/tags?post=15337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}