Automate your Windows application installation with this comprehensive setup script. Quickly install essential software for development, system utilities, media, and productivity.
Run as Administrator in Command Prompt:
curl -fsSL https://is.gd/installapps -o install_apps.bat && install_apps.batThis repository provides an automated script to install a curated collection of essential Windows applications, saving you hours of manual installation time.
curl -fsSL https://is.gd/installapps -o install_apps.bat && install_apps.batgit clone https://github.com/thepinak503/setup-scripts.git Install
cd Install
install_apps.bat
cd ..
rmdir /S /Q "%userprofile%\Install"- Windows 10 or 11
- Administrator privileges
- Git (for manual method) - install via:
winget install Git.Git # or scoop install git / choco install git
- Mercury Browser - Fastest Firefox-based browser
- Thorium Browser - Fastest Chromium-based browser
- Google Chrome - Popular web browser
- Mozilla Firefox - Open-source browser
- Visual Studio Code - Code editor
- Windows Terminal - Modern terminal
- PowerShell - Command-line shell
- Git - Version control
- Micro - Terminal text editor
- Microsoft PowerToys - Windows productivity suite
- Everything Search - Ultra-fast file search
- WizTree - Disk space analyzer
- Bulk Crap Uninstaller - Batch uninstaller
- HWMonitor - Hardware monitoring
- CrystalDiskInfo - Drive health monitoring
- FlowLauncher - Application launcher
- 7-Zip - File archiver
- Google Drive - Cloud storage
- bat - Enhanced
catcommand - lsd - Modern
lscommand
- VLC Media Player - Media player
- OBS Studio - Screen recording
- qBittorrent - Torrent client
- SumatraPDF - PDF reader
- Notepad++ - Text editor
- Notepads App - Modern text editor
- FreeTube - Private YouTube client
- Keyviz - Keystroke visualizer
- WhatsApp - Messaging app
- Unigram - Telegram client
- ChatGPT - AI assistant
- Motrix - Download manager
- XDM - Download accelerator
- Microsoft Visual C++ Redistributables (2005-2022)
- Microsoft .NET Runtimes (7.0, 8.0, 9.0)
Enhance your Windows 11 start menu:
winget install StartIsBack.StartAllBack --scope machineQ: Is this script safe to run?
A: Yes, all applications are downloaded from official sources. Review the script before running if concerned.
Q: Can I customize which apps get installed?
A: Currently, the script installs all applications. You can modify the batch file to comment out unwanted applications.
Q: What if the installation fails?
A: The script will continue with other installations. You can re-run it to complete missing installations.
Q: Do I need an internet connection?
A: Yes, all applications are downloaded during installation.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit pull requests or open issues for suggestions.
- Email: thepinak503@duck.com
- GitHub: thepinak503
- Issues: Create an issue
Note: Always run scripts as administrator and ensure you trust the source before execution.