If, for some reason, you want to boot Windows Server 2008 without the hypervisor you can create an extra entry in the boot loader. Here's how:

  1. At the command prompt, type the following:
    bcdedit /copy {default} /d "No Hypervisor"
  2. The above command should say: The entry was successfully copied to {guid}. Copy that guid to the clipboard including the curly braces.
  3. Now, type the following command:
    bcdedit /set {guid} hypervisorlaunchtype off
    In the above command, replace {guid} with what you copied in step 2. The above command just sets a property in the boot entry that will not load the hypervisor on boot.

That's it. If you now boot your machine you will get a boot menu with an extra option.

Now why would you do it? Troubleshooting is one reason but for test/dev/training purposes you might want to run something like Virtual Server or VMware Server/Workstation on the same box. Running those with the hypervisor turned on will give you all sorts of problems: it will be slow, and you won't be able to run x64 guests in VMware, etc...

As for me, I wanted to try out Solaris 10 on VMware as currently Hyper-V doesn’t support Solaris yet.

Tip #1: There is a bug in VMware that if you select the default 540MB memory allocation, the installation will hang. You need to allocate 1024MB.


Must have free/paid apps for iPhone 3G

5 Dec 2008 In: iPhone

This is a list of applications for iPhone 3G which I think is useful or essential.  Do let me know if there are any apps which you think are “A must have”.

Free Apps:

  • TodayOnline Singapore newspaper (via App Store)
    • Read about Singapore news while taking public transport to work
  • Stanza (http://www.lexcycle.com)
    • Read ebooks on your iPhone
  • WinSCP (http://winscp.net/eng/index.php)
    • To transfer files between iPhone & your Computer
  • StatusNotifier (via Cydia)
    • Email, SMS, Call, Voicemail notification in status bar (top right hand corner)
  • Files Lite (via App Store)
    • Similar to Air Sharing. You can store your documents on your iPhone, view them & transfer them between your PC or Mac
    • Of course, being free the limit is 200MB.  But I think it’s pretty good enough.  Do get the Pro version if you need more storage + some more added functionalities.

Paid Apps:

  • Air Sharing (http://www.avatron.com/products/)
    • Mount your iPhone or iPod touch as a wireless drive on any Mac, Windows, or Linux computer.
    • Drag-drop files between your iPhone or iPod touch and your computers.
    • View documents in many common formats.
  • m.Box Mail
    • Lets you access Windows Live Hotmail accounts on your iPhone

About this blog

This is the code related blog of Paul Lim. I will try to post codes that I use daily for my work. Hopefully, it may help you out someday... :)


Sponsors