Jul 21, 2010 Comments Off
May 23, 2010 Comments Off
Deleting hard to delete folders and files
From an elevated command prompt, execute the following commands:
> TAKEOWN /F [Directory Name] /R
> ICACLS [Directory Name] /grant Administrators:F
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.
Aug 7, 2009 Comments Off
Keith Combs’ Blahg : Dual Boot from VHD Using Windows 7 and Windows Server 2008 R2
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
Talking about Scott Hanselman’s Computer Zen – Less Virtual, More Machine – Windows 7 and the magic of Boot to VHD
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
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]






