Created
May 17, 2021 12:52
-
-
Save buildingwatsize/d01990fdd8453a2a157338bcf23f9e4d to your computer and use it in GitHub Desktop.
BAT Script for Waking your HDD every 10 seconds :D Hope you enjoy it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
:awake | |
cls | |
wmic logicaldisk get FreeSpace, Name, VolumeName | |
timeout /t 10 | |
goto awake |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment