From ec63219d1c9baf8f6ff1639e8531d84e7af0b390 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 12 Dec 2025 22:05:51 -0700 Subject: [PATCH] workan on addin da chkdsk equiv --- Windows-Scripts/IM_SO_TIRED_BOSS.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Windows-Scripts/IM_SO_TIRED_BOSS.ps1 b/Windows-Scripts/IM_SO_TIRED_BOSS.ps1 index 4c7f607..ca4507d 100644 --- a/Windows-Scripts/IM_SO_TIRED_BOSS.ps1 +++ b/Windows-Scripts/IM_SO_TIRED_BOSS.ps1 @@ -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