https://github.com/kernferm/dis-management
This is a simple batch script for Windows that uses the Deployment Image Servicing and Management (DISM) tool to check the health of your system image and repair it if necessary.
https://github.com/kernferm/dis-management
Last synced: 3 months ago
JSON representation
This is a simple batch script for Windows that uses the Deployment Image Servicing and Management (DISM) tool to check the health of your system image and repair it if necessary.
- Host: GitHub
- URL: https://github.com/kernferm/dis-management
- Owner: KernFerm
- License: mit
- Created: 2024-02-07T10:48:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T21:57:19.000Z (about 1 year ago)
- Last Synced: 2025-07-07T00:43:13.740Z (11 months ago)
- Language: Batchfile
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 🚨 READ EVERYTHING CAREFULLY 🚨
**Make sure to follow the instructions step-by-step for a smooth execution of the script ✅.**
## 📥 How to Download the Repo (First-Time Users)
Click the link to read **[Instructions](https://www.gitprojects.fnbubbles420.org/how-to-download-repos) 📄**.
----
## Support the Project ⭐
If you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟
-----
## ⚠️ No Issues with this Repo!
- If you want to **FORK** it, **GO FORK IT**! 🍴
- Make sure you have an account to **FORK** the repo 🔐.
---
### 🚨 **READ EVERYTHING CAREFULLY** 🚨
---
# 🖥️ Deploy Image Servicing & Management Batch Script
This is a simple batch script for Windows that uses the **Deployment Image Servicing and Management (DISM)** tool to check the health of your system image and repair it if necessary 🛠️.
---
### 📥 Download Instructions
- Click the **green button** in the upper right corner and download the ZIP file 📂.
---
### 🚀 Usage
1. **Open a command prompt** with **ADMINISTRATIVE PRIVILEGES** 🔒.
2. **Navigate** to the directory containing the `Deploy Image Servicing & Management.bat` file.
3. **Run the script** by typing:
```
Deploy Image Servicing & Management.bat
```
and pressing Enter 💻.
### 💡 What the Script Does
Here's a breakdown of what each line in the script does:
```
@echo off # Prevents the command prompt from displaying the commands in the script as they run
echo Running DISM command... # Starts the program and displays a message
DISM.exe /Online /Cleanup-image /Restorehealth # Checks the health of your system image and repairs it if necessary
echo DISM command completed. # Displays a completion message
pause # Keeps the window open so the user can close it manually
```
# Join the discord if you need help
[https://fnbubbles420.org/discordinvite](https://fnbubbles420.org/discordinvite)