workan on addin da chkdsk equiv \

This commit is contained in:
2025-12-12 22:08:24 -07:00
parent ec63219d1c
commit bb2137c5d1
+3 -1
View File
@@ -5,7 +5,9 @@ Param(
)
# 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
# pipes y to it so its noninteractive
# Requires admin terminal
# Write-Host 'y' | chkdsk C: /f /r
# Current date object
$CurrentTime = Get-Date