<?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: Saisanthosh Saikumar</title>
    <description>The latest articles on DEV Community by Saisanthosh Saikumar (@saisanthosh_saikumar_0c9d).</description>
    <link>https://dev.to/saisanthosh_saikumar_0c9d</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%2F1137754%2F6e337c0e-e337-4bea-840b-7a9afc57ce66.png</url>
      <title>DEV Community: Saisanthosh Saikumar</title>
      <link>https://dev.to/saisanthosh_saikumar_0c9d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saisanthosh_saikumar_0c9d"/>
    <language>en</language>
    <item>
      <title>⏰Time saving hack</title>
      <dc:creator>Saisanthosh Saikumar</dc:creator>
      <pubDate>Mon, 14 Aug 2023 06:05:00 +0000</pubDate>
      <link>https://dev.to/saisanthosh_saikumar_0c9d/time-saving-hack-4jg</link>
      <guid>https://dev.to/saisanthosh_saikumar_0c9d/time-saving-hack-4jg</guid>
      <description>&lt;p&gt;We Techies, will mostly keep our system either in hibernate or in sleep, which affect &lt;strong&gt;system performance&lt;/strong&gt;, And by the same time we can't resume where we left by end of the yesterday or last closed works. I partially found a solution for this, on which with a single click you can open all your necessary apps in a single click.&lt;/p&gt;

&lt;p&gt;Curious on how 🤔 💭....&lt;br&gt;
Follow below&lt;/p&gt;

&lt;p&gt;Create a fileName.bat file with following.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;@echo off
start notepad++
start code
start C:\Users\SAISANTHOSH\AppData\Local\slack\slack.exe
start "C:\Users\SAISANTHOSH\AppData\Local\Programs\Microsoft VS Code\Code.exe"
start C:\Users\SAISANTHOSH\AppData\Local\GitHubDesktop\GitHubDesktop.exe

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;By doing this all the above mentioned 5 apps opened at once, In the same you can add multiple applications.&lt;/p&gt;

&lt;p&gt;If you're struggling to find the location&lt;br&gt;
goto &lt;strong&gt;start -&amp;gt; Find the application (slack) -&amp;gt; right click and select open file location&lt;/strong&gt; -&amp;gt; select .exe (slack.exe) -&amp;gt; alt + enter -&amp;gt; a model opens copy &amp;amp; paste the &lt;strong&gt;Target&lt;/strong&gt; location in it.&lt;/p&gt;

&lt;p&gt;Below screenshot&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fefx4mah3t3swe44uu6qu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fefx4mah3t3swe44uu6qu.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwdcigug32fmci31qcd40.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwdcigug32fmci31qcd40.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Note: These tools were my priorities on my system, you can modify on your needs.&lt;/p&gt;

&lt;p&gt;🔖 Don't forget to bookmark this for future references.&lt;br&gt;
Give me follow on dev.to if you like this blog.&lt;/p&gt;

&lt;p&gt;Learn &amp;amp; Grow together🤓🧠&lt;br&gt;
Thanks 🤝🤝🤝!!!&lt;/p&gt;

</description>
      <category>windows</category>
      <category>developer</category>
      <category>systemperformance</category>
      <category>meanstackdevelopers</category>
    </item>
  </channel>
</rss>
