Home

Awesome

Windows-Hacks

Creative and unusual things that can be done with the Windows API.

Shrinking Windows

Any window can be shrunk down.

Shrinking the Calculator:

alt-tag

Shrinking Google Chrome:

alt-tag

Even Microsoft Word is not safe from being shrunk:

alt-tag

Hue Shifter

Any window can be selected to have its colors shifted.

Hue shifting Microsoft Paint:

alt-tag

Hue shifting Microsoft Word:

alt-tag

Writing Directly To The Desktop

alt-tag

Desktop Rotation

Zooms into the Desktop and then spins it around and around.

alt-tag

Window Shaker

Randomly shakes the specified window without the use of a mouse.

Here you can see Microsoft Paint shaking all by itself. Pretty spooky huh?

alt-tag

If you are a masterful artist (such as myself), you may find that it is too easy to draw in a stationary canvas. In that case, this is the perfect utility for you.

alt-tag

Wavy Window

alt-tag

Motion Detection

Detects motion in the specified window. This was a lot of fun to play with, especially when used on videos but I can only include so many gifs...

Detecting motion in Microsoft Paint:

alt-tag

Detecting motion in command prompt:

alt-tag

Automated Painting

Automatically draws a thresholded Mona Lisa into Microsoft Paint:

alt-tag

Window Scrambler

alt-tag

Window Thresholding

This makes the light colors transparent and the dark colors black.

Before thresholding:

alt-tag

After thresholding:

alt-tag

Force Changing Window Properties

Many of the properties of a Window can be force changed. In the image below I have changed the following properties in the Windows Calculator:

alt-tag

Mouse Spam

Spawns hundreds of mice, where each one moves independently across the screen.

alt-tag

Hiding a Window

Any Window can be hidden. In the following image I have hidden the Windows Calculator. As you can see, it is no where to be found on the Desktop. But if you open the Windows Task Manager it is actually still running in the background:

alt-tag

More...

Here is the menu. It lists all of the features:

alt-tag

How to Run

The compiled binary is located in the folder Executable.

If you want to compile it yourself the recommended way is as follows:

  1. Make sure you have Visual Studio and .NET Framework 4.5.2.
  2. Download the zip.
  3. Unzip it.
  4. Open WindowsHacks.sln in Visual Studio.
  5. Press F5 to run it.

Notes