Guess who forgot to order a DVD ROM for my new servers But I found a fix: Format the thumb drive from a DOS prompt execute: diskpart list disk select disk 1 (assuming disk 1 was your thumb drive in the above list disk command) clean create partition primary select partition 1 active format fs=fat32 [...]
Archive for the ‘Windows’ Category
AutoIt
February 3rd, 2009
No Comments
AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and [...]





