Tag: How to
Setting Full Hardware Acceleration with VBS in a POST P2V script.
Here is another useful bit of code script that I came across surfing the big bad internet. Dim RegValueData Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\.rootdefault:StdRegProv") objReg.GetStringValue &H80000002,"HARDWAREDEVICEMAPVIDEO","DeviceVideo0",RegValueData objReg.SetDWORDValue &H80000002,Right(RegValueData, ... Read More
Using ISOs to transfer files to Virtual Machines. [The EASY way!]
I love being able to use ISOs with my Virtual Machines. In addition to that, I love using LOCALLY stored ISOs from my laptop with ... Read More
Annoying Security Warnings – Importing certificates in Vista
So you have connected to your VirtualCenter server or ESX host and got a big fat annoying Security Warning. Once or twice is fine but ... Read More
Quick overview of a XenDesktop installation
Here are some screenshots compiled by Chris Hahn for a typical no nonsense installation of XenDesktop 2.1. Desktop Delivery Controller prerequisites: MS XML 6.0, Visual ... Read More
Is my Server 64 Bit Compatible?
While doing some recent beta testing (shhh), I realized that my lab is NOT 64 bit compatible. :( I will have to do some searching ... Read More

