**Dev-Grade Utilities for the Modern Workflow**
A comprehensive collection of scripting utilities designed to streamline development.
Report Bug
Β·
Request Feature
Note: Most of the 78+ tools in this archive were developed "just for the hell of it" or abandoned when feature creep won the war. They are currently frozen in time.
HOWEVER:
- If you find a tool here that looks cool but errors out: OPEN AN ISSUE.
- If you want a feature added: OPEN AN ISSUE.
I literally just need an excuse. If you show interest, I will break out the IDE and fix it. Your bug report is the only thing standing between this script staying broken and it becoming v2.0. Don't be shyβspam me.
π Project Documentation Index
- AI Setup Clean Install
- DevDeploy Environment Manager
- DotNet Environment Manager
- EliteSoftware Manager
- EliteScriptConverter
- Install Pyenv Win
- Install Visual Studio Build Tools
- Local AI Chat
- LocalHost Root CA
- New Dummy Dll
- Node.js App Launcher
- Node.js IIS Launcher
- PS1 to EXE
- Python & Library Installer
- Python Installer
- Self Signed Certificate
- Test Local AI
- Batch DLL Resource Extractor
- Create Installed Application Shortcuts
- DLL Icon Suite
- DLL Resource Manager
- Doc to TXT Converter
- File Association Manager GUI
- File Scanner and Duplicate Finder
- Folder Scanner
- Icon Extractor Master
- Icon Manager
- Icon Setter
- Link & Mover Utility
- Metadata Editor
- Sims Folder Scanner
- URL Favicon Saver
- URL LNK Extension Toggler
- Advanced ADB Fastboot GUI Tool
- HTML File Launcher
- HTML Project Launcher
- Script Launcher
- Universal Project Launcher Suite
- Baseline Browser Mapping
- Elite Network Administration Utility
- EliteSoftware HTML HTTP Test Server
- Make Chrome Enterprise
- Network Information Viewer
- Network Manager
- Adobe Genuine Service Remover
- Advanced Startup Manager Elite
- Advanced StartupManager
- AppMonitor
- Elite Utility Main
- Feature Update Blocker
- Hidden Settings
- IE to Edge Disabler
- IE11 Enabler for Windows 11
- Internet Explorer Fixer
- Launch As Trusted Installer
- Launch IE11
- Local Group Policy Backup
- MSDT Preservation Tool
- Registry Backup
- Restore Legacy Resolution Control Panel
- Restore Legacy UI
- Service Creator GUI
- Unenroll Insider Program
- Winget GUI
- Winget Repair Tool
- Winget Search Enhanced
Welcome to the EliteSoftware Script Tools Archive.
This repository is a curated collection of scripting utilities and tools maintained by the EliteSoftware team. It is designed to enhance productivity, automate mundane tasks, and streamline development workflows across multiple environments.
Whether you need to automate a deployment, manage Windows registry keys, or process complex data sets, this archive serves as the central hub for our internal dev-tools.
The archive allows for a rich, multi-language experience. Here is what is under the hood:
Automation utilities for common development tasks.
- Data Processing: Advanced transformation tools for large datasets.
- Config Management: Scripts to handle environment configurations.
- Monitoring: Logging utilities to keep track of system health.
For the Linux/Unix power users.
- System Admin: Helpers for daily administrative tasks.
- Deployment: Automation scripts for CI/CD pipelines.
- Build Tools: Utilities to manage releases and file processing.
Modern JavaScript utilities.
- CLI Apps: Command-line interfaces for specific workflows.
- Bundling: Build and bundling utilities.
- Asset Management: Tools to handle static assets and dev server enhancements.
Windows ecosystem management.
- System Automation: Deep Windows system integration.
- Registry Tools: Configuration and registry manipulation.
- Batch Operations: Process management utilities.
Ready to optimize your workflow? Here is how to get the tools running on your machine.
Before using the EliteSoftware Script Tools, ensure you have the following installed:
- Git: For version control.
- Python: Version 3.8+ (for Python-based scripts).
- Node.js: Latest stable version (for JS tools).
- Shell: An appropriate environment (Bash, PowerShell, or Zsh).
-
Clone the repo:
git clone [https://github.com/TheShadyRainbow4/EliteSoftware-ScriptTools-Archive.git](https://github.com/TheShadyRainbow4/EliteSoftware-ScriptTools-Archive.git) cd EliteSoftware-ScriptTools-Archive -
Explore the tools:
ls -la
π For Python Scripts
- Install dependencies:
pip install -r requirements.txt
- Configure environment:
cp .env.example .env # Edit .env with your configuration - Verify:
python -m scripts --version
π For Bash Scripts
- Make executable:
chmod +x scripts/bash/*.sh - Add to PATH (Optional):
export PATH="$PATH:$(pwd)/scripts/bash"
- Test:
./scripts/bash/example-script.sh --help
π¦ For Node.js Tools
- Install dependencies:
npm install
- Global install (Optional):
npm install -g . - Verify:
npm run test
To ensure stability and reliability, please adhere to the following best practices.
- Read Documentation: Always review tool-specific documentation before use.
- Test First: Run scripts in a development environment before production.
- Backup Data: Ensure data backups exist before running automated tasks.
- Monitor Execution: Keep logs of script execution for troubleshooting.
- Update Regularly: Check for updates and security patches periodically.
- Exit Codes: Check
echo $?(Unix) orecho %errorlevel%(Windows). - Logs: Review the
logs/directory for detailed error info. - Debug Mode: Use
--debugor-vflags for verbose output. - Configuration: Most scripts support arguments, env vars, and YAML/JSON config files.
Distributed under the MIT License.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software... to deal in the Software without restriction. See
LICENSEfile for full text.
Maintained by: EliteSoftware Team | Zachary Whiteman
Last Updated: 2025-12-17 07:24:26 (UTC)
- Check the FAQ
- Submit detailed bug reports in Issues.

