If you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟
Welcome to the DNS Flush Scripts repository! Here you'll find a collection of humorous and themed batch scripts designed to flush the DNS cache on Windows systems 🪟. These scripts are useful for clearing DNS-related issues and ensuring smooth network operations 🌐.
Click the link to read Instructions 📄.
- Download: Clone or download this repository to your local machine 💻.
- Run as Administrator: Right-click on the script file and select "Run as administrator". This is required to perform tasks like flushing the DNS cache 🔒.
- Choose a Script: Pick from a variety of themed scripts based on coding, space, science, and more 🌌.
- Execute: Double-click the chosen script, follow the on-screen instructions, and enjoy the humorous messages 🎉.
@echo off
REM Check for administrative privileges
openfiles >nul
if '%errorlevel%' NEQ '0' (
echo Administrative privileges required to perform a DNS flush for the Coding Universe.
echo Please right-click this file and select "Run as administrator".
echo We're preparing the digital brushes for your DNS canvas...
timeout 5 >nul
exit /b
)
echo.
echo Flushing DNS cache for Coding Universe...
ipconfig /flushdns >nul
echo.
echo DNS cache flushed successfully in the Coding Universe!
echo You're all set to code with a clean DNS slate.
echo.
pause
@echo off
REM Check for administrative privileges
openfiles >nul
if '%errorlevel%' NEQ '0' (
echo Warning: DNS is about to take a journey to the interstellar spa.
echo Please right-click this file and select "Run as administrator" to begin.
echo We're sending your DNS on a galactic vacation...
timeout 5 >nul
exit /b
)
echo.
echo Initiating interstellar DNS cleanup...
ipconfig /flushdns >nul
echo.
echo DNS cache has been cleared faster than a comet's orbit!
echo Your DNS is now as fresh as an alien encounter.
echo.
pause
This project is licensed under the MIT License. See the MIT_LICENSE for details 📄.
We adhere to a strict Code of Conduct. See the CODE_OF_CONDUCT for details 👥.