Archive for the 'Programming' Category
No Screensaver Program: Disable a Screen Saver without Control Panel
Have you ever wanted to disable the screen saver, but for some reason or another, couldn’t? Will I’ve run into that problem, so I set out to create a solution. I’m now publishing another simple program I ended up with. It’s a program that I made to disable the screen saver at work. Sometimes, I would leave a process running, but that process would be cut short because a screen saver would appear. To rectify this problem, I threw together this simple program that essentially disables the screen saver, without affecting any software.
What this program does is emulates your mouse, making it move a tiny fraction over a certain time period. This makes the computer think your are still active, and won’t turn on the screen saver. Works great, saves hassle, and of course, it’s Free!
To stop the program, just right-click on the icon in the tray menu and click ‘Exit.’
- No Screensaver.exe: Download
No comments
Program: Tam’s Windows Pinner
Here’s a program I created called the “Windows Pinner.” It’s a really simple program, but definitely very useful. What it does is make Any window you want to ‘Always On Top.’
I find it useful for when I’m trying to read programming stuff on a website, but keep having to Alt-Tab back to my IDE when I want to try something. This way it keeps the website always above the IDE, and I can freely work. It’s pretty convenient.
Best part of all, it’s free!
It’s a really simple program to use. All you need to do his Left+Right Click on any window that you want to keep up. Done. To turn off the ‘Always On Top,’ just Left+Right click on the window again. Easy.

The program will show up in your tasktray. You can right click on it to Exit.
- Tam’s Window Pinner: Download

