Skip to content
Archive of posts tagged Tip

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