<?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: Anas Berrqia</title>
    <description>The latest articles on DEV Community by Anas Berrqia (@anasbr25).</description>
    <link>https://dev.to/anasbr25</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%2F3874091%2Fe4d02cec-deda-49db-ba9e-a2eecf3163c6.png</url>
      <title>DEV Community: Anas Berrqia</title>
      <link>https://dev.to/anasbr25</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anasbr25"/>
    <language>en</language>
    <item>
      <title>I Built a Tool That Cuts Windows Setup Time From 4 Hours to 2 Minutes</title>
      <dc:creator>Anas Berrqia</dc:creator>
      <pubDate>Sat, 11 Apr 2026 21:04:20 +0000</pubDate>
      <link>https://dev.to/anasbr25/i-built-a-tool-that-cuts-windows-setup-time-from-4-hours-to-2-minutes-1ac</link>
      <guid>https://dev.to/anasbr25/i-built-a-tool-that-cuts-windows-setup-time-from-4-hours-to-2-minutes-1ac</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.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%2Fdnfkv8dbzn0c0pthyqjd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fdnfkv8dbzn0c0pthyqjd.png" alt=" " width="800" height="330"&gt;&lt;/a&gt;Every developer has lived this nightmare.&lt;/p&gt;

&lt;p&gt;You fresh-install Windows. You open Chrome, go to the VS Code website, &lt;br&gt;
download the installer, click through the wizard. Then Git. Then Node.js. &lt;br&gt;
Then Python. Then VLC because you need to watch something while you wait. &lt;br&gt;
Four hours later you're finally back to where you were.&lt;/p&gt;

&lt;p&gt;There had to be a better way.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;Windows has had Winget (Windows Package Manager) built-in since 2021, &lt;br&gt;
and Chocolatey has existed even longer. Both let you install software &lt;br&gt;
from the command line with a single command:&lt;/p&gt;

&lt;p&gt;winget install Microsoft.VisualStudioCode&lt;/p&gt;

&lt;p&gt;So technically you could install everything with a script. &lt;br&gt;
The problem? Writing that script manually every time is tedious, &lt;br&gt;
and you have to remember the exact package IDs.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;SetupBuilder (stackforge-dev.vercel.app) is a web tool that does &lt;br&gt;
exactly one thing well: lets you select the apps you want from a &lt;br&gt;
categorized registry of 92 packages and outputs a ready-to-run &lt;br&gt;
PowerShell script + a .bat launcher.&lt;/p&gt;

&lt;p&gt;Select your apps → Download → Right-click Run as Admin → Done.&lt;/p&gt;

&lt;p&gt;No account. No cloud. The script runs entirely on your machine.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js + TypeScript for the frontend&lt;/li&gt;
&lt;li&gt;Tailwind CSS for styling
&lt;/li&gt;
&lt;li&gt;Winget and Chocolatey package IDs hardcoded into a verified registry&lt;/li&gt;
&lt;li&gt;Output is a plain .ps1 file — you can read every line before running it&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;Currently at 92 packages across categories like Dev tools, Browsers, &lt;br&gt;
Gaming, Emulators, Creative, Security and more.&lt;/p&gt;

&lt;p&gt;Planning to add: custom script naming, preset saving, and more packages &lt;br&gt;
based on community requests.&lt;/p&gt;

&lt;p&gt;If you try it, I'd genuinely love to know what packages are missing &lt;br&gt;
from your workflow.&lt;/p&gt;

&lt;p&gt;→ &lt;a href="https://stackforge-dev.vercel.app" rel="noopener noreferrer"&gt;https://stackforge-dev.vercel.app&lt;/a&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
