____       ____         __ 
   / __/_____ / __ \ _____ / /_
  / /_ / ___// / / // ___// __/
 / __// /   / /_/ /(__  )/ /_  
/_/  /_/    \____//____/ \__/  
			

122 Days


Don't like the effects? Click HERE to turn them off.


WinConfigs: Simplifying Windows Setup

‒ Views: Total: 78Visitors



One day, I was thinking, what if I create my own automation tool/script that simplifies Windows setup with tweaks, package managers, and custom repositories? I decided to give it a try because I already knew batch scripting.

The script I created is primarily written in batch, and while it was exciting, the process wasn't easy. I had to set up several virtual machines to test all of the tweaks and processes on Windows 10 and 11. It was a bit frustrating, but I stuck with it, and the result is something I'm really proud of.

#1 Why I Recommend WinConfigs


First of all, it's incredibly user-friendly. If you've ever tried setting up a new system or tweaking your Windows setup, you know how much of a hassle it can be. With WinConfigs, you get to see all of the tweaks and installations in real time, and it's so easy to follow. I even made a website for the tool, which is also designed to be user-friendly. If you want to see what the tweaks do, you can check out the photos in the site's docs to make the setup process easier.

WinConfigs also helps remove bloat from your system, making it run faster and more efficiently. It removes unnecessary apps and tweaks settings for better performance. Plus, you can also manage software easily with custom repositories and package managers. It even comes with a tool called WinUtil, which lets you apply additional tweaks and optimizations. It also adds personalization features, allowing you to install and manage custom cursors for a more personalized experience. I really recommend it because it makes what would normally be a long and boring process much quicker and easier.

The tool comes with a simple command that you can run in PowerShell to install it on your desktop. You can see it below. However, the command might be blocked by Windows Defender, so if you run into any errors, you can either open an issue for help or install it manually.

iwr "https://fr0st.xyz/winconfigs" | iex

#2 It Supports Multiple Versions of Windows


One of the biggest reasons I'm proud of WinConfigs is that it works on both Windows 10 and 11. I spent a lot of time making sure the script was compatible across both versions, and I tested everything on virtual machines to make sure there were no issues. It was a challenge, but seeing it work smoothly on both made it all worth it.


#3 Custom Repositories and Package Managers


WinConfigs isn't just about system tweaks. It also makes installing software easier with package managers like Scoop and Custom Repositories. Instead of setting up each app manually, WinConfigs handles it for you. You can choose where to install custom repositories, like on your Desktop or in Documents etc. If you want to customize your package setup, just add your apps to Configuration\scoop-packages\packages-list.txt. The same goes for custom repositories. You can manage them in Configuration\custom-repos\repos-list.txt. If you have a useful app or tool, you can submit a pull request to add it.


@ Final Thoughts


If you're tired of setting up Windows manually or want to make your PC run better with less effort, WinConfigs is a great choice. It automates installs, tweaks your system, and helps manage software all in one simple tool.

Check out the Website or GitHub for more details, and try it out if you're interested. If you like it, consider giving it a ⭐ on GitHub, it really helps me out!