workan on addin da chkdsk equiv

This commit is contained in:
2025-12-12 22:05:51 -07:00
parent 46dc7e10b0
commit ec63219d1c
+3
View File
@@ -4,6 +4,9 @@ Param(
[int]$Hours = 0
)
# Force off for longer by doing offline modern chkdsk to tie up your computer to be unusable for a while
# Repair-Volume -DriveLetter C -OfflineScanAndFix
# Current date object
$CurrentTime = Get-Date