Skip to content

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.

License

Notifications You must be signed in to change notification settings

KernFerm/dns-flush-scripts

Support the Project ⭐

If you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟

🚀 DNS Flush Scripts

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 🌐.


📥 How to Download the Repo (First-Time Users)

Click the link to read Instructions 📄.


🛠️ Scripts

🚀 How to Use

  1. Download: Clone or download this repository to your local machine 💻.
  2. 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 🔒.
  3. Choose a Script: Pick from a variety of themed scripts based on coding, space, science, and more 🌌.
  4. Execute: Double-click the chosen script, follow the on-screen instructions, and enjoy the humorous messages 🎉.

📝 Script Examples

💻 Coding Universe DNS Flush

@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

🌌 Interstellar DNS Cleanup Example

@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

📜 License

This project is licensed under the MIT License. See the MIT_LICENSE for details 📄.


🤝 Code of Conduct

We adhere to a strict Code of Conduct. See the CODE_OF_CONDUCT for details 👥.

About

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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks