I am a programmer designing a solution to a problem that we are having. I was thinking about writing an app and using Windows Scheduled Tasks to run it once per day or so as opposed to writing a service that would sleep most of the time and wake up once per day to do it's thing. But my question is do admins typically use Windows scheduled tasks?
The application would be to delete old files that we generate and cannot clean up any other way (for good reasons).