A quick checklist. Mostly just for me.
- Install guest.
- Create descriptive wallpaper (root chain).
- Install guest tools.
- Change WSUS server.
- Update Windows.
- Bootstrap Internet Explorer.
- Install Clamwin.
- Update Clamwin.
- Change registered company to my company. Remember WOW64 node.
- Disable netlogon machine password change.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\DisablePasswordChange = 1
- Disable shutdown event tracker.
- (Snapshot)
- Create descriptive wallpaper (development chain).
- Join domain.
- Install .Net Framework 3.51.
- Install IIS.
- Install MSMQ AD Integration.
- Install Visual Studio.
- Install TFS Client.
- Install Visual Studio SP1.
- Install SQL Server.
- Install SQL Server SP1.
- Configure SQL Firewall Ports.
- Enable SQL Server TCP/IP.
- Install GhostDoc.
- Install CodeRush.
- Install Coco/R.
- Install Tytan.
- Update Windows.
- Bootstrap VS.
- Apply VS customizations.
- Import settings.
- Set up TFS working folder.
- Set up GhostDoc to use langword.
- Bootstrap SMS.
- Create link to K2 keygen.
- (Snapshot)
- Justice.

Android: Emulator Can’t Find Images
If you are getting an error message from the Android emulator similar to:
It’s because the Android emulator works a little differently from the rest of the SDK (the rest of the SDK is Java, emulator.exe is C/++). The rest of the SDK behaves correctly in terms of user home folder (I move mine to a different hard disk) and emulator.exe has it hardcoded (depending on your OS). In Windows 7 and Vista that means it ALWAYS looks in “C:\Users\<username>\.android”. The fix for this is simple (in a command prompt under Vista/Win7):
Worked for me. Source: XDA Developers.