Skip to content

Instantly share code, notes, and snippets.

@buildingwatsize
Created May 17, 2021 12:52
Show Gist options
  • Save buildingwatsize/d01990fdd8453a2a157338bcf23f9e4d to your computer and use it in GitHub Desktop.
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.
@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