<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vikram&#039;s Web Archive &#187; Windows</title>
	<atom:link href="http://lb.viks.org/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://lb.viks.org</link>
	<description>Since interestingness isn&#039;t a search option...</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:17:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ServiceEx &#8211; Run Applications as a Service</title>
		<link>http://lb.viks.org/2011/06/05/serviceex-run-applications-as-a-service/</link>
		<comments>http://lb.viks.org/2011/06/05/serviceex-run-applications-as-a-service/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 22:58:56 +0000</pubDate>
		<dc:creator>v</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lb.viks.org/?p=3491</guid>
		<description><![CDATA[ServiceEx is a freeware Windows application that allows a normal program to run as a Windows service. Currently it is command line only. A version with a GUI is forthcoming. In the meantime, configuration options are specified via an .ini file that must be created prior to running ServiceEx. [From: ServiceEx - Run Applications as [...]]]></description>
			<content:encoded><![CDATA[<p>ServiceEx is a freeware Windows application that allows a normal program to run as a Windows service. Currently it is command line only. A version with a GUI is forthcoming. In the meantime, configuration options are specified via an .ini file that must be created prior to running ServiceEx.</p>
<p>[From: <a href="http://www.serviceex.com/">ServiceEx - Run Applications as a Service</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://lb.viks.org/2011/06/05/serviceex-run-applications-as-a-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SafeMSI lets you install and remove apps in Safe Mode</title>
		<link>http://lb.viks.org/2010/07/21/safemsi-lets-you-install-and-remove-apps-in-safe-mode/</link>
		<comments>http://lb.viks.org/2010/07/21/safemsi-lets-you-install-and-remove-apps-in-safe-mode/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 00:55:27 +0000</pubDate>
		<dc:creator>v</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lb.viks.org/?p=3382</guid>
		<description><![CDATA[SafeMSI lets you install and remove apps in Safe Mode.]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.downloadsquad.com/2010/07/21/run-windows-installer-safe-mode/'>SafeMSI lets you install and remove apps in Safe Mode</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lb.viks.org/2010/07/21/safemsi-lets-you-install-and-remove-apps-in-safe-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting hard to delete folders and files</title>
		<link>http://lb.viks.org/2010/05/23/deleting-hard-to-delete-folders-and-files/</link>
		<comments>http://lb.viks.org/2010/05/23/deleting-hard-to-delete-folders-and-files/#comments</comments>
		<pubDate>Mon, 24 May 2010 00:12:26 +0000</pubDate>
		<dc:creator>v</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lb.viks.org/?p=3327</guid>
		<description><![CDATA[From an elevated command prompt, execute the following commands: > TAKEOWN /F [Directory Name] /R > ICACLS [Directory Name] /grant Administrators:F]]></description>
			<content:encoded><![CDATA[<p>From an elevated command prompt, execute the following commands:</p>
<p><code>> TAKEOWN /F [Directory Name] /R </p>
<p>> ICACLS [Directory Name] /grant Administrators:F<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://lb.viks.org/2010/05/23/deleting-hard-to-delete-folders-and-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No hibernation on Windows 7 when booting from VHD</title>
		<link>http://lb.viks.org/2009/10/23/no-hibernation-on-windows-7-when-booting-from-vhd/</link>
		<comments>http://lb.viks.org/2009/10/23/no-hibernation-on-windows-7-when-booting-from-vhd/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 08:41:36 +0000</pubDate>
		<dc:creator>v</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lb.viks.org/?p=3301</guid>
		<description><![CDATA[Native VHD boot in this release does not support BitLocker, or hibernation which includes resuming from hibernate. via No hibernation on Windows 7 when booting from VHD.]]></description>
			<content:encoded><![CDATA[<p>Native VHD boot in this release does not support BitLocker, or hibernation which includes resuming from hibernate.</p>
<p>via <a href='http://www.westsoft.eu/blog/archive/2009/09/02/no-hibernation-on-windows-7-when-booting-from-vhd.aspx'>	No hibernation on Windows 7 when booting from VHD</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lb.viks.org/2009/10/23/no-hibernation-on-windows-7-when-booting-from-vhd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keith Combs&#8217; Blahg : Dual Boot from VHD Using Windows 7 and Windows Server 2008 R2</title>
		<link>http://lb.viks.org/2009/08/07/keith-combs-blahg-dual-boot-from-vhd-using-windows-7-and-windows-server-2008-r2/</link>
		<comments>http://lb.viks.org/2009/08/07/keith-combs-blahg-dual-boot-from-vhd-using-windows-7-and-windows-server-2008-r2/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 01:50:55 +0000</pubDate>
		<dc:creator>v</dc:creator>
				<category><![CDATA[Cool Sites]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lb.viks.org/2009/08/07/keith-combs-blahg-dual-boot-from-vhd-using-windows-7-and-windows-server-2008-r2/</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>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. </p>
<p><code>Boot your machine with a blank hard drive using the Windows 7 DVD.<br />
Click next on the language screen if English is appropriate.<br />
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.<br />
Enter DISKPART to run the utility.<br />
LIST DISK to see the available disks in your system.  I am assuming a single raw disk.<br />
SEL DISK 0<br />
CREATE PARTITION PRIMARY<br />
FORMAT FS=NTFS QUICK<br />
LIST VOL<br />
ASSIGN<br />
LIST VOL<br />
CREATE VDISK FILE=c:\windows7rc.vhd MAXIMUM=200000 TYPE=EXPANDABLE<br />
SELECT VDISK FILE=c:\windows7rc.vhd<br />
ATTACH VDISK<br />
CRE PART PRI<br />
FORMAT FS=NTFS QUICK<br />
ASSIGN LETTER=V:<br />
LIST VOL<br />
LIST VDISK<br />
exit DISPART<br />
exit WinPE command console<br />
Install to the newly created 200GB (fuzzy math) virtual hard disk which looks just like a partition to Windows Setup<br />
Repeat steps 11-18 for the Windows Server 2008 R2 VHD but with the obvious changes for the vdisk filename, size, etc. </code><br />
[From: <a href="http://blogs.technet.com/keithcombs/archive/2009/05/22/dual-boot-from-vhd-using-windows-7-and-windows-server-2008-r2.aspx">Keith Combs' Blahg : Dual Boot from VHD Using Windows 7 and Windows Server 2008 R2</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://lb.viks.org/2009/08/07/keith-combs-blahg-dual-boot-from-vhd-using-windows-7-and-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talking about Scott Hanselman&#8217;s Computer Zen &#8211; Less Virtual, More Machine &#8211; Windows 7 and the magic of Boot to VHD</title>
		<link>http://lb.viks.org/2009/05/31/talking-about-scott-hanselmans-computer-zen-less-virtual-more-machine-windows-7-and-the-magic-of-boot-to-vhd/</link>
		<comments>http://lb.viks.org/2009/05/31/talking-about-scott-hanselmans-computer-zen-less-virtual-more-machine-windows-7-and-the-magic-of-boot-to-vhd/#comments</comments>
		<pubDate>Sun, 31 May 2009 19:34:09 +0000</pubDate>
		<dc:creator>v</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lb.viks.org/2009/05/31/talking-about-scott-hanselmans-computer-zen-less-virtual-more-machine-windows-7-and-the-magic-of-boot-to-vhd/</guid>
		<description><![CDATA[Talking about Scott Hanselman&#8217;s Computer Zen &#8211; Less Virtual, More Machine &#8211; Windows 7 and the magic of Boot to VHD Less Virtual, More Machine &#8211; Windows 7 and the magic of Boot to VHD]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.hanselman.com/blog/LessVirtualMoreMachineWindows7AndTheMagicOfBootToVHD.aspx">Talking about Scott Hanselman&#8217;s Computer Zen &#8211; Less Virtual, More Machine &#8211; Windows 7 and the magic of Boot to VHD</a></strong></p>
<p>Less Virtual, More Machine &#8211; Windows 7 and the magic of Boot to VHD</p>
]]></content:encoded>
			<wfw:commentRss>http://lb.viks.org/2009/05/31/talking-about-scott-hanselmans-computer-zen-less-virtual-more-machine-windows-7-and-the-magic-of-boot-to-vhd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 registry hacks to make your PC more awesome &#124; News &#124; TechRadar UK</title>
		<link>http://lb.viks.org/2009/04/13/20-registry-hacks-to-make-your-pc-more-awesome-news-techradar-uk/</link>
		<comments>http://lb.viks.org/2009/04/13/20-registry-hacks-to-make-your-pc-more-awesome-news-techradar-uk/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 08:06:56 +0000</pubDate>
		<dc:creator>v</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lb.viks.org/2009/04/13/20-registry-hacks-to-make-your-pc-more-awesome-news-techradar-uk/</guid>
		<description><![CDATA[20 registry hacks to make your PC more awesome &#124; News &#124; 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 &#8216;quantum&#8217; – before moving to the next. By default this is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techradar.com/news/software/operating-systems/20-registry-hacks-to-make-your-pc-more-awesome-590803?artc_pg=2">20 registry hacks to make your PC more awesome | News | TechRadar UK</a></p>
<blockquote><p>Save CPU time<br />
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 &#8216;quantum&#8217; – 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.<br />
The solution? You can try what Windows Server does: set up your system to use a long quantum. Set &#8216;HKLMSYSTEMCurrentControlSetControlPriorityControlWin32PrioritySeparation&#8217; to 16 #hex#.<br />
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#. </p></blockquote>
<p>[From: 20 registry hacks to make your PC more awesome | News | TechRadar UK] </p>
]]></content:encoded>
			<wfw:commentRss>http://lb.viks.org/2009/04/13/20-registry-hacks-to-make-your-pc-more-awesome-news-techradar-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tablet PC and Mobile PC Forums &#8211; Intel AMT technology</title>
		<link>http://lb.viks.org/2009/03/08/tablet-pc-and-mobile-pc-forums-intel-amt-technology/</link>
		<comments>http://lb.viks.org/2009/03/08/tablet-pc-and-mobile-pc-forums-intel-amt-technology/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:26:38 +0000</pubDate>
		<dc:creator>v</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lb.viks.org/?p=2992</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<br />
<blockquote>
<p>TPM = Trusted Platform Module used for DRM and used by Vista for BitLocker</p>
<p>AMT = Active Management Technology used by 3rd party management software such Microsoft System Center Configuration Manager</p>
<p> </p>
<p>Virtualization is used by Virtual PC 2007 SP1, Virtual Server 2005 R2 SP1, and Server 2008 Hyper-V or VMWare ESX Server</p>
<p> </p>
<p>As long as you or your IT department isn&apos;t using these technologies you should be able to disable these services&#8230;.</p>
</blockquote>
<p>via <a href='http://www.gottabemobile.com/forum/forum_posts.asp?TID=6993&#038;KW='>Tablet PC and Mobile PC Forums &#8211; Intel AMT technology</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lb.viks.org/2009/03/08/tablet-pc-and-mobile-pc-forums-intel-amt-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tablet PC and Mobile PC Forums &#8211; 2710p pointing stick drag &#8211; Page 1</title>
		<link>http://lb.viks.org/2009/03/08/tablet-pc-and-mobile-pc-forums-2710p-pointing-stick-drag-page-1/</link>
		<comments>http://lb.viks.org/2009/03/08/tablet-pc-and-mobile-pc-forums-2710p-pointing-stick-drag-page-1/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:23:55 +0000</pubDate>
		<dc:creator>v</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lb.viks.org/?p=2990</guid>
		<description><![CDATA[I&apos;ve recently purchased a 2710p and am a very big fan of almost everything about it.  One odd thing I&apos;ve noticed that might be unique to my machine is a problem with the pointing stick.  When I&apos;m moving it around and come to a stop, it very often just keeps moving along as if it&apos;s [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<p>I&apos;ve recently purchased a 2710p and am a very big fan of almost everything about it.  One odd thing I&apos;ve noticed that might be unique to my machine is a problem with the pointing stick.  When I&apos;m moving it around and come to a stop, it very often just keeps moving along as if it&apos;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?</p>
</blockquote>
<p>via <a href='http://www.gottabemobile.com/forum/forum_posts.asp?TID=6885&#038;KW='>Tablet PC and Mobile PC Forums &#8211; 2710p pointing stick drag &#8211; Page 1</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lb.viks.org/2009/03/08/tablet-pc-and-mobile-pc-forums-2710p-pointing-stick-drag-page-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tablet PC and Mobile PC Forums &#8211; Windows 7 compatibility on X60t / X61t / X200t &#8211; Page 1</title>
		<link>http://lb.viks.org/2009/03/08/tablet-pc-and-mobile-pc-forums-windows-7-compatibility-on-x60t-x61t-x200t-page-1/</link>
		<comments>http://lb.viks.org/2009/03/08/tablet-pc-and-mobile-pc-forums-windows-7-compatibility-on-x60t-x61t-x200t-page-1/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:23:17 +0000</pubDate>
		<dc:creator>v</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lb.viks.org/?p=2988</guid>
		<description><![CDATA[I&apos;m running the Windows 7 pre-beta (Build 6801 - distributed at PDC) on my Lenovo ThinkPad X60t MT/MV.  Over the past few days I&apos;ve been able to get many ThinkVantage utilities and drivers working on the system, but not without a few tricks.  So I&apos;ve started this thread for ThinkPad users trying out Windows 7&#8230; so [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<p>I&apos;m running the Windows 7 pre-beta (Build 6801 - distributed at PDC) on my Lenovo ThinkPad X60t MT/MV.  Over the past few days I&apos;ve been able to get many ThinkVantage utilities and drivers working on the system, but not without a few tricks.  So I&apos;ve started this thread for ThinkPad users trying out Windows 7&#8230; so you can get as many ThinkVantage utilities working as possible.</p>
</blockquote>
<p>via <a href='http://www.gottabemobile.com/forum/forum_posts.asp?TID=6861&#038;KW=rotate'>Tablet PC and Mobile PC Forums &#8211; Windows 7 compatibility on X60t / X61t / X200t &#8211; Page 1</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lb.viks.org/2009/03/08/tablet-pc-and-mobile-pc-forums-windows-7-compatibility-on-x60t-x61t-x200t-page-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

