{"id":23288557,"url":"https://github.com/kernferm/dis-management","last_synced_at":"2026-03-20T01:07:40.833Z","repository":{"id":241995733,"uuid":"754071783","full_name":"KernFerm/DIS-Management","owner":"KernFerm","description":"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.","archived":false,"fork":false,"pushed_at":"2025-05-20T21:57:19.000Z","size":82,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T00:43:13.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KernFerm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-07T10:48:27.000Z","updated_at":"2025-05-20T21:57:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"766c774e-b657-4066-83fa-9b9c474bb730","html_url":"https://github.com/KernFerm/DIS-Management","commit_stats":null,"previous_names":["kernferm/deploy-image-servicing-management","kernferm/dis-management"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KernFerm/DIS-Management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FDIS-Management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FDIS-Management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FDIS-Management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FDIS-Management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KernFerm","download_url":"https://codeload.github.com/KernFerm/DIS-Management/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FDIS-Management/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270149345,"owners_count":24535728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-20T03:20:44.974Z","updated_at":"2026-02-11T17:32:13.363Z","avatar_url":"https://github.com/KernFerm.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 🚨 READ EVERYTHING CAREFULLY 🚨\r\n\r\n**Make sure to follow the instructions step-by-step for a smooth execution of the script ✅.**\r\n\r\n\r\n## 📥 How to Download the Repo (First-Time Users)\r\n\r\nClick the link to read **[Instructions](https://www.gitprojects.fnbubbles420.org/how-to-download-repos) 📄**.\r\n\r\n----\r\n\r\n## Support the Project ⭐\r\n\r\nIf you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟\r\n-----\r\n\r\n\r\n## ⚠️ No Issues with this Repo!\r\n\r\n- If you want to **FORK** it, **GO FORK IT**! 🍴\r\n- Make sure you have an account to **FORK** the repo 🔐.\r\n\r\n---\r\n\r\n### 🚨 **READ EVERYTHING CAREFULLY** 🚨\r\n\r\n---\r\n\r\n# 🖥️ Deploy Image Servicing \u0026 Management Batch Script\r\n\r\nThis 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 🛠️.\r\n\r\n---\r\n\r\n### 📥 Download Instructions\r\n\r\n- Click the **green button** in the upper right corner and download the ZIP file 📂.\r\n\r\n---\r\n\r\n### 🚀 Usage\r\n\r\n1. **Open a command prompt** with **ADMINISTRATIVE PRIVILEGES** 🔒.\r\n2. **Navigate** to the directory containing the `Deploy Image Servicing \u0026 Management.bat` file.\r\n3. **Run the script** by typing:\r\n\r\n   ```\r\n   Deploy Image Servicing \u0026 Management.bat\r\n   ```\r\nand pressing Enter 💻.\r\n\r\n### 💡 What the Script Does\r\n\r\nHere's a breakdown of what each line in the script does:\r\n\r\n```\r\n@echo off                                       # Prevents the command prompt from displaying the commands in the script as they run\r\necho Running DISM command...                    # Starts the program and displays a message\r\nDISM.exe /Online /Cleanup-image /Restorehealth   # Checks the health of your system image and repairs it if necessary\r\necho DISM command completed.                    # Displays a completion message\r\npause                                           # Keeps the window open so the user can close it manually\r\n```\r\n\r\n# Join the discord if you need help \r\n\r\n[https://fnbubbles420.org/discordinvite](https://fnbubbles420.org/discordinvite)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Fdis-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernferm%2Fdis-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Fdis-management/lists"}