<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows on Marko Apfel</title><link>http://blog.marko-apfel.de/tags/windows/</link><description>Recent content in Windows on Marko Apfel</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 26 Oct 2022 00:00:00 +0200</lastBuildDate><atom:link href="http://blog.marko-apfel.de/tags/windows/index.xml" rel="self" type="application/rss+xml"/><item><title>Kill processes in bulk mode</title><link>http://blog.marko-apfel.de/posts/kill-processes-in-bulk-mode/</link><pubDate>Wed, 26 Oct 2022 00:00:00 +0200</pubDate><guid>http://blog.marko-apfel.de/posts/kill-processes-in-bulk-mode/</guid><description>&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open &lt;em&gt;PowerShell&lt;/em&gt; with elevated permissions and run &lt;code&gt;get-process &amp;gt; C:\_temp\process.txt&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="./01.save-processes.png" alt="." loading="lazy" decoding="async"&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open &lt;code&gt;process.txt&lt;/code&gt; in an editor with multi cursor capabilities, e.g. &lt;em&gt;Visual Studio Code&lt;/em&gt; or _Notepad++`&lt;/p&gt;
&lt;p&gt;&lt;img src="./02.open-in-multi-cursor-editor.png" alt="." loading="lazy" decoding="async"&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Cut the content of ID column where &lt;code&gt;ProcessName&lt;/code&gt; is your relevant process to kill&lt;/p&gt;</description></item></channel></rss>