<?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: Evans Kiptoo</title>
    <description>The latest articles on DEV Community by Evans Kiptoo (@sudoevans).</description>
    <link>https://dev.to/sudoevans</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%2F574516%2Ff0d57e5d-a011-4598-9f64-bb6b523a51a6.jpg</url>
      <title>DEV Community: Evans Kiptoo</title>
      <link>https://dev.to/sudoevans</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sudoevans"/>
    <language>en</language>
    <item>
      <title>Fix Windows Search boxes not functioning after activation</title>
      <dc:creator>Evans Kiptoo</dc:creator>
      <pubDate>Tue, 06 Sep 2022 06:37:02 +0000</pubDate>
      <link>https://dev.to/sudoevans/fix-windows-search-boxes-not-functioning-after-activation-ec5</link>
      <guid>https://dev.to/sudoevans/fix-windows-search-boxes-not-functioning-after-activation-ec5</guid>
      <description>&lt;p&gt;open command prompt and run $&lt;code&gt;ctfmon&lt;/code&gt;&lt;br&gt;
or open ** Windows Key+ R** then type &lt;code&gt;ctfmon&lt;/code&gt;&lt;br&gt;
For this you will have to repeat the same process every time your computer is restarted. &lt;br&gt;
you can automate this by adding a script in the windows startup folder.&lt;br&gt;
To do that;&lt;br&gt;
create a .bat script with the line &lt;code&gt;ctfmon&lt;/code&gt; and save it as &lt;code&gt;ctfmonrunner.bat&lt;/code&gt;&lt;br&gt;
now copy the file and go paste inside the startup dir.&lt;br&gt;
&lt;em&gt;C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;All done!&lt;/p&gt;

</description>
      <category>windows</category>
      <category>search</category>
      <category>bash</category>
      <category>cmd</category>
    </item>
  </channel>
</rss>
