Oct 23, 2009 Comments Off
No hibernation on Windows 7 when booting from VHD
Native VHD boot in this release does not support BitLocker, or hibernation which includes resuming from hibernate.
Oct 23, 2009 Comments Off
Native VHD boot in this release does not support BitLocker, or hibernation which includes resuming from hibernate.
Aug 7, 2009 Comments Off
Boot from VHD is a new technique for installing and maintaining operating system environments. Unlike virtual machines, the operating system that is running from a “boot from VHD” environment is using the actual hardware instead of emulated hardware. This means a developer could easily use WPF and the full GPU processing power of a high end graphics card. In another scenario, this technology makes it easy to setup and run Windows Server 2008 R2 with the Hyper-V role, thus supporting 64 bit virtualization workloads.
The Virtual Hard Disk (VHD) is the container for the installed operating system. Because everything is inside a single file, there are a number of benefits that can be realized for data center server environments, as well as managed desktop environments. The following article dives into the technical details of implementing two operating systems. Both are installed in a VHD file and can easily be booted by selecting the preferred environment at power on. This could easily be scripted and automated.
Boot your machine with a blank hard drive using the Windows 7 DVD.
Click next on the language screen if English is appropriate.
SHIFT+F10 to launch a WinPE command console. Although the commands below are in upper case, the commands are not case sensitive. I am only using upper case for readability here.
Enter DISKPART to run the utility.
LIST DISK to see the available disks in your system. I am assuming a single raw disk.
SEL DISK 0
CREATE PARTITION PRIMARY
FORMAT FS=NTFS QUICK
LIST VOL
ASSIGN
LIST VOL
CREATE VDISK FILE=c:\windows7rc.vhd MAXIMUM=200000 TYPE=EXPANDABLE
SELECT VDISK FILE=c:\windows7rc.vhd
ATTACH VDISK
CRE PART PRI
FORMAT FS=NTFS QUICK
ASSIGN LETTER=V:
LIST VOL
LIST VDISK
exit DISPART
exit WinPE command console
Install to the newly created 200GB (fuzzy math) virtual hard disk which looks just like a partition to Windows Setup
Repeat steps 11-18 for the Windows Server 2008 R2 VHD but with the obvious changes for the vdisk filename, size, etc.
[From: Keith Combs' Blahg : Dual Boot from VHD Using Windows 7 and Windows Server 2008 R2]
May 31, 2009 Comments Off
Less Virtual, More Machine – Windows 7 and the magic of Boot to VHD
Apr 13, 2009 Comments Off
20 registry hacks to make your PC more awesome | News | TechRadar UK
Save CPU time
The average PC has several programs wanting to use the processor at any one time, and so Windows allocates each a period of CPU time – a ‘quantum’ – before moving to the next. By default this is very short, which makes for a responsive PC, but it sometimes means that Windows wastes time just switching between processes.
The solution? You can try what Windows Server does: set up your system to use a long quantum. Set ‘HKLMSYSTEMCurrentControlSetControlPriorityControlWin32PrioritySeparation’ to 16 #hex#.
Longer quantums mean fewer switches between programs and so less wasted time. It can push some programs too far, though, and you might begin to notice games lagging or video playback becoming less smooth. If you spot any problems, just restore the original Win32PrioritySeparation value #probably 26 hex#.
[From: 20 registry hacks to make your PC more awesome | News | TechRadar UK]
Mar 8, 2009 Comments Off
TPM = Trusted Platform Module used for DRM and used by Vista for BitLocker
AMT = Active Management Technology used by 3rd party management software such Microsoft System Center Configuration Manager
Virtualization is used by Virtual PC 2007 SP1, Virtual Server 2005 R2 SP1, and Server 2008 Hyper-V or VMWare ESX Server
As long as you or your IT department isn't using these technologies you should be able to disable these services….
Mar 8, 2009 Comments Off
I've recently purchased a 2710p and am a very big fan of almost everything about it. One odd thing I've noticed that might be unique to my machine is a problem with the pointing stick. When I'm moving it around and come to a stop, it very often just keeps moving along as if it's slightly stuck in that direction. I have to hit it again to make it stop moving. This becomes very annoying at times when I just want to click on something. Anybody else experience similar issues and know whether its an internal problem or actually something off with the pointing stick?
via Tablet PC and Mobile PC Forums – 2710p pointing stick drag – Page 1.