https://github.com/kernferm/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.
https://github.com/kernferm/dns-flush-scripts
dns dns-flusher flush-cache
Last synced: 1 day ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kernferm/dns-flush-scripts
- Owner: KernFerm
- License: apache-2.0
- Created: 2024-07-15T01:38:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T07:42:42.000Z (9 months ago)
- Last Synced: 2025-06-05T12:13:03.556Z (30 days ago)
- Topics: dns, dns-flusher, flush-cache
- Language: Batchfile
- Homepage:
- Size: 303 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## 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**](https://www.gitprojects.fnbubbles420.org/how-to-download-repos) 📄.
---
## 🛠️ 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 offREM 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 >nulecho.
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 offREM 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 >nulecho.
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](https://github.com/KernFerm/custom-dns-batch/blob/main/LICENSE) for details 📄.
---
### 🤝 Code of Conduct
We adhere to a strict **Code of Conduct**. See the [CODE_OF_CONDUCT](https://github.com/KernFerm/custom-dns-batch/blob/main/CODE_OF_CONDUCT.md) for details 👥.