Friday Fun: Trick wallpaper desktop.

Difficulty: 1.5

Trick1This is the start of a new series of articles here at Inspect My Gadget. While most how-to articles you will find on this site will help you to be more productive, it’s sometimes fun to plant a practical joke on your work mates computer. You’ll have them pulling their hair out and screaming at their computer while you work quietly nearby. 

None of these articles will damage your computer or expose you to viruses, and they will all be easy to revert the computer back to it’s previous state, at least, after a few laughs.

I will start with an old favourite. This is sure to trick many as the effect is almost flawless. The only noticeable clue is that the clock in the tasktray will not change.

The result:

  • The desktop will appear untouched.
  • The start Menu will not work.
  • None of the default icons on the desktop will work.
  • It will take around 30 seconds to return the computer back to it’s fully working state.

Read on to find out how to make this happen, and how to restore the system quickly before you get decked.

Read the rest of this entry »


Windows Software: Keyfinder v2.0 Beta 3

Keyfinder

If you are reinstalling your system, it is often a pain to dig out your old software packaging, especially if you keep all your disks in a binder. What would you need the old packaging for? The product keys for Windows and the other various applications you want to reinstall. There are also situations when the flimsy OEM sticker has fallen off your computer and your cat has run off with it.

Keyfinder 2.0 will list a number of your product keys currently used on your system. These keys are usually hidden. You can then save the product keys into a text file or print them out. It is designed mostly to grab Microsoft software such as their Windows and Office ranges.

This program has been around for quite some time, but it has recently been completely rewritten. This is a new version with support for some more current software.  Keyfinder 2.0 Beta 3 is available for free from Magic Jelly Bean Software. It’s worth a look just for the name.


IMG Exclusive Software: Moody Hues

PencilsI recently read an article over at gizmodo about a Colorlight DVD which rotates through a collection of flat colours on your TV. This can be used for setting the mood of your room, effectively making your TV work as a mood light. If you like a colour, you can pause the DVD and the colour would remain.

I liked the idea and thought this was nice. I could imagine it next to my LED eggs and lava lamps. The only problem was the cost of $US25 which I thought was way too much money for something this simple.

I thought there must be a PC version out there for free, so I searched everywhere but came up with nothing. It was time to learn how to code in VB.NET. I hadn’t coded since qbasic days but I thought this would be a good project to get my coding eye back in.

After fiddling for a few hours I came up with what I call Moody Hues which behaves in the same way that the DVD would, only this time on your computer. This is an initial release which I am unsure if I will take further. That depends on the response.

Currently there are only a few things I would like to add to this program; Dual monitor support, a speed controller of some type and I would like to set it up so it can run as a screensaver.

There are not many options in the program, which makes it really easy to use. Click on the screen to pop up the controls, press the anykey to pause.

While I don’t think there will be many bugs as the program is very simple, this is my first attempt at coding in this language so use it with caution. I have tested it on three machines (both XP and Vista) with complete success. You may need the .Net framework from Microsoft.

The package is in zip form, run setup.exe and the program will install shortcuts in your start menu without prompting. If you want to remove it, this be done through Add/Remove Programs. I don’t know how to make it any tidier at this stage.

Download it for free from Inspect My Gadget. Feel free to share it around.


Windows Software: Get Linux like workspaces with WindowsPager

WindowsPagerIn Linux there is (and has been for as long as I can remember), a feature in which you can have multiple desktops/workspaces that you are able to switch between. This is ideal for organising your running programs. I like using workspaces so that I can have one workspace for work, and another for play. WindowsPager is the ultimate boss key!

Microsoft has not responded to this well used feature, with anything that is worthwhile for Windows. They did release a powertoy which serves the purpose, but it shows numbers as the workspace icons, rather than showing what is actually in the workspace.

There are a number of freeware and shareware options which will allow you to have multiple workspaces in Windows. I have tested a number of them, and found them to be much larger and complex than they need to be, yet they are still not as functional as the switcher built into a Linux operating system. I wanted a program that was small, functional and easy to use.

WindowsPager is a new project hosted at SourceForge and it has come a long way in a short time. It sits snuggly in your taskbar. There are four squares (by default), each representing an individual workspace. It looks the same as the Linux switcher, and it is just as easy to use.  To switch workspaces, click on the workspace you want to go to. To move an application from one workspace to another, drag the icon of it to another workspace.

WindowsPager has been working well for me since version 0.8. WindowsPager 0.10 has just been released. All the releases are currently alpha releases, so bugs are to be expected. There are some obvious bugs here and there, but as it continues in development, we can look forward to added functionality and stability. I am finding that it is much more valuable for me to have a buggy version of it, than nothing at all.

There are a couple of limitations. You cannot drag a window from one workspace to another using the title bar. Saying that, I have not come across a Windows workspace switcher that can do this. There is also no dual screen support. It does work with dual screens, but only the preferred screen will be shown.

If you have trouble getting this to work properly, an initial restart may well help you. To have WindowsPager load at startup, create a shortcut to it in the startup folder of your start menu.

I am very excited about this project. Get your copy for free from Sourceforge


Windows software: Port Forwarding made easy with BaUPnP

BaUPnP

Some network programs require that you configure port forwarding in your router, so that they will work properly. This is confusing to many people, causing many newcomers to give up. For those who know what they are doing, it is time consuming. There is a quicker and easier way.

Fortunately, most routers support a standard called Universal Plug and Play (UPnP), meaning that you can use the BaUPnP tool to update your port forwarding settings, without going through all the menus in your router.

BaUPnP is a free command line utility that automates the process of forwarding your ports.

For use: On the computer you want the ports to be forwarded to, open up your command prompt and navigate through to the folder you have saved BaUPnP.

The tool, by default, configures port mapping for the two ports used by web-servers – that is port 80 (HTTP) and port 443 (HTTPS). You are able to use your own arguments for any service you want.

The following example configures port mapping for FTP (port 21) and Telnet (port 23):

BaUPnP.exe 21 23

It doesn’t get much easier than that!

As this program changes the port forwarding settings to your router, this program only needs to be run once. This is not a program that will clog up valuable resources after you have used it.

You are able to run it from multiple machines, each offering various services. Just keep in mind that you can’t use the same port from two computers. You will also need to ensure that UPnP is turned on in your router settings.

For more information and download instructions please visit barracudaserver.com.