Welcome to the Windows Batch Files repository! Here, you can find a collection of useful .bat
scripts to streamline various tasks on Windows.
- cleanTempFiles.bat: Delete All Windows Temp Files ποΈ
- renewIp.bat: Renew Windows IP π
- shutdown.bat: Schedule Windows shutdown β°
- Download the desired
.bat
script from the list above. - Double-click on the script to execute it.
Feel free to explore and use these scripts to automate routine tasks on your Windows machine!
-
cleanTempFiles.bat: This script helps you clean up all Windows temporary files, freeing up disk space.
-
renewIp.bat: Use this script to renew your Windows IP address easily.
-
shutdown.bat: Schedule a Windows shutdown with this script.
If you have new scripts to share or improvements to existing ones, contributions are welcome!
-
Fork the repository.
-
Add or modify the scripts.
-
Create a new branch:
git checkout -b feature/new-script
-
Commit your changes:
git commit -m "Add new script"
-
Push to the branch:
git push origin feature/new-script
-
Open a pull request.
Your contributions make this repository more valuable for everyone. Thank you for your involvement!