Skip to content
Archive of posts filed under the Tip category.

ToolTip: Move Mouse

Here’s a tool that has came in handy for me during the past 3 days, so let me share this one with you. Move Mouse is a simple application that generates mouse activity. You can either move the mouse pointer, click the left mouse button, send a keystroke, or any combination of the three. For [...]

How to prevent pending updates from installing when shutting down Windows

The meeting should have finished since 10 minutes but they keep on talking, you look at your watch and notice that you only have a few minutes until you need to leave the office so that you catch your train. Finally the call ended and you shutdown your machine, but then you get that message [...]

ToolTip: Mouse Without Borders

If you’re using more than one computer on your desk I strongly recommend you look at the Mouse without borders utility that came out of a Microsoft Garage project this year. With Mouse without borders you can just use one mouse and keyboard to control up to 4 Windows clients. Furthermore you can drag and [...]

How to automate the creation of Windows Eventlog Custom Views

In the past couple of days I have been working on measuring system boot performance and you are probably going to see some posts from me on that subject soon. Today I want to share with you how you can automate the creation of a Windows Eventlog custom view.   While running these boot performance tests [...]

ToolTip: Attribute Changer

While writing a script that checks the number of days between now and when a particular folder is created I found this Windows Explorer extension called Attribute Changer. Very handy utility when you need to change the creation date of a file or folder to simulate an earlier or later date.  Attribute Changer can be [...]

Tip: Remove Redundant Messages from Outlook 2010

The title says it all, if you’re suffering from too much e-mail Outlook 2010 provides a nice feature to get rid of redundant messages with just a few clicks. Before trying this out, I suggest you read this article so you understand what is happening here and if you have some time watch the demo [...]

ToolTip: CBS Package Inspector

CBS Package Inspector (Package Inspector) is a GUI tool that allows you to open up a Component Based Servicing (CBS) package and view and examine its manifests. In simple words, with this utility you can open and view the content of Microsoft Security Update and QFE packages provided as MUS or a CAB file. This [...]

ToolTip: Remote Desktop remote configurator (RDRemote)

I’ve found another useful utility called RDRemote. The RDRemote Utility allows to enable the Remote Desktop connections from a remote computer using WMI. RDRemote can be downloaded from here

ToolTip: Boxcutter – A Command line screenshot utility

Boxcutter is a simple command line-driven screenshot program for Microsoft Windows. Below you find a short script I wrote that will take a screenshot of the full screen every 20 seconds until 100 screenshots are saved. One usage scenario (I plan to use) is where you are running an OS installation within a Virtual Machine [...]

Changing the Windows 7 Scheduled Defrag Task

As you probably know Windows 7 has a build-in scheduled task to run Defrag every Wednesday every week. One of my clients asked me to have the day changed from Wednesday to Thursday. Well,  hat I thought would be done in a few minutes ended up in a little journey, but finally I got it [...]