I have systems that are standalone (government contract) and are not allowed to be on a network or Internet while deployed. I want a way to warn the user if the hard drive space gets low by using the built in functionality of Windows. I can't use third-party apps as they would require review and sign off that would take too long.
Here's the scenario - if the hard drive hits 75% of capacity I just would like a simple message that states "hard drive space low" or similar so the user will call support. It doesn't need to be a custom message, just a plain warning.
I thought about using disk quotas but that would only be geared towards what the space the user is using, not towards other apps outside of the users quota correct?
The main concern is a SQL Express 2000 db that we are using and worried that it might incrementally grow. The user needs to let us know before data corrupt entails.
I hope this all makes sense. Thanks for any responses.