[PR #141] [MERGED] Add online disk check / repair script (powershell) #146

Closed
opened 2026-03-02 02:10:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/community-scripts/pull/141
Author: @joeldeteves
Created: 4/17/2023
Status: Merged
Merged: 4/17/2023
Merged by: @silversword411

Base: mainHead: disk_check_repair


📝 Commits (3)

  • 2555ec5 Add online disk check / repair script (powershell)
  • 640515c Remove script name from examples
  • 90c9e9a Replace write-host with write-output

📊 Changes

2 files changed (+73 additions, -0 deletions)

View changed files

📝 community_scripts.json (+17 -0)
scripts/Win_Disk_Check_Repair.ps1 (+56 -0)

📄 Description

This PR adds an online disk repair using PowerShell. By default, it runs a simple online check for volume errors. Optionally, you can include the spotfix parameter to attempt to repair the volume while it is mounted, or you can schedule an offline scan on the next reboot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/community-scripts/pull/141 **Author:** [@joeldeteves](https://github.com/joeldeteves) **Created:** 4/17/2023 **Status:** ✅ Merged **Merged:** 4/17/2023 **Merged by:** [@silversword411](https://github.com/silversword411) **Base:** `main` ← **Head:** `disk_check_repair` --- ### 📝 Commits (3) - [`2555ec5`](https://github.com/amidaware/community-scripts/commit/2555ec53453141885c9d26a2ae4b08e9a085f880) Add online disk check / repair script (powershell) - [`640515c`](https://github.com/amidaware/community-scripts/commit/640515cb7f7474b5753c3cd60d9f3aa24cef5b1b) Remove script name from examples - [`90c9e9a`](https://github.com/amidaware/community-scripts/commit/90c9e9a455b780c0da2e4719ce84b338101c5d04) Replace write-host with write-output ### 📊 Changes **2 files changed** (+73 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `community_scripts.json` (+17 -0) ➕ `scripts/Win_Disk_Check_Repair.ps1` (+56 -0) </details> ### 📄 Description This PR adds an online disk repair using PowerShell. By default, it runs a simple online check for volume errors. Optionally, you can include the `spotfix` parameter to attempt to repair the volume while it is mounted, or you can schedule an `offline` scan on the next reboot. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:10:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/community-scripts#146
No description provided.