-
Notifications
You must be signed in to change notification settings - Fork 0
Home
PlanB Code edited this page Apr 8, 2025
·
1 revision
INSTALL APPS NOW
A powerful batch script to automate app installations and system management on Windows.
The m.bat script automates:
โ
One-click app installations via Winget
โ
System maintenance (disk cleanup, diagnostics)
โ
Network utilities (ping, DNS, IP config)
โ
File operations (search, disk analysis)
First of all Download Git
winget install --id Git.Git -e --source wingetAnd now you can download the MUCONDS
git clone https://github.com/planbcode12/muconds.git
cd muconds
.\m.bator
Download ZIP โ Extract โ Run m.bat
Right-click โ "Run as Administrator" for full functionality.
| Category | Apps Included |
|---|---|
| Browsers | Chrome, Firefox, Edge, Brave, Opera GX |
| Media | VLC, Spotify, OBS Studio, Audacity |
| Dev Tools | VS Code, Git, Python, Node.js, Docker |
| Gaming | Steam, Epic Games, GeForce Experience |
| Utilities | 7-Zip, Notepad++, ShareX, CPU-Z |
| Productivity | LibreOffice, Adobe Reader, AutoCAD LT |
And More
โโโโ โโโโโโโ โโโ โโโโโโโ โโโโโโโ โโโโ โโโโโโโโโโ โโโโโโโโ
โโโโโ โโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโ โโโโโโ โโโ โโโโโโโโโ โโโโโโ โโโโโโโโโโโ
โโโโโโโโโโโโโโ โโโโโโ โโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโ
โโโ โโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโ
โโโ โโโ โโโโโโโ โโโโโโโ โโโ โโโโโโโโโโโโโโ
[1] Application Installer [4] System Information
[2] Network Utilities [5] File Operations
[3] System Maintenance [6] Advanced Tools
[0] Exit
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
- Brave Browser (and Beta)
- Opera / Opera GX
- VLC Media Player
- OBS Studio
- GIMP
- Blender
- Audacity
- Krita
- Visual Studio Code
- Git / GitHub Desktop
- Python
- Node.js
- Docker Desktop
- Postman
- Steam
- Epic Games Launcher
- GeForce Experience
- Riot Client
- 7-Zip / WinRAR
- ShareX
- CPU-Z
- TeamViewer / AnyDesk
- Zoom / Skype
- LibreOffice
- WPS Office
- Adobe Acrobat Reader
- Notepad++
- Paint.NET
๐ 60+ apps supported - see
apps.txtfor the complete list
A Windows batch script that automates software installations and system tasks using Winget and native Windows commands.
Edit the apps.txt file following this format:
1|App Name|Publisher.PackageID
2|Another App|Vendor.ID
- Ensure Winget is installed (Windows 11 includes it by default)
- Run as Administrator
- Check your internet connection
- Fork the repository
- Create a new branch
git checkout -b feature/improvement
- Commit your changes
git commit -m "Add new feature" - Push the branch
git push origin feature/improvement
- Open a Pull Request
MIT License - See LICENSE for details.