Archive
Keyboard Shortcuts for Windows
I can never remember all the Windows keyboard shortcuts so here’s the KB article.
Install ESXi 5.x from a bootable USB drive
- Download the ESXi ISO.
- Download UNetbootin.
- Insert a blank USB thumb drive & format it using FAT32.
- Run UNetBootin.
- Select Diskimage.
- Select ISO from the dropdown.
- Click the ellipse button & browse to the ESXi ISO.
- By Type select USB Drive.
- By Drive select the letter for the USB thumb drive.
- Click OK.

- If you get a message saying E:\menu.c32 already exists click Yes to All.

- When it is finished click Exit.

- Insert the USB drive into the host & boot from USB.
- From the boot menu select the ESXi installation option & press Enter

- Finish the installation just like any other ESXi install
Boot from USB drive in VMware Workstation
In VMware Workstation booting from a USB drive is not a built-in feature. However there is a handy boot manager program called Plop Boot Manager that will make this possible. You can grab it from this link.
Download the latest version & extract the ZIP file.
Now from the Virtual Machine Settings dialog box in the VM modify the settings of the CD/DVD to use the plpbt.iso file in the extracted folder. Boot the VM & you will see a screen that lets you pick USB as a boot option.
Dell Driver FTP Download Page
iTunes Activation Only Mode
To run iTunes in activation only mode open a command prompt & run the following command:
“C:\Program Files\iTunes\iTunes.exe” /setPrefInt StoreActivationMode 1
Now open iTunes & activate the iPhone. When finished turn off activation only mode:
“C:\Program Files\iTunes\iTunes.exe” /setPrefInt StoreActivationMode 0
Don’t Do This To Your Production Router
See which distribution list has a specific alias
In this example, find any distribution group that has the word contact in an alias.
Get-DistributionGroup | where {$_.EmailAddresses -match "contact"} | select Name, EmailAddresses | fl
Internet Explorer 10
Direct download for Internet Explorer 10. Get it now. And while you’re at it, uninstall that stupid google chrome browser.
http://windows.microsoft.com/en-US/internet-explorer/downloads/ie-10/worldwide-languages
Remove All Network Printers from Windows 7 or 2008 R2
From a command prompt run the following command:
wmic printer where Local=FALSE delete
