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