Skip to content
Archive of posts tagged Tools

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

Wakeup Your Computer And Do Something

Assume you need to start a file transfer, a download or just execute a batch file once or on a regular basis in the middle of the night. What would you do? Most people will probably use some scheduling software and leave the system on until the task is scheduled to start in addition change [...]

ToolTip: Soluto–Improve your Windows Boot Performance

Hey here’s another cool application that can help improving Windows startup boot times. The Application is called Soluto and can be downloaded from here. Using Soluto is a no-brainer, just install it, and reboot. Soluto will show you the applications that are executed during the Windows Boot process and then allows you to either pause [...]

ToolTip: Cool PDF Reader (only 650KB)

As written in my previous post, I have just finished installing a Server 2008 R2 to conduct a proof of concept. I have also some PDF documents that I will use for reference. So I was just about to install some PDF reader software, but then I thought, hey why “install” software, there must be [...]