mirror of
https://github.com/amidaware/community-scripts.git
synced 2026-04-28 07:25:49 +03:00
[PR #141] [MERGED] Add online disk check / repair script (powershell) #146
Labels
No labels
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/community-scripts#146
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:disk_check_repair📝 Commits (3)
2555ec5Add online disk check / repair script (powershell)640515cRemove script name from examples90c9e9aReplace 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
spotfixparameter to attempt to repair the volume while it is mounted, or you can schedule anofflinescan on the next reboot.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.