Skip to content
Archive of posts tagged Tip

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: 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 [...]

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: 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 [...]

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 [...]

ToolTip: Dummy File Creator

A while back I wrote about how to create empty files using FSUTIL a windows build-in command line tool for managing FAT and NTFS file systems. Today I found a nice little free utility called Dummy File Creator created by Nikko Cheng. You can use the GUI version (dummy.exe) or if you want to include [...]

ToolTip: CaptureScreen

Here’s another FREE Screen capture utility. Just download and run, no installation needed. Download and documentation can be found here

ToolTip: RAMMon–Retrieve Memory Module Information

Plan to add more RAM to your PC? What memory module do you need? Here’s a nice FREE (for personal use) tool called RAMMon. RAMMon is an easy to use Windows based application that allows users to quickly retrieve the Serial Presence Detect (SPD) data from their RAM modules. It will allow users to identify [...]

Preparing the Bitlocker Partition

For the use of Bitlocker two partitions are required, this because pre-startup authentication and system integrity verification must occur on a separate partition from the encrypted operating system drive. Now let’s assume you started deploying Windows 7 with just a single partition, but a few months later your company decides to use Bitlocker Disk Encryption. [...]

ToolTip: Network Delay Simulator

How long does it take to copy 1 GB over a slow network connection? How fast does my virtual application start? Today I came across a nice FREE utility called Network Delay Simulator. Network Simulator tool allows you to perform network bandwidth and delay simulation (simulate slow/congested links between nodes) on any connection from your [...]