Skip to content

raevendev/DiskWakeUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DiskWakeUp

DiskWakeUp is a small C# console utility designed to keep your hard drive awake by regularly updating a temporary file.

Why?

Some hard drives, such as Western Digital Black models, tend to spin down after a few minutes of inactivity. This can cause delays when accessing the disk. DiskWakeUp prevents that by simulating periodic activity.

How It Works

The program creates (if it doesn't exist) a file named WakeUp.tmp in a specified folder and updates its last modified timestamp at regular intervals.

Usage

DiskWakeUp.exe "path\to\drive" 60

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages