|
Hate UML?Draw sequence diagrams in seconds.http://www.websequencediagrams.com |
Here's a quick little Windows XP/Vista tray application that I made to disable the screensaver and standby modes.

It's actually quite hard to implement these things. No wonder VLC media player gets it wrong (and allows screen blanking during video playback).
Here are the things that I handled:
A naive implementation might ignore the fact that the user could change their power settings (eg. disable the screensaver or screen blanking), and overwrite these settings with stored ones when allowing standby again. Standby Preventer goes through great pains to handle this.
Want more programming tech talk?
Add to Circles on Google Plus
Subscribe to posts
Quick question: nostandby.exe is also preventing the screen locking mechanism, is this by design? If yes, is there a way to prevent standby, but still allow Windows to lock the screen? Maybe an undocumented feature in application.xml?
This is for security reason. My current workaround is to press [Win]-[L] manually.
Regarding icon creation on Windows, have a look at IcoFX, the most capable freeware I've found for this task.
Post comment