Windows Automation Scripts is a curated collection of useful, script-based utilities to automate and simplify everyday tasks on Windows. Whether you're setting up a new machine, cleaning up junk files, managing startup apps, or extracting Wi-Fi passwords — this repo provides plug-and-play solutions for power users and developers alike.
Powered by: PowerShell, Batch Scripts, and Python 💡
windows-automation/
├── autostart-cleaner/ # Disable unnecessary startup apps
├── disk-cleanup/ # Clean temp and junk files
├── wifi-password-exporter/ # Extract saved Wi-Fi credentials
├── app-installer/ # Install essential apps via winget/choco
├── process-killer/ # Kill common memory-heavy background apps
└── README.md- 🔧 Minimal setup — just clone and run
- 🧹 Keep your PC lean with cleanup utilities
- 🚀 Boost performance with one-click scripts
- 🧠 Learn real-world scripting use cases
- 👩💻 Perfect for beginners and script enthusiasts
-
Fork this repository 🍴
-
Clone your fork:
git clone https://github.com/your-username/windows-automation.git
-
Navigate to any script folder
-
Run the desired script (double click or run via terminal)
-
Explore, enhance, and contribute 🚀
Note: You may need admin privileges for some scripts.
We welcome contributions of all kinds! Feel free to:
- Add new scripts and utilities
- Improve script performance or error handling
- Add usage guides or screenshots
- Raise issues for bugs or suggestions
Standards:
- Keep scripts clean and well-commented
- Ensure scripts are tested before committing
- Follow platform-specific best practices
This project is licensed under the MIT License.
Thanks to the HashSlap Summer of Code community for making automation accessible and open for all. 🧠💻