Only the Windows 8.1 Pro and Enterprise versions support the Remote Desktop service aka Microsoft Terminal Services. So, nice title but misleading? Well no, I only didn’t mention the additional software component to make this work. It’s called VirtualBox, it’s free and it’s multi platform. It’s virtualization software that you can for example use to run Windows on an Apple laptop, one of the the most used scenarios I guess. Virtualization software emulates a standard set of hardware such as USB and network interfaces, harddisk, cd-rom and display. What-if the display emulation would support the remote desktop protocol and is independent from screen size? And don’t botherRead More →

I recently followed a discussion on booting from a Time Machine volume. One participant was 100% sure that when the Time Machine volume did not contain a separate, bootable partition, booting from the volume was not possible. This is wrong. Misunderstanding this might have big consequences, after all we are talking about backups here. The OSX bootloader supports booting from files, when the file is stored in a known filesystem, i.e. the bootloader must understand the filesystem.  This file is then handled as a partition containing a filesystem. Time Machine stores OSX’s hidden recovery partition as a file on the Time Machine volume. When running Time Machine for the first time, aRead More →

I hate registry changes in general but this one I like. It shows the various tasks and services that are run during startup and shutdown in the same way as when Windows installs updates. Open the following node in the registry using your favorite registry editor: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System and add the following entry of type dword32 with value “1”. “VerboseStatus”=dword:00000001 It’s that simple and it makes your PC look a lot more intelligent.  Read More →

Playing around with Hyper-V is fun. It’s one of the core components of Microsoft Azure. This Cloud computing thing is (of course) nothing magical. Microsoft has described their cloud in technical detail in one of their free ebooks. The main components are Win Server 2012 R2, System Center, Hyper-V and RDP. Microsofts power lies in the scalability (virtual server, virtual network) and management (System Center 2012). Microsoft provides full featured time limited evaluation versions of Win 8.1 Enterprise and Win Server 2012 R2 for free on their Software Evaluation site. Win 8.1 Enterprise can be used for 90 days and Win Server 2012 R2 forRead More →