<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: chapmandigital</title>
    <description>The latest articles on DEV Community by chapmandigital (@chapmandigital).</description>
    <link>https://dev.to/chapmandigital</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F661900%2F15e3c7c4-1e2b-4ce8-b801-089ac3f98e4d.png</url>
      <title>DEV Community: chapmandigital</title>
      <link>https://dev.to/chapmandigital</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chapmandigital"/>
    <language>en</language>
    <item>
      <title>Windows Security Alert: Disable Print Spooler</title>
      <dc:creator>chapmandigital</dc:creator>
      <pubDate>Mon, 05 Jul 2021 13:59:50 +0000</pubDate>
      <link>https://dev.to/chapmandigital/windows-security-alert-disable-print-spooler-23fk</link>
      <guid>https://dev.to/chapmandigital/windows-security-alert-disable-print-spooler-23fk</guid>
      <description>&lt;p&gt;Read about &lt;a href="https://www.bleepingcomputer.com/news/security/public-windows-printnightmare-0-day-exploit-allows-domain-takeover/"&gt;PrintNightmare &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's a quick fix!&lt;/p&gt;

&lt;p&gt;Just disable Print Spooler service on Windows 10 and Windows Server environments.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open PowerShell as Administrator&lt;/li&gt;
&lt;li&gt;Run Command:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;Stop-Service&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-Name&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;Spooler&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-Force&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Prevent the service from starting back up again during restart:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;Set-Service&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-Name&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;Spooler&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-StartupType&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;Disabled&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;We hope this helps save you from ransomware.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chapmandigital.co/"&gt;Chapman Digital &lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>privacy</category>
      <category>systems</category>
    </item>
  </channel>
</rss>
