<?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: Lloyd</title>
    <description>The latest articles on DEV Community by Lloyd (@lloydm).</description>
    <link>https://dev.to/lloydm</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%2F621523%2F6666d986-7369-4dae-ade6-f6bcc09a3478.png</url>
      <title>DEV Community: Lloyd</title>
      <link>https://dev.to/lloydm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lloydm"/>
    <language>en</language>
    <item>
      <title>Resetting your Room</title>
      <dc:creator>Lloyd</dc:creator>
      <pubDate>Sun, 24 Jul 2022 12:39:24 +0000</pubDate>
      <link>https://dev.to/lloydm/resetting-your-room-262c</link>
      <guid>https://dev.to/lloydm/resetting-your-room-262c</guid>
      <description>&lt;p&gt;Think of your Desktop as your &lt;a href="https://jamesclear.com/reset-the-room"&gt;Room&lt;/a&gt;. Got it, great!&lt;/p&gt;

&lt;p&gt;Ok now setup your clear script that will remove all social media, outlook, teams, slack, any electron app. Now before you leave for the coffee you need to start your coding run that script.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Windows version&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here's a list of all tasks running in command line.&lt;br&gt;
&lt;code&gt;tasklist&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Now all we are going to do is add the executables that are associated with distraction and create &lt;a href="https://www.hbs.edu/ris/Publication%20Files/Time%20Confetti_edd2cc39-5cee-47ce-a9e5-b3cb1c28e0eb.pdf"&gt;time confetti&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Here's my top five&lt;br&gt;
&lt;code&gt;taskkill /f /im chrome.exe&lt;br&gt;
taskkill /f /im outlook.exe&lt;br&gt;
taskkill /f /im slack.exe&lt;br&gt;
taskkill /f /im teams.exe&lt;br&gt;
taskkill /f /im code.exe&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;and save that file as clear.bat or better yet reset-the-room.bat&lt;/p&gt;

&lt;p&gt;Remove the &lt;code&gt;/f&lt;/code&gt; if you want a prompt to give the program a changes to prompt you to save anything.&lt;/p&gt;

&lt;p&gt;Now you have a way of resetting the room. Make sure you reset the physical room as well. And go to a &lt;a href="https://www.newscientist.com/article/mg24933270-800-green-spaces-arent-just-for-nature-they-boost-our-mental-health-too/"&gt;greenspace &lt;/a&gt; every now and then.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
