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

ToolTip: Webcam Diagnostics

Webcam Diagnostics is a simple assistant which gathers many system and webcam-related information in a single place. It makes it easy to identify driver installation problems or USB issues: red circles will signal serious issues and yellow triangles will signal minor issues. Right-click a reported issue to access the context menu and click the Fix [...]

ToolTip: AmiProject–online MS Project Viewer

Today I received a project plan with the request to review it. Since I haven’t installed MS project yet on my new notebook that I just got last week, I replied that I would look at it as soon as I have installed MS Project. I thought I had a good excuse…… well it just [...]

ToolTip: HIDECALC – Hiding Drives in Windows

Want to make a drive disappear in Windows or prevent users from accessing it? then here’s the tool you need. HIDECALC allows you to define the drives to hide or prevent access to. HIDECALC does not apply the change on the system itself, but provides various options for exporting the settings into the following formats: [...]

ToolTip: AD Photo Edit

Last night I came across this FREE utility called AD Photo Edit developed by Chris Wright  which allows you to upload your picture into Active Directory. The result of doing that is that people who use Outlook 2010 can see your profile picture in the mail you send them. Using AD Photo Edit is simple, [...]

ToolTip: Microsoft Screenrecorder

If you’re looking for a FREE and easy to use Screen Recorder then I suggest you head over to this TechNet Magazine March 2009 Utility Spotlight article. There you will find a description and download link for this little nice tool. If you’re using Windows 7, which I assume most of you do by now, [...]

ToolTip: Copy Handler

You probably know that problem, you’ve started copying a bunch of files or folders from A to B and BANG at some stage you get an error or maybe you just have to move to another place and don’t have network connectivity for a short while. Copy Handler can help here. Although Copy Handler also [...]

Get the latest version of the GPOTool.exe

The latest version of the GPOtool is the one that is included within the Microsoft Windows 2003 Resource kit. That’s what we all used to know. BUT hey I just figured out a few days ago that there is actually an official newer version around it’s included within the Microsoft Product Reports Utility. Here’s how [...]

ToolTip: Xperf123 simplify Windows Performance Data Collection

Those of you who have been using the Windows Performance Analysis Toolkit know of the many command line options xperf provides. Xperf123 solves that challenge by providing an intuitive user interface to configure and start a trace. Xperf123 provides the following trace options: General Base Disk I/O High CPU Paged/Non Paged Pool Working Set Heap [...]

Tip: Quickest way to find out the installed Java version

To find out the Java version you have installed, simply open a command prompt and type java –version

PSExec launch script

Tired of typing the psexec command with all the command line options? Here’s a short PsExec launch script I wrote today. Using this allows you to just type the remote computer’s computer name or IP address and then launches the command prompt. @echo off Echo SET user= ADD USERNAME HERE SET pwd= ADD PASSWORD HERE [...]