<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>4sysops &#187; Popular</title>
	<atom:link href="http://4sysops.com/archives/category/popular/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Fri, 20 Nov 2009 20:30:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
    <title></title>
    <url>http://4sysops.com/wp-content/themes/4sysops/img/4sysops.gif</url>
    <link>http://4sysops.com</link>
    <width>10</width>
    <height>20</height>
    <description>OneNaught.com</description>
    </image>		<item>
		<title>Vista x64 contra Vista x86? Does 64-bit offer better performance than 32-bit?</title>
		<link>http://4sysops.com/archives/vista-x64-contra-vista-x86-does-64-bit-offer-better-performance-than-32-bit/</link>
		<comments>http://4sysops.com/archives/vista-x64-contra-vista-x86-does-64-bit-offer-better-performance-than-32-bit/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 18:18:45 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/vista-x64-contra-vista-x86-does-64-bit-offer-better-performance-than-32-bit/</guid>
		<description><![CDATA[I already discussed the Vista x64 vs. Vista x86 question a year ago. Vista was just released and for the early adopters, the first decision to be made was which edition, i.e. 32-bit or 64-bit, would be the better choice. At this time, I was skeptical regarding Vista x64, mostly because the advantages didn’t outweigh [...]]]></description>
			<content:encoded><![CDATA[<p>I already discussed the <a href="http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/">Vista x64 vs. Vista x86 question</a> a year ago. Vista was just released and for the early adopters, the first decision to be made was which edition, i.e. <strong>32-bit or 64-bit</strong>, would be the better choice. At this time, I was skeptical regarding Vista x64, mostly because the advantages didn’t outweigh the downsides. It is time now to reconsider this question since the main disadvantages of the 64-bit version (<a href="http://4sysops.com/archives/vista-x86-or-vista-x64-what-about-hardware-compatibility/">hardware </a>and <a href="http://4sysops.com/archives/vista-x64-vs-vista-x86-is-software-compatibility-still-an-issue/">software compatibility</a>) might not be such an issue anymore.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/04/athlon64.jpg" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/athlon64.jpg','',event,300,75)"><img style="border-width: 0px" src="http://4sysops.com/wp-content/uploads/2008/04/athlon64-thumb.jpg" border="0" alt="athlon64" width="240" height="240" align="right" /></a>I was planning to do some research already for some time, but fortunately the German print magazine C’t (8/2008) just published a couple of comprehensive reports about this topic. So I will summarize some of their findings garnished with my own views. Today, I will focus on <strong>performance</strong> and in my next posts in this series, I will discuss software compatibility and hardware compatibility.</p>
<p><span id="more-1217"></span>First of all, why would one prefer Vista x64? I outlined some of the reasons in my earlier post. What I said about security and reliability is still valid. However, a year later things might have changed regarding performance. There are two ways of improving 64-bit operating system&#8217;s performance. It utilizes the 64-bit specific computational advantages of the processor and it allows you to use more memory which is often the best way to improve performance.</p>
<h3>Computational performance</h3>
<p>I suppose that many think that <strong>a 64-bit processor performs better</strong> than the 32-bit CPU. This might be due to the fact that the transitions from 8-bit to 16 and from 16 to 32 brought some performance gains indeed. At least, this is how I remember it. There are essentially two reasons why a 64-bit Windows should be faster: Compilers have more options for code optimization and all 64-bit CPUs support the so-called SSEx-instructions, a command set that is supposed to be more efficient.</p>
<p>Some 32-bit CPUs support <strong>SSEx</strong>, too, but most 32-bit apps don’t use them because that would prevent them from working on older 32-bit processors. Hence it follows that only applications which were <strong>optimized for 64-bit</strong> will show performance gains. Unfortunately, this isn’t the case for most Windows programs, nowadays.</p>
<p>C’t ran a couple of <strong>benchmark tests</strong> with applications that should most likely benefit from a 64-bit CPU. Such apps are mathematical apps and graphics programs. Their tests show that in most cases Vista x64 isn’t really faster than Vista x86. Sometimes it is even slower. But all in all, the differences are not worth mentioning.</p>
<p>So better <strong>CPU performance can hardly be the reason</strong> why one would want to move to Vista x64. However, if you have an application that was optimized for 64-bit things look different. Although, Vista has been released more than a year ago, optimized 64-bit apps are still very rare. Note that if your software vendor offers a 64-bit edition, it doesn’t necessarily mean that it will also perform better than the 32-bit app. This just guarantees that it will work under Vista x64.</p>
<h3>Memory</h3>
<p>Even though CPU performance is not an issue here, performance in general certainly is the main reason that <strong>speaks for 64 bit</strong>. However, it is not CPU power, but the option to use more memory. In theory, a 32-bit CPU supports 2<sup>32 </sup>Byte = <strong>4GB RAM</strong>. Unfortunately, <a href="http://4sysops.com/archives/why-windows-vista-only-sees-3gb-memory-in-a-pc-with-4gb-ram-and-how-vista-sp1-fools-its-users/">Vista x86 supports only up to 3.12 GB</a>. For compatibility reasons Vista has to reserve some of its memory for device drivers. So putting more than 3GB in a computer that runs Vista x86 doesn’t make sense.</p>
<p>Also, <strong>Vista’s kernel</strong> will reserve at least 2GB of the 4GB for its own utilization (including the above mentioned reserve for drivers). That means that you only have 2GB for applications at the most. In most cases that will be enough. Only if you have to run many memory hungry apps simultaneously will you need more.</p>
<p>A disadvantage of 64-bit apps is that they usually need more memory due to <strong>64-bit pointers</strong>. Thus, running Vistax64 on a computer with 3GB or less only makes sense if you run applications that were optimized for 64-bit.</p>
<p>The most common reason nowadays why you might need more RAM than 3GB is that you want to run a <strong>virtualization</strong> solution such as VMware Workstation or Virtual PC on your PC. As long as you run only one guest OS, 3GB might be sufficient. But if you test software where you need a couple of guest systems simultaneously, you certainly have a good reason to move to Vista x64.</p>
<p>Modern laptops with 64-bit CPU support up 4GB and desktops usually allow you to use 8GB. <strong>RAM is very cheap now</strong>. 4GB sell for less than €100 ($150). So money isn’t a reason anymore for refraining from putting more RAM in your PC. Of course, if you have hundreds or thousands PCs in your organizations that is something different. But then you certainly don’t need a 64-bit OS on all of them. For those PCs that would benefit from Vista x64 the only question is if the notorious software and <a href="http://4sysops.com/archives/vista-x86-or-vista-x64-what-about-hardware-compatibility/">hardware compatibility</a> problems of Vista x64 are still an issue. I will explore this topic in my <a href="http://4sysops.com/archives/vista-x64-vs-vista-x86-is-software-compatibility-still-an-issue/">next posts</a>.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-7-x64-vs-windows-x86-reliability-security-and-licensing/" title="Windows 7 x64 vs. Windows x86 &#8211; Reliability, security, and licensing (August 12, 2009)">Windows 7 x64 vs. Windows x86 &#8211; Reliability, security, and licensing</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-7-64-bit-vs-windows-7-32-bit-hardware-and-software-compatibility/" title="Windows 7 64-bit vs. Windows 7 32-bit &#8211; Hardware and software compatibility (August 10, 2009)">Windows 7 64-bit vs. Windows 7 32-bit &#8211; Hardware and software compatibility</a> (5)</li>
	<li><a href="http://4sysops.com/archives/windows-7-64-bit-or-32-bit-memory-and-performance/" title="Windows 7: 64-bit or 32-bit? Memory and performance (August 5, 2009)">Windows 7: 64-bit or 32-bit? Memory and performance</a> (9)</li>
	<li><a href="http://4sysops.com/archives/windows-7-x64-or-windows-7-x86-my-experiences-with-vista-64-bit/" title="Windows 7 x64 or Windows 7 x86? My experiences with Vista 64-bit (August 4, 2009)">Windows 7 x64 or Windows 7 x86? My experiences with Vista 64-bit</a> (9)</li>
	<li><a href="http://4sysops.com/archives/free-pc-wizard-2008-a-system-information-and-benchmark-tool/" title="FREE: PC Wizard 2008 &#8211; a system information and benchmark tool (January 6, 2009)">FREE: PC Wizard 2008 &#8211; a system information and benchmark tool</a> (5)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/vista-x64-contra-vista-x86-does-64-bit-offer-better-performance-than-32-bit/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<series:name><![CDATA[Vista x64 vs. Vista x86]]></series:name>
	</item>
		<item>
		<title>Why Windows Vista only sees 3GB memory in a PC with 4GB RAM and how Vista SP1 fools its users</title>
		<link>http://4sysops.com/archives/why-windows-vista-only-sees-3gb-memory-in-a-pc-with-4gb-ram-and-how-vista-sp1-fools-its-users/</link>
		<comments>http://4sysops.com/archives/why-windows-vista-only-sees-3gb-memory-in-a-pc-with-4gb-ram-and-how-vista-sp1-fools-its-users/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 20:17:32 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[vista sp1]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/why-windows-vista-only-sees-3gb-memory-in-a-pc-with-4gb-ram-and-how-vista-sp1-fools-its-users/</guid>
		<description><![CDATA[Memory is getting cheaper every day. This is one reason why more and more people are equipping their PCs with 4GB RAM or more. Modern desktops often support up to 8GB. So it happens quite often these days that a proud owner of a new a PC wonders why Vista only reports about 3GB RAM [...]]]></description>
			<content:encoded><![CDATA[<p>Memory is getting cheaper every day. This is one reason why more and more people are equipping their PCs with 4GB RAM or more. Modern desktops often support up to 8GB. So it happens quite often these days that a proud owner of a new a PC wonders why <strong>Vista only reports about 3GB RAM even though he bought 4GB</strong>. I have been asked this question by several people within the last weeks. Some of them were IT pros, so I thought I should post something about it here. The things I say in this post mostly apply to Windows XP as well.</p>
<p>In theory,<strong> a 32-bit operating system</strong> should be able to support 2<sup>32</sup> bytes = 4GB memory. Thus the first reaction usually is that the memory chips or with the mainboard has a hardware defect. Unfortunately, that&#8217;s not the case. Vista can indeed address 4GB of memory. However, the maximum amount of RAM that can be used by the system and applications is 3.12 GB.</p>
<p><span id="more-1208"></span>The cause for this is the so-called<strong> memory-mapped I/O (MMIO)</strong>. Some devices need a dedicated space in memory. A typical example is a video card that utilizes the system memory. Now, you might object that your video card has its own memory and you didn’t install any additional devices that could occupy so much RAM.</p>
<p>Well, for compatibility reasons Vista <strong>reserves memory for devices</strong> even if they don’t exist in your computer. That means that if you have 4GB RAM in your computer and Vista displays only 3.12 GB available memory, about 1GB is indeed not used by the OS. You might as well remove it. That is quite strange, isn’t it? I am not a system programmer, but for me that seems to be a design error, probably one that is very old.</p>
<p>There is a <a href="http://support.microsoft.com/?scid=kb%3Ben-us%3B929605&amp;x=13&amp;y=19">KB article</a> about this issue which offers a “workaround” though. All you have to do is to install <strong>Vista x64 instead of Vista x86</strong>. Vista’s 64-bit edition is indeed capable of handling more memory. Note that it is not possible to upgrade Vista x86 to Vista x64. That’s why I find it somehow funny that they sell this solution as a workaround. I will post some articles about the Vista x86 vs. Vista x64 issue very soon. So if you think of going this route, you might as well wait some more days before you make up your mind. In the meantime you can read a former article about the <a href="http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/">Vista x86 vs. Vista x64 issue</a>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/04/3gb.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/3gb.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/3gb-thumb.png" style="border: 0px none " alt="3GB" align="left" border="0" height="131" width="163" /></a><a href="http://4sysops.com/wp-content/uploads/2008/04/4gb.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/4gb.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/4gb-thumb.png" style="border: 0px none " alt="4gb" align="right" border="0" height="131" width="185" /></a> You might think that Microsoft found an even better workaround, though. It is <strong>Service Pack 1</strong>. I have read about this before, but today I tried it myself. I installed Vista on a brand new HP PC with 4GB RAM. As expected Vista’s System Properties only displayed about 3 GB RAM. After I installed SP1, the amount of RAM was increased as if by a miracle (see screenshots) to 4GB. You might think that Microsoft corrected this design error, but unfortunately that is not the case.</p>
<p>All they did is to change what is displayed in the <strong>System Properties</strong>. I guess this problem kept the support personal of PC vendors around the globe busy. And since RAM is getting cheaper every day, the situation would have become worse soon. So Microsoft decided to solve this issue the easy way. System Properties and also the Welcome Center, which is the first place you go to check the amount of memory, simply displays 4GB and so everyone is happy now.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/04/3gb-msinfo32.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/3gb-msinfo32.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/3gb-msinfo32-thumb.png" style="border: 0px none " alt="3gb_msinfo32" align="left" border="0" height="138" width="163" /></a> <a href="http://4sysops.com/wp-content/uploads/2008/04/4gb-msinfo32.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/04/4gb-msinfo32.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/04/4gb-msinfo32-thumb.png" style="border: 0px none " alt="4gb_msinfo32" align="right" border="0" height="138" width="174" /></a> The only problem is that those who are unaware of Vista’s 3.12 GB limit just wasted their money. If you really want to know how much memory Vista actually uses, you have to use <strong>Vista’s System Information tool</strong>. To do so, go to Vista’s Start prompt and type <strong>Msinfo32</strong>. The new System Information tool in Vista SP1 distinguishes between “Installed Physical Memory (RAM)” and “Total Physical Memory”. The latter one is the amount of memory you can really use, and the first one indicates how much money you just have wasted if you put 4GB in your PC. You can read more about this issue in <a href="http://support.microsoft.com/kb/946003/en-us">this KB article</a>.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-7-x64-vs-windows-x86-reliability-security-and-licensing/" title="Windows 7 x64 vs. Windows x86 &#8211; Reliability, security, and licensing (August 12, 2009)">Windows 7 x64 vs. Windows x86 &#8211; Reliability, security, and licensing</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-7-64-bit-vs-windows-7-32-bit-hardware-and-software-compatibility/" title="Windows 7 64-bit vs. Windows 7 32-bit &#8211; Hardware and software compatibility (August 10, 2009)">Windows 7 64-bit vs. Windows 7 32-bit &#8211; Hardware and software compatibility</a> (5)</li>
	<li><a href="http://4sysops.com/archives/windows-7-64-bit-or-32-bit-memory-and-performance/" title="Windows 7: 64-bit or 32-bit? Memory and performance (August 5, 2009)">Windows 7: 64-bit or 32-bit? Memory and performance</a> (9)</li>
	<li><a href="http://4sysops.com/archives/windows-7-x64-or-windows-7-x86-my-experiences-with-vista-64-bit/" title="Windows 7 x64 or Windows 7 x86? My experiences with Vista 64-bit (August 4, 2009)">Windows 7 x64 or Windows 7 x86? My experiences with Vista 64-bit</a> (9)</li>
	<li><a href="http://4sysops.com/archives/poll-results-vista-x86-vs-vista-x64/" title="Poll results: Vista x86 vs. Vista x64 (July 21, 2008)">Poll results: Vista x86 vs. Vista x64</a> (8)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/why-windows-vista-only-sees-3gb-memory-in-a-pc-with-4gb-ram-and-how-vista-sp1-fools-its-users/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>RSAT, the Adminpak replacement, is finally available</title>
		<link>http://4sysops.com/archives/rsat-the-adminpak-replacement-is-finally-available/</link>
		<comments>http://4sysops.com/archives/rsat-the-adminpak-replacement-is-finally-available/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 21:47:32 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[adminpak]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/rsat-the-adminpak-replacement-is-finally-available/</guid>
		<description><![CDATA[The articles I wrote here on 4sysops about the Adminpak-Vista issue were accessed about 150,000 times. Obviously, Microsoft has managed to frustrate quite a few admins this way. It took them more than a year to finally solve this problem. And the solution is the Remote Server Administration Tools (RSAT).
In my opinion, it was one [...]]]></description>
			<content:encoded><![CDATA[<p>The articles I wrote here on 4sysops about the <a href="http://4sysops.com/archives/tag/adminpak/">Adminpak-Vista issue</a> were accessed about 150,000 times. Obviously, Microsoft has managed to frustrate quite a few admins this way. It took them more than a year to finally solve this problem. And the solution is the Remote Server Administration Tools (RSAT).</p>
<p><span id="more-1146"></span>In my opinion, it was one of their <strong>biggest mistakes with regards to Vista</strong>. IT pros are certainly the ones who have to be persuaded first when a new operating system is released. When I realized that Adminpak tools don’t work on Vista reliably, my first thought was that this operating system can hardly be ready for prime time if even Microsoft is unable to make their own software work on it. I never believed that it would have taken them this long to come up with a new version. Well, I have to say thanks for the many new readers they brought to my blog this way.</p>
<p>Even though <strong>I installed SP1 for Vista</strong> on several test PCs without problems, I was a bit hesitant to update my own PC to SP1  at work because of the many horror stories I have read about the update. But the release of RSAT was reason enough for me to make this move now. RSAT was installed without problems, too. I am not sure what happened to the Adminpak tools. I think they were just replaced. I didn’t use them for some time because they were too unreliable enough for my taste.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2008/03/rsat.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2008/03/rsat.png','',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2008/03/rsat-thumb.png" alt="RSAT" align="left" border="0" height="109" width="116" /></a>Unlike Adminpak, RSAT has to be <strong>enabled as a Windows feature</strong> after the installation. This is quite similar as under Windows Server 2008. I wonder why they didn’t just include them in SP1 then? Anyway, to enable the tools you need for your work, you have to go to the Control Panel, click Programs, and then click Turn Windows features on or off under Programs and Features. Only then will they show up in the Administrative Tools folder in the Start menu. There are two groups of tools:</p>
<h3>Role Administration Tools</h3>
<ul>
<li>Active Directory Certificate Services Tools</li>
<li>Active Directory Domain Services (AD DS) Tools</li>
<li>Active Directory Lightweight Directory Services (AD LDS) Tools</li>
<li>DHCP Server Tools</li>
<li>DNS Server Tools</li>
<li>File Services Tools</li>
<li>Network Policy and Access Services Tools</li>
<li>Terminal Services Tools</li>
<li>Universal Description, Discovery, and Integration (UDDI) Services Tools</li>
</ul>
<h3>Feature Administration Tools</h3>
<ul>
<li>BitLocker Drive Encryption Tools</li>
<li>Failover Clustering Tools</li>
<li>Group Policy Management Tools</li>
<li>Network Load Balancing Tools</li>
<li>SMTP Server Tools</li>
<li>Storage Manager for SANs Tools</li>
<li>Windows System Resource Manager Tools</li>
</ul>
<p>I must admit, I do not fully understand the logic behind this division. What makes GPMC so different from the other Active Directory tools? Well, but that doesn’t mean much. To this day, I didn’t understand the difference between a <strong>feature and a role</strong>. I guess, it is just my lack of imagination. Anyway, I should stop grumbling. We should be happy that Vista can finally be used to manage Windows servers.</p>
<p>You can download RSAT here:</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=9ff6e897-23ce-4a36-b7fc-d52065de9960&amp;displaylang=en&amp;tm">Microsoft Remote Server Administration Tools for Windows Vista SP1 32-bit Edition (KB941314)</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&amp;displaylang=en&amp;tm">Microsoft Remote Server Administration Tools for Windows Vista SP1 64-bit Edition (KB941314)</a></li>
</ul>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/in-some-cases-you-can-use-rsat-to-manage-windows-server-2003/" title="In some cases you can use RSAT to manage Windows Server 2003 (April 10, 2008)">In some cases you can use RSAT to manage Windows Server 2003</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2003-service-pack-2-administration-tools-pack-adminpak-available-better-don%e2%80%99t-use-them-on-vista/" title="Windows Server 2003 Service Pack 2 Administration Tools Pack (Adminpak) available &#8211; better don’t use them on Vista (January 17, 2008)">Windows Server 2003 Service Pack 2 Administration Tools Pack (Adminpak) available &#8211; better don’t use them on Vista</a> (2)</li>
	<li><a href="http://4sysops.com/archives/thank-you-top-ten-4sysops-articles-in-2007-happy-new-year/" title="Thank you &#8211; Top ten 4sysops articles in 2007 &#8211; Happy new year! (December 31, 2007)">Thank you &#8211; Top ten 4sysops articles in 2007 &#8211; Happy new year!</a> (0)</li>
	<li><a href="http://4sysops.com/archives/rsat-for-vista-the-adminpak-replacement-is-available-for-testers-how-nervous-is-microsoft-about-vista/" title="RSAT for Vista &#8211; The Adminpak replacement is available for testers &#8211; How nervous is Microsoft about Vista? (November 30, 2007)">RSAT for Vista &#8211; The Adminpak replacement is available for testers &#8211; How nervous is Microsoft about Vista?</a> (7)</li>
	<li><a href="http://4sysops.com/archives/the-adminpak-tools-will-be-replaced-with-rsat-for-vista-sp1/" title="The Adminpak tools will be replaced with RSAT for Vista SP1 (June 26, 2007)">The Adminpak tools will be replaced with RSAT for Vista SP1</a> (3)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/rsat-the-adminpak-replacement-is-finally-available/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>List of Vista SP1 problems &#8211; be careful with Service Pack 1</title>
		<link>http://4sysops.com/archives/list-of-vista-sp1-problems-be-careful-with-service-pack-1/</link>
		<comments>http://4sysops.com/archives/list-of-vista-sp1-problems-be-careful-with-service-pack-1/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 20:11:16 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[vista sp1]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/list-of-vista-sp1-problems-be-careful-with-service-pack-1/</guid>
		<description><![CDATA[Update: I posted a small guide of how to solve problems with Service Sack 1 for Windows Vista
Vista SP1 is officially only available for enterprise customers, but the reports about problems caused by this service pack are piling up. This post contains a list of all SP1 issues I am aware of.
I have discussed some [...]]]></description>
			<content:encoded><![CDATA[<p>Update: I posted a small guide of <a href="http://4sysops.com/archives/how-to-solve-vista-sp1-problems/">how to solve problems with Service Sack 1 for Windows Vista</a></p>
<p>Vista SP1 is officially only available for enterprise customers, but the reports about problems caused by this service pack are piling up. This post contains a <strong>list of all SP1 issues</strong> I am aware of.</p>
<p><span id="more-1062"></span>I have discussed some of them before, but I thought it might be a good idea to create a list of all known Vista SP1 issues to keep track of them. I will update this post whenever I encounter new ones.</p>
<h3>Device driver problems</h3>
<p>This issue was the reason why Microsoft postponed the general release of SP1 to mid-march. It seems not to be a big problem for tech savvy Vista users. This <a href="http://support.microsoft.com/kb/948187/">article</a> (KB 948187) has more.</p>
<h3>Programs that have problems with Vista SP1</h3>
<p>I mentioned before that Vista SP1 doesn&#8217;t solve compatibility problems, but it causes new ones. This <a href="http://support.microsoft.com/kb/935796">article</a> (KB935796) lists all known programs that don&#8217;t work properly with Vista SP1. I suggest you check them out before you install this service pack. Please, let us know if you experienced troubles with other apps that are not in this list.</p>
<h3>The endless reboot issue</h3>
<p>This problem of Vista SP1 is causing a lot of stir. A <a href="http://support.microsoft.com/kb/937287/">pre-requisite update</a> (KB937287) triggers endless reboots on some machines. Microsoft <a href="http://windowsvistablog.com/blogs/windowsvista/archive/2008/02/19/update-on-windows-vista-sp1-prerequisite-kb937287.aspx">suspended</a> the automatic distribution of this update. I installed this update before, but I didn&#8217;t experience this problem. I just checked Windows Update and it was available again. Before that, I was able to install Vista SP1 without this patch anyway. So it seems like this issue is not as bad as it seemed at first. <a href="http://support.microsoft.com/kb/949358">KB949358</a> has details on how to solve this problem if you are affected.</p>
<h3>The sleep mode problem</h3>
<p>Milo <a href="http://www.windowsvistaweblog.com/2008/02/22/vista-sp1-sleep-mode-problem/">reports</a> that some systems with SP1 crash when attempting to wake up their PC from sleep mode. I have experienced the same problem on some Vista machine without SP1. A BIOS update might be of help in such cases. However, I don&#8217;t know if the problem described by Milo is a new one. He <a href="http://www.windowsvistaweblog.com/2008/02/23/windows-vista-sp1-problems-with-workaround/">thinks</a> that it might be related to the reboot issue. However, I think it must be something different because the reboot problem isn&#8217;t about sleep mode.</p>
<h3>The Windows Mobile Device Center issue</h3>
<p>There are reports that Vista x64 SP1 has been released accidentally to Windows Update. <a href="http://www.itwire.com/content/view/16829/1103/">ITWire</a> received emails from users who experienced problems after installing SP1. One is that the memory and performance rating is not displayed anymore, and the other one is about the Windows Mobile Device Center.  Based on the screenshot they published, the latter one looks familiar to me. I got the same meaningless error message sometimes when I connected my Windows Mobile 6 device to different desktops running the Windows Mobile Device Center. The only solution I found was to reset Windows Mobile. I don&#8217;t know if this is really the same problem, but it could be that SP1 causes an authentication problem which probably was the reason for the error message in my case.</p>
<h3>GPMC (Group Policy Management Console) will be uninstalled</h3>
<p>If you manage Group Polices for Vista machines in your PC, then I wouldn&#8217;t install SP1 because <a href="http://4sysops.com/archives/some-more-info-about-vista-sp1/">GPMC will be removed</a> after the installation. Microsoft plans to release a new version, but as far as I know, this is not yet the case.</p>
<h3>The sound problem</h3>
<p>The <a href="http://www.vista-blog.de/service-pack-1-welche-probleme-sind-zu-erwarten/">German Windows Vista blog</a> and Aaron discovered a problem with the sound system. It seems that this is related to the driver problem discussed above. However, Microsoft dedicated a particular <a href="http://support.microsoft.com/kb/948481/">article </a>(KB948481) to it.</p>
<p>Even though some media are making a big deal out of this SP1 issues, <strong>I don&#8217;t think that they are really serious so far</strong>. Of course, those who are affected might have a different view about it. But do you remember about the troubles that service pack 2 for Windows XP caused? Well, XP is everybody&#8217;s darling now.</p>
<p><strong>Are you aware of other Vista SP1 problems? Please, let us know.<br />
</strong></p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/why-windows-vista-only-sees-3gb-memory-in-a-pc-with-4gb-ram-and-how-vista-sp1-fools-its-users/" title="Why Windows Vista only sees 3GB memory in a PC with 4GB RAM and how Vista SP1 fools its users (April 9, 2008)">Why Windows Vista only sees 3GB memory in a PC with 4GB RAM and how Vista SP1 fools its users</a> (40)</li>
	<li><a href="http://4sysops.com/archives/poll-results-when-will-your-organization-deploy-vista/" title="Poll results: When will your organization deploy Vista? (March 31, 2008)">Poll results: When will your organization deploy Vista?</a> (0)</li>
	<li><a href="http://4sysops.com/archives/how-to-solve-vista-sp1-problems/" title="How to solve Vista SP1 problems (March 25, 2008)">How to solve Vista SP1 problems</a> (3)</li>
	<li><a href="http://4sysops.com/archives/download-vista-sp1-is-all-this-confusion-a-product-of-microsoft%e2%80%99s-marketing-machinery/" title="Download Vista SP1 &#8211; Is all this confusion a product of Microsoft’s marketing machinery? (March 19, 2008)">Download Vista SP1 &#8211; Is all this confusion a product of Microsoft’s marketing machinery?</a> (0)</li>
	<li><a href="http://4sysops.com/archives/vista-sp1-performance-comparison-with-vista-rtm/" title="Vista SP1 performance comparison with Vista RTM (March 4, 2008)">Vista SP1 performance comparison with Vista RTM</a> (1)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/list-of-vista-sp1-problems-be-careful-with-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>84</slash:comments>
		</item>
		<item>
		<title>New features in Windows Server 2008</title>
		<link>http://4sysops.com/archives/new-features-in-windows-server-2008/</link>
		<comments>http://4sysops.com/archives/new-features-in-windows-server-2008/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 19:53:03 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/new-features-in-windows-server-2008/</guid>
		<description><![CDATA[Windows Server 2008 RTM has been out out for some days now. I suppose only the adventurous are running it already in a productive environment. Even if you&#8217;re not planning to deploy Windows Server 2008 in the near future, I recommend having a look at its new features now. Who knows, maybe there are one [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Server 2008 RTM has been out out for some days now. I suppose only the adventurous are running it already in a productive environment. Even if you&#8217;re not planning to deploy Windows Server 2008 in the near future, <strong>I recommend having a look at its new features now</strong>. Who knows, maybe there are one or two features that might convince you to install Microsoft&#8217;s latest server OS earlier than planned.</p>
<p><span id="more-1023"></span>I&#8217;ve been blogging about Server 2008 for quite some time now. Below you&#8217;ll find a list of those posts discussing new features. I also recommend skimming over <strong>Microsoft&#8217;s new white paper</strong>: <a href="http://www.microsoft.com/downloads/details.aspx?familyid=173E6E9B-4D3E-4FD4-A2CF-73684FA46B60&amp;displaylang=en">Changes in Functionality from Windows Server 2003 with SP1 to Windows Server 2008</a>. The word file has 341 pages. So you could say it is a free e-book about Windows Server 2008. Of course, you won&#8217;t find any critical comments there.</p>
<p><strong>German speaking readers</strong> might also have a look at the comprehensive article about <a href="http://wiki.computerwoche.de/doku.php/windows/windows-server-2008">Windows Server 2008</a> I wrote for Computerwoche. I added another chapter about the Terminal Services recently. You will find even more critical words there than in my blog posts.</p>
<p>All in all, I think that Server 2008 is a <strong>more interesting product than Windows Vista</strong>. Particularly, the consequent modularization, the new Terminal Services, Network Access Protection and Server Core are new functionalities that convinced me, even though I found a couple of shortcomings, too.</p>
<ul>
<li><a href="http://4sysops.com/archives/some-more-better-together-features-for-windows-vista-server-2008/">Some more better-together features of Windows Vista &#8211; Server 2008</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-and-windows-vista-better-together/">Windows Server 2008 and Windows Vista &#8211; better together?</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-prices/">Windows Server 2008 prices</a></li>
<li><a href="http://4sysops.com/archives/review-works-with-tool-wwt-for-windows-server-2008/">Review: Works With Tool (WWT) for Windows Server 2008</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-nap-network-access-protection-infrastructure/">Windows Server 2008 NAP (Network Access Protection) infrastructure</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-network-access-protection-nap-essentials/">Windows Server 2008: Network Access Protection (NAP) essentials</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-terminal-services-changes-of-remote-administration-mode/">Windows Server 2008 Terminal Services: Changes of remote administration mode</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-terminal-services-new-features-part-2/">Windows Server 2008: Terminal Services new features &#8211; Part 2</a></li>
<li><a href="Windows%20Server%202008:%20Terminal%20Services%20new%20features%20-%20Part%201">Windows Server 2008: Terminal Services new features &#8211; Part 1</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-changes-in-dns-server-functionality/">Windows Server 2008: Changes in DNS server functionality</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-create-and-view-active-directory-snapshots/">Windows Server 2008: Create and view Active Directory snapshots</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-restartable-active-directory-domain-services-ad-ds/">Windows Server 2008: Restartable Active Directory Domain Services (AD DS)</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-the-downsides-of-rodcs/">Windows Server 2008: The disadvantages of RODCs</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-how-to-install-and-configure-an-rodc/">Windows Server 2008: How to install and configure an RODC</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-read-only-domain-controller-rodc/">Windows Server 2008: Read-Only Domain Controller (RODC)</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-active-directory-auditing/">Windows Server 2008: Active Directory Auditing</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-fine-grained-password-policies/">Windows Server 2008: Fine-grained password policies</a></li>
<li><a href="http://4sysops.com/archives/another-top-10-list-of-windows-server-2008-features/">Another top 10 list of Windows Server 2008 features</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-windows-firewall-with-advanced-security/">Windows Server 2008: Windows Firewall with Advanced Security</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-server-roles-and-server-manager/">Windows Server 2008: Server roles and Server Manager</a></li>
<li><a href="http://4sysops.com/archives/windows-server-2008-longhorn-getting-started-with-server-core/">Windows Server 2008 (Longhorn): Getting started with Server Core</a></li>
<li><a href="http://4sysops.com/archives/windows-server-longhorn-server-core-essentials/">Windows Server 2008: Server Core essentials</a></li>
<li><a href="http://4sysops.com/archives/windows-server-longhorn-10-most-important-new-features/">Windows Server Server 2008: 10 most important new features</a></li>
<li><a href="http://4sysops.com/archives/the-hypervisor-of-windows-server-longhorn-how-virtualization-works-in-microsoft%e2%80%99s-new-server-os/">The hypervisor of Windows Server 2008: How virtualization works in Microsoft&#8217;s new server OS</a></li>
</ul>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-server-2008-foundation-why-microsofts-licensing-policy-is-outdated/" title="Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated (April 13, 2009)">Windows Server 2008 Foundation &#8211; Why Microsoft&#8217;s licensing policy is outdated</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-step-by-step-guides-don%e2%80%99t-waste-your-time/" title="Windows Server 2008 step-by-step guides &#8211; Don’t waste your time (March 24, 2008)">Windows Server 2008 step-by-step guides &#8211; Don’t waste your time</a> (3)</li>
	<li><a href="http://4sysops.com/archives/download-windows-server-2008-rtm/" title="Download Windows Server 2008 RTM? (February 5, 2008)">Download Windows Server 2008 RTM?</a> (6)</li>
	<li><a href="http://4sysops.com/archives/some-more-better-together-features-for-windows-vista-server-2008/" title="Some more better-together features of Windows Vista &#8211; Server 2008 (January 31, 2008)">Some more better-together features of Windows Vista &#8211; Server 2008</a> (8)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2008-and-windows-vista-better-together/" title="Windows Server 2008 and Windows Vista &#8211; better together? (January 25, 2008)">Windows Server 2008 and Windows Vista &#8211; better together?</a> (4)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/new-features-in-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three ways to reset a Windows Vista admin password</title>
		<link>http://4sysops.com/archives/three-ways-to-reset-a-windows-vista-admin-password/</link>
		<comments>http://4sysops.com/archives/three-ways-to-reset-a-windows-vista-admin-password/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 09:43:06 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/three-ways-to-reset-a-windows-vista-admin-password/</guid>
		<description><![CDATA[Of course, you can always reset a password if you have another admin account for this machine. However, if this isn&#8217;t the case, things can get a bit tricky. As a sys admin you are usually confronted with this problem if users have laptops where you don&#8217;t have an admin account. Even if you don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Of course, you can always <strong>reset a password</strong> if you have another admin account for this machine. However, if this isn&#8217;t the case, things can get a bit tricky. As a sys admin you are usually confronted with this problem if users have <strong>laptops where you don&#8217;t have an admin account</strong>. Even if you don&#8217;t have to reset a password now, you should get acquainted with this issue. Rest assured that sooner or later a user will bug you with this problem. I must admit that I managed to forget my own password more than once.</p>
<p><span id="more-516"></span><strong>Option 1: Create a password reset disk</strong><br />
Vista allows you to create a password reset disk which enables you to reset your password without much hassle. The problem with this option is that you have to create the reset disk <em>before</em> the password is lost. If you have many Windows machines where users logon locally, this might be a daunting task. You can find a description of how to create a password reset disk <a href="http://ramanathan.wordpress.com/2007/03/12/create-windows-password-reset-disk/">here</a>.</p>
<p><strong>Option 2: Get Petter Nordhal-Hagen&#8217;s</strong><strong> <a href="http://home.eunet.no/~pnordahl/ntpasswd/">NT Password &amp; Registry Editor</a></strong><br />
With this option you have to boot from a CD and then manipulate the SAM database. Manipulating the SAM database is always a bit risky. But if you have no password reset disk, this is the only way. Note that this tool comes without any warranty. I&#8217;ve been using it quite a few times on Windows 2000 and had never any problem with it, though. The latest version also supports Windows Vista. The download link of the tool is a bit hidden. Search for &#8220;download&#8221; on <a href="http://home.eunet.no/~pnordahl/ntpasswd/bootdisk.html">this page</a>, if you can&#8217;t find it.</p>
<p><!-- adman --></p>
<p><strong>Option 3: Get the commercial Password Changer</strong><br />
Password Changer essentially works like the NT Password &amp; Registy Editor. An advantage of this tool is that you&#8217;ll get support if any problem arises. Based on Joseph Fiber&#8217;s <a href="http://itsvista.com/2007/04/itsvista-tip-50-reset-your-lost-vista-password-without-a-reset-disc/">description</a> of the tool it might be a bit easier to use than Petter Nordhal-Hagen&#8217;s solution. This especially applies if you are not familiar with Linux. Prices start at $39.99.</p>
<p>Update (10/29/08):<br />
<strong>Option 4: Use Microsoft Diagnostics and Recovery Toolset </strong><br />
MSDaRT is a toolset from Microsoft that allows you to repair a Windows installation. With its Locksmith tool you can reset an admin password easily. Please check out my <a href="http://4sysops.com/archives/how-to-recover-a-non-bootable-windows-installation-the-microsoft-diagnostics-and-recovery-toolset/">review about MSDaRT</a> for more information.</p>
<p>Update (11/10/08):<br />
<strong>Option 5: Use the Trinity Rescue Kit (TRK)<br />
</strong>Some readers have recommended TRK. Please read my <a href="http://4sysops.com/archives/free-trinity-rescue-kit-trk-recover-windows-using-linux/">review of the Trinity Rescue Kit</a> for more information.</p>
<p>Please let me know if you&#8217;ve heard of another option.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/keepass/" title="FREE: KeePass &#8211; Open source password manager (September 11, 2009)">FREE: KeePass &#8211; Open source password manager</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-passgen-set-unique-administrator-passwords-on-multiple-machines/" title="FREE: Passgen &#8211; Set unique administrator passwords on multiple machines (June 2, 2009)">FREE: Passgen &#8211; Set unique administrator passwords on multiple machines</a> (2)</li>
	<li><a href="http://4sysops.com/archives/how-to-handle-the-built-in-administrator-account/" title="How to handle the built-in administrator account (June 1, 2009)">How to handle the built-in administrator account</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-specops-password-policy-basic-fine-grained-password-policies/" title="FREE: Specops Password Policy Basic &#8211; Fine-Grained Password Policies (May 20, 2009)">FREE: Specops Password Policy Basic &#8211; Fine-Grained Password Policies</a> (0)</li>
	<li><a href="http://4sysops.com/archives/netwrix-password-expiration-notifier/" title="FREE: NetWrix Password Expiration Notifier (September 4, 2008)">FREE: NetWrix Password Expiration Notifier</a> (0)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/three-ways-to-reset-a-windows-vista-admin-password/feed/</wfw:commentRss>
		<slash:comments>77</slash:comments>
		</item>
		<item>
		<title>Vista x64 vs. Vista x86 &#8211; 32 bit or 64 bit Vista edition?</title>
		<link>http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/</link>
		<comments>http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 17:17:39 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[vista security]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/</guid>
		<description><![CDATA[Update: I am working on a new series about the Vista x86 vs. Vista x64 issue. The first one covers the speed issue. The other article in this series will follow soon. You might also be interested in my post about the 3GB barrier. The discussion there is interesting. But now go ahead and read [...]]]></description>
			<content:encoded><![CDATA[<p>Update: I am working on a new series about the Vista x86 vs. Vista x64 issue. The first one covers the <a href="http://4sysops.com/archives/vista-x64-contra-vista-x86-does-64-bit-offer-better-performance-than-32-bit/">speed issue</a>. The other article in this series will follow soon. You might also be interested in my post about the <a href="http://4sysops.com/archives/why-windows-vista-only-sees-3gb-memory-in-a-pc-with-4gb-ram-and-how-vista-sp1-fools-its-users/">3GB barrier</a>. The discussion there is interesting. But now go ahead and read this one first.</p>
<p>Sometime ago, I published an article about a <a href="/archives/windows-vista-32-bit-versus-vista-64-bit/">performance comparison between 64-bit and 32-bit editions of Windows</a>. This post got quite a few hits, recently. Meanwhile, it has rank 8 of all posts here on 4sysops (see right sidebar). Obviously, many seem to be undecided which Vista edition they would like to use. In this post, I summarized the pros and cons of Vista x64 and Vista x86.</p>
<p><span id="more-484"></span><em><strong>Vista x64 Pros</strong></em></p>
<p><strong>Security:</strong> <a href="http://www.microsoft.com/whdc/driver/kernel/64bitpatch_FAQ.mspx">Kernel Patch Protection</a> (<strong>PatchGuard</strong>) is probably the most interesting security-related feature of Vista x64. It prevents unauthorized software from modifying the kernel. This reduces the risk that malware, especially <strong>rootkits</strong>, infects your system.</p>
<p><strong>Reliability: </strong>In Vista x64 only <strong>signed drivers</strong> can be installed (<a href="http://www.microsoft.com/whdc/system/platform/64bit/kmsigning.mspx">Mandatory Kernel Module and Driver Signing</a>). This means that kernel mode software requires a digital signature from Microsoft. Buggy drivers can make a system very unstable. But what&#8217;s the use of a reliable OS , in the face of a third party driver crashing your PC once a day? I had this experience with Vista x86, already.</p>
<p><strong>Performance: </strong>A computer with a 64-bit CPU is supposed to be <strong>more powerful</strong> than one with a 32-bit processor. Of course, you need a 64-bit OS to utilize its 64-bit capabilities. The problem is, not only that the OS, but also <strong>the applications must support 64 bit</strong> to improve performance. Since 32-bit is still predominant in the Windows area, Vista x64 won&#8217;t speed up your system in most cases. Here are some benchmark tests comparing Vista x64 and Vista x86: [<a href="http://64-bit-computers.com/windows-vista-32-bit-vs-64-bit-benchmark.html">1</a>] [<a href="http://vistaincompatible.com/forums/YaBB.pl?num=1171842357">2</a>] [<a href="http://www.flexbeta.net/main/printarticle.php?id=122">3</a>].</p>
<p><strong>Memory:</strong> The 32 bit editions of Vista only support <strong>4 GB RAM</strong>. With <strong>Vista x64</strong>, you can use up to <strong>128 GB </strong>, if your hardware supports it. However, there are differences between the different editions of Vista x64. Check out this <a href="http://www.microsoft.com/windows/products/windowsvista/editions/64bit.mspx">comparison table</a> for more information. Note that many applications have limitations with respect to the amount of RAM they can use. Hence, you usually only need more than 4 GB RAM, if you are using many apps with high memory consumption, simultaneously. If you are working with VMware Workstation, you might be interested to know that version 6.0 supports Vista x64, and that&#8217;s up to 8 GB RAM.</p>
<p><em><strong>Vista x64 Cons</strong></em></p>
<p><strong>Hardware compatibility:</strong> This certainly is the number one caveat in using a 64-bit Vista edition. <strong>32-bit drivers don&#8217;t work.</strong> Therefore, hardware manufacturers have to produce new ones for every piece of hardware.  The fact that drivers have to be signed can also be a disadvantage since it is more time-consuming for hardware vendors to deliver new drivers. Thus, before you can move to Vista x64, you have to check if your hardware is supported. Don&#8217;t forget your <strong>peripheral devices</strong> like printers and scanners.</p>
<p><strong>Software compatibility: </strong>Most 32-bit software should be running on Vista x64. However, <strong>16-bit programs</strong> are not supported, anymore. Note that some 32 apps still use <strong>16-bit installers</strong>. Even though the program itself might work under Vista x64, you might not be able to install it. Another problem is that Vista x64 doesn&#8217;t support <strong>registry and folder virtualization</strong>. Some legacy apps need to write in security sensitive areas like C:\Windows or C:\Programs and Files. Vista x86 can present a virtual version of these folders to apps for compatibility reasons. Essentially, this means that some 32-bit apps might not work properly if you run them with standard user rights in Vista x64. There are <a href="http://support.microsoft.com/kb/927387">workarounds</a>, though. By the way, even 64-bit apps that were developed for the <strong>64-bit version of Windows XP</strong> might have problems under Vista x64 if they have conflicts with Vista standards.</p>
<p><strong>Price:</strong> You can <strong>only upgrade the Windows XP x64 edition to Vista x64</strong>, but not from the 32 bit version of Windows XP. So moving to Vista x64 might cost you more if you have already Windows XP licenses with an upgrade option.</p>
<p><strong>Deployment:</strong> Vista images are hardware independent, which probably is the most important new feature from a system administrator&#8217;s point of view. However, this doesn&#8217;t apply to 32 and 64 bit images, i.e. you&#8217;ll need <strong>different images for Vista x86 and Vista x64</strong>. If you can&#8217;t move entirely to the 64 bit edition, then this might double your workload.</p>
<p><strong>Problem diagnosis:</strong> Even though, all your hardware and software supports Vista x64, you&#8217;ll always ask yourself <strong>if a certain problem is 64-bit-related</strong>. After all, Vista x64 is a different OS than Vista x86. The same applies to applications which were specifically developed for the 64-bit editions. Thus, solving a problem might often be more time-consuming.</p>
<p><strong>Conclusion:</strong> In my view, <strong>for the overall majority Vista x86 is the better choice</strong>. Even Microsoft <a href="http://www.microsoft.com/windows/products/windowsvista/editions/64bit.mspx">writes</a> that &#8220;<em>the 64-bit editions are not for everyone</em>.&#8221; Only if you have very high security demands or work in fields like engineering (CAD/CAM) or digital content creation, then Vista x64 might be an option for you. I suppose that 64-bit will only play a major role when Vienna, the next Windows version, comes out. There are even rumors that Windows Vienna will only support 64-bit. So perhaps it makes sense to wait a few more years before jumping into the 64-bit bandwagon.</p>
<p>Did I miss a point? Please, let me know!</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/windows-7-x64-vs-windows-x86-reliability-security-and-licensing/" title="Windows 7 x64 vs. Windows x86 &#8211; Reliability, security, and licensing (August 12, 2009)">Windows 7 x64 vs. Windows x86 &#8211; Reliability, security, and licensing</a> (3)</li>
	<li><a href="http://4sysops.com/archives/windows-7-64-bit-vs-windows-7-32-bit-hardware-and-software-compatibility/" title="Windows 7 64-bit vs. Windows 7 32-bit &#8211; Hardware and software compatibility (August 10, 2009)">Windows 7 64-bit vs. Windows 7 32-bit &#8211; Hardware and software compatibility</a> (5)</li>
	<li><a href="http://4sysops.com/archives/windows-7-64-bit-or-32-bit-memory-and-performance/" title="Windows 7: 64-bit or 32-bit? Memory and performance (August 5, 2009)">Windows 7: 64-bit or 32-bit? Memory and performance</a> (9)</li>
	<li><a href="http://4sysops.com/archives/windows-7-x64-or-windows-7-x86-my-experiences-with-vista-64-bit/" title="Windows 7 x64 or Windows 7 x86? My experiences with Vista 64-bit (August 4, 2009)">Windows 7 x64 or Windows 7 x86? My experiences with Vista 64-bit</a> (9)</li>
	<li><a href="http://4sysops.com/archives/the-myth-about-the-standard-user-in-windows-vista-and-windows-7/" title="The myth about the standard user in Windows Vista and Windows 7 (May 19, 2009)">The myth about the standard user in Windows Vista and Windows 7</a> (8)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/vista-x64-vs-vista-x86-32-bit-or-64-bit-vista-edition/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
	
		<series:name><![CDATA[Vista x64 vs. Vista x86]]></series:name>
	</item>
		<item>
		<title>How to disable Vista’s desktop search indexing (Windows Search)</title>
		<link>http://4sysops.com/archives/how-to-disable-vista%e2%80%99s-desktop-search-indexing-windows-search/</link>
		<comments>http://4sysops.com/archives/how-to-disable-vista%e2%80%99s-desktop-search-indexing-windows-search/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 17:08:58 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/how-to-disable-vista%e2%80%99s-desktop-search-indexing-windows-search/</guid>
		<description><![CDATA[Vista comes with a new indexing service which improves desktop search. It not only makes search faster, but also adds some nice features. The one I like most is that it allows you to search very fast for mails in Outlook. There are, however, cases where you might want to disable Vista&#8217;s search indexing.
Good desktop [...]]]></description>
			<content:encoded><![CDATA[<p>Vista comes with a new <strong>indexing service</strong> which improves <strong>desktop search</strong>. It not only makes search faster, but also adds some nice features. The one I like most is that it allows you to search very fast for mails in Outlook. There are, however, cases where you might want to disable Vista&#8217;s search indexing.</p>
<p><span id="more-457"></span>Good desktop search tools index your hard disk only whenever the PC is idle. This seems to be different with Vista. I often saw the corresponding processes (<strong>SearchProtocolHost, SearchFilterHost, SearchIndexer</strong>) active even though my computer was quite busy with other tasks. This can decrease the overall performance tremendously.</p>
<p>Another reason why you might want to disable Vista search indexing is, if you are using <strong>another desktop search solution</strong>. Or perhaps you only rarely search for files on your PC. If it is not the <strong>reduced performance</strong>, then it could be the constant activity of your hard disk, whenever indexing starts, that might get on your nerves. And if you install Vista in a virtual environment, for example, <strong>VMware Workstation or Virtual PC</strong>, I recommend disabling it anyway since it will slow down your VM significantly.</p>
<p>I know of three ways to turn off Vista&#8217;s search indexing:</p>
<ol>
<li><strike>Navigate to Control Panel, choose &#8220;Uninstall a Program&#8221; under &#8220;Programs&#8221; and then click on &#8220;<strong>Turn Windows features on or off</strong>&#8220;. There you can disable the Indexing Service</strike> Navigate to Control Panel/System and Maintenance/Indexing Options. There you can remove all locations or only those you use rarely.</li>
<li>It is also possible to disable indexing for a certain drive or enable it only for selected folders. You can do this by changing the <strong>Properties of a drive or folder</strong> (right click on drive letter in Windows Explorer).<a href="http://4sysops.com/wp-content/uploads/2007/02/windows_serach_service.png" title="Windows Search service" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2007/02/windows_serach_service.png','Windows Search service',event,300,75)"><img src="http://4sysops.com/wp-content/uploads/2007/02/windows_serach_service.thumbnail.png" alt="Windows Search service" align="right" height="96" width="92" /></a></li>
<li>The fasted way is to simply <strong>disable the Windows Search service</strong>. Run Services (just type &#8220;Services&#8221; at the Start Search bar), right click on the Windows Search service and select &#8220;Properties&#8221;. Then choose &#8220;Disabled&#8221; for the start type. Afterwards, you have to stop this service by right clicking on it and selecting &#8220;Stop&#8221;.</li>
</ol>
<p>The first option is the one you will quite often find on the Web. But I found out that Windows Search remains active after disabling it this way. The second option works, however, it takes quite long time until all files in all subfolders have been excluded from indexing. Thus, the third option is the best one. You don&#8217;t have to reboot, as with the first option, and if your want to enable it again later, it will cost you just a couple of mouse clicks.</p>
<p><strong>Update: If you installed <a href="/archives/windows-vista-sp1-the-new-search-protocol-and-how-to-change-the-default-desktop-search-application/">Vista SP1 there are other ways to  disable indexing</a>.</strong></p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/how-to-store-a-laptop-battery-properly-to-save-it-from-an-early-death/" title="How to store a laptop battery properly to save it from an early death (May 7, 2009)">How to store a laptop battery properly to save it from an early death</a> (1)</li>
	<li><a href="http://4sysops.com/archives/how-to-charge-and-discharge-laptop-batteries-to-extend-their-lifetime/" title="How to charge and discharge laptop batteries to extend their lifetime (May 6, 2009)">How to charge and discharge laptop batteries to extend their lifetime</a> (23)</li>
	<li><a href="http://4sysops.com/archives/how-to-take-care-of-your-laptop-battery-to-prolong-its-lifespan/" title="How to take care of your laptop battery to prolong its lifespan (May 5, 2009)">How to take care of your laptop battery to prolong its lifespan</a> (5)</li>
	<li><a href="http://4sysops.com/archives/free-pc-wizard-2008-a-system-information-and-benchmark-tool/" title="FREE: PC Wizard 2008 &#8211; a system information and benchmark tool (January 6, 2009)">FREE: PC Wizard 2008 &#8211; a system information and benchmark tool</a> (5)</li>
	<li><a href="http://4sysops.com/archives/process-lasso-improve-the-responsiveness-of-windows/" title="Process Lasso &#8211; improve the responsiveness of Windows (December 10, 2008)">Process Lasso &#8211; improve the responsiveness of Windows</a> (5)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/how-to-disable-vista%e2%80%99s-desktop-search-indexing-windows-search/feed/</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
		<item>
		<title>Install Windows Server 2003 Adminpak (Administration Tools Pack) on Vista</title>
		<link>http://4sysops.com/archives/install-windows-server-2003-adminpak-administration-tools-pack-on-vista/</link>
		<comments>http://4sysops.com/archives/install-windows-server-2003-adminpak-administration-tools-pack-on-vista/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 18:59:46 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[adminpak]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/install-windows-server-2003-adminpak-administration-tools-pack-on-vista/</guid>
		<description><![CDATA[Update: The Remote Server Administration Tools (RSAT) for Vista SP1 replace the Adminpak.
A while ago, I liked to an article that explains how to install the Adminpak on Windows Vista. Meanwhile I found out that there is a much easier way.
After downloading the Adminpak (Windows Server 2003 Service Pack 1 Administration Tools Pack or Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Update: The <a href="http://4sysops.com/archives/rsat-the-adminpak-replacement-is-finally-available/">Remote Server Administration Tools (RSAT) for Vista SP1</a> replace the Adminpak.</p>
<p>A while <a href="/archives/adminpak-for-windows-vista/">ago</a><a href="file:///archives/adminpak-for-windows-vista/">,</a> I liked to an article that explains how to install the <strong>Adminpak on Windows Vista</strong>. Meanwhile I <a href="http://briandesmond.com/blog/archive/2006/11/21/How-to-get-the-Windows-2003-Admin-Tools-Working-on-Vista.aspx">found out</a> that there is a much easier way.</p>
<p><span id="more-366"></span>After downloading the Adminpak (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e487f885-f0c7-436a-a392-25793a25bad7&amp;DisplayLang=en">Windows Server 2003 Service Pack 1 Administration Tools Pack</a> or <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9BFB44F5-232A-4FB5-BC14-45BFD81B7AC1&amp;displaylang=en">Windows Server 2003 R2 Administration Tools Pack</a>), you have to <strong>register the DLLs properly</strong>. Just copy the list below to a command prompt, you opened with Administrator privileges. (Right click and select &#8220;Run as Administrator&#8221;.)<br />
regsvr32 /s adprop.dll<br />
regsvr32 /s azroles.dll<br />
regsvr32 /s azroleui.dll<br />
regsvr32 /s ccfg95.dll<br />
regsvr32 /s certadm.dll<br />
regsvr32 /s certmmc.dll<br />
regsvr32 /s certpdef.dll<br />
regsvr32 /s certtmpl.dll<br />
regsvr32 /s certxds.dll<br />
regsvr32 /s cladmwiz.dll<br />
regsvr32 /s clcfgsrv.dll<br />
regsvr32 /s clnetrex.dll<br />
regsvr32 /s cluadmex.dll<br />
regsvr32 /s cluadmmc.dll<br />
regsvr32 /s cmproxy.dll<br />
regsvr32 /s cmroute.dll<br />
regsvr32 /s cmutoa.dll<br />
regsvr32 /s cnet16.dll<br />
regsvr32 /s debugex.dll<br />
regsvr32 /s dfscore.dll<br />
regsvr32 /s dfsgui.dll<br />
regsvr32 /s dhcpsnap.dll<br />
regsvr32 /s dnsmgr.dll<br />
regsvr32 /s domadmin.dll<br />
regsvr32 /s dsadmin.dll<br />
regsvr32 /s dsuiwiz.dll<br />
regsvr32 /s imadmui.dll<br />
regsvr32 /s lrwizdll.dll<br />
regsvr32 /s mprsnap.dll<br />
regsvr32 /s msclus.dll<br />
regsvr32 /s mstsmhst.dll<br />
regsvr32 /s mstsmmc.dll<br />
regsvr32 /s nntpadm.dll<br />
regsvr32 /s nntpapi.dll<br />
regsvr32 /s nntpsnap.dll<br />
regsvr32 /s ntdsbsrv.dll<br />
regsvr32 /s ntfrsapi.dll<br />
regsvr32 /s rasuser.dll<br />
regsvr32 /s rigpsnap.dll<br />
regsvr32 /s rsadmin.dll<br />
regsvr32 /s rscommon.dll<br />
regsvr32 /s rsconn.dll<br />
regsvr32 /s rsengps.dll<br />
regsvr32 /s rsjob.dll<br />
regsvr32 /s rsservps.dll<br />
regsvr32 /s rsshell.dll<br />
regsvr32 /s rssubps.dll<br />
regsvr32 /s rtrfiltr.dll<br />
regsvr32 /s schmmgmt.dll<br />
regsvr32 /s tapisnap.dll<br />
regsvr32 /s tsuserex.dll<br />
regsvr32 /s uddi.mmc.dll<br />
regsvr32 /s vsstskex.dll<br />
regsvr32 /s w95inf16.dll<br />
regsvr32 /s w95inf32.dll<br />
regsvr32 /s winsevnt.dll<br />
regsvr32 /s winsmon.dll<br />
regsvr32 /s winsrpc.dll<br />
regsvr32 /s winssnap.dll<br />
regsvr32 /s ws03res.dll</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/in-some-cases-you-can-use-rsat-to-manage-windows-server-2003/" title="In some cases you can use RSAT to manage Windows Server 2003 (April 10, 2008)">In some cases you can use RSAT to manage Windows Server 2003</a> (2)</li>
	<li><a href="http://4sysops.com/archives/rsat-the-adminpak-replacement-is-finally-available/" title="RSAT, the Adminpak replacement, is finally available (March 26, 2008)">RSAT, the Adminpak replacement, is finally available</a> (8)</li>
	<li><a href="http://4sysops.com/archives/windows-server-2003-service-pack-2-administration-tools-pack-adminpak-available-better-don%e2%80%99t-use-them-on-vista/" title="Windows Server 2003 Service Pack 2 Administration Tools Pack (Adminpak) available &#8211; better don’t use them on Vista (January 17, 2008)">Windows Server 2003 Service Pack 2 Administration Tools Pack (Adminpak) available &#8211; better don’t use them on Vista</a> (2)</li>
	<li><a href="http://4sysops.com/archives/thank-you-top-ten-4sysops-articles-in-2007-happy-new-year/" title="Thank you &#8211; Top ten 4sysops articles in 2007 &#8211; Happy new year! (December 31, 2007)">Thank you &#8211; Top ten 4sysops articles in 2007 &#8211; Happy new year!</a> (0)</li>
	<li><a href="http://4sysops.com/archives/rsat-for-vista-the-adminpak-replacement-is-available-for-testers-how-nervous-is-microsoft-about-vista/" title="RSAT for Vista &#8211; The Adminpak replacement is available for testers &#8211; How nervous is Microsoft about Vista? (November 30, 2007)">RSAT for Vista &#8211; The Adminpak replacement is available for testers &#8211; How nervous is Microsoft about Vista?</a> (7)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/install-windows-server-2003-adminpak-administration-tools-pack-on-vista/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>P2V for VMware: six ways to convert physical to virtual</title>
		<link>http://4sysops.com/archives/p2v-for-vmware-six-ways-to-convert-physical-to-virtual/</link>
		<comments>http://4sysops.com/archives/p2v-for-vmware-six-ways-to-convert-physical-to-virtual/#comments</comments>
		<pubDate>Thu, 06 Jul 2006 18:05:38 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[p2v]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/p2v-for-vmware-six-ways-to-convert-physical-to-virtual/</guid>
		<description><![CDATA[ Update: Please read this review about VMware&#8217;s free P2V solution, VMware Converter 3.0 and check out my first impressions about VMware Converter 3.0 final.
We are currently setting up a new VMware server and want to migrate several physical Windows servers to virtual machines. So far, I know six different ways doing this.
1.  VMware [...]]]></description>
			<content:encoded><![CDATA[<p> <strong>Update: Please read this review about VMware&#8217;s free P2V solution, <a href="/archives/review-vmware-converter-30-starter-edition-beta/">VMware Converter 3.0</a> and</strong> <strong>check out my <a href="/archives/vmware-converter-30-final-first-impressions/">first impressions about VMware Converter 3.0 final</a>.</strong><br />
We are currently setting up a new VMware server and want to migrate several physical Windows servers to virtual machines. So far, I know six different ways doing this.</p>
<p><span id="more-224"></span><strong>1.  VMware P2V Assistant</strong><br />
VMware offers a tool for this purpose. The only problem with this option is that the <a href="http://www.vmware.com/products/p2v/" target="_blank">VMware P2V Assistant</a> is quite expensive. Prices start at about $2,500 for the VMware P2V Assistant Starter Edition which allows 25 migrations. The VMware P2V Assistant Enterprise Edition costs more than $6,100.</p>
<p><strong>2. PlateSpin PowerConvert</strong><br />
<a href="/archives/platespin-powerconvert-convert-virtual-machine-formats/" target="_blank">Platespin PowerConvert</a> seems to be a more sophisticated tool since it allows any kind of conversion. It not only supports VMware but also Microsoft&#8217;s format. Prices start at 2,619 Euro.</p>
<p><strong>3. Ultimate-P2V plug-in for BartPE</strong><br />
<a href="http://www.nu2.nu/pebuilder/" target="_blank">BartPE</a> helps you to boot Windows XP/2003 from CD-ROM. It is similar to Microsoft&#8217;s  <a href="http://en.wikipedia.org/wiki/Windows_Preinstallation_Environment" target="_blank">Windows Preinstallation Environment</a>. <a href="http://www.rtfm-ed.co.uk/?page_id=174" target="_blank">Ultimate-P2V,</a> a plug-in for BartPE, allows you to clone a physical machine to a virtual machine. BartPE and Ultimate-P2V are free, but you need a cloning tool like <a href="http://www.symantec.com/home_homeoffice/products/overview.jsp?pcid=br&amp;pvid=ghost10" target="_blank">Symantec&#8217;s Ghost</a> which is not free. Compared to solution 1 and 2, it is much cheaper though. I didn&#8217;t try Ultimate-P2V. At first glance, this option seems to be only for advanced system administrators.</p>
<p><strong>4. Use a cloning tool with boot CD</strong><br />
This option is quite similar to 3, however, you need a cloning tool that supports creating boot CDs, where you can store the image. Using an imaging solution means that you have to exchange the <a href="http://en.wikipedia.org/wiki/Hardware_Abstraction_Layer" target="_blank">HAL</a> with one that suits the new &#8220;hardware&#8221; environment. <a href="http://www.vmts.net/article/selfp2v.htm" target="_blank">This site</a> has a detailed description.<br />
<strong><br />
5. Microsoft&#8217;s Virtual Server 2005 Migration Toolkit</strong><br />
The <a href="http://www.microsoft.com/windowsserversystem/virtualserver/evaluation/vsmt.mspx" target="_blank">Microsoft Virtual Server 2005 Migration Toolkit</a> is free, but it only helps you to convert physical machines to Microsoft&#8217;s virtual machine format. However, you can import this format in VMware Server or VMware Workstation. The problem with this solution is that the Migration toolkit requires <a href="http://www.microsoft.com/windowsserver2003/technologies/management/ads/default.mspx" target="_blank">Windows Server 2003 Automated Deployment Services (ADS)</a>, although for free, only runs on Windows Server 2003 Enterprise Edition. The whole procedure to migrate a physical server to a virtual machine is quite complicated. Check out this <a href="http://www.microsoft.com/windowsserversystem/virtualserver/overview/vsmtwhitepaper.mspx" target="_blank">white paper</a> to learn how it works.</p>
<p><strong>6. Install a new virtual server and restore a backup</strong><br />
If you only have a few physical servers that you want to convert to virtual machines then this might be the fastest way. Of course, you don&#8217;t have to install Windows for every new virtual machine. If you have VMware Workstation you can clone them and if you only have VMware Server you can just copy the folder containing the virtual machine of your master server. Don&#8217;t forget to run <a href="http://support.microsoft.com/?scid=kb;en-us;892778&amp;x=6&amp;y=5" target="_blank">sysprep</a> afterwards to get a unique Windows Server, then restore a backup of the physical server to the new virtual machine. Don&#8217;t restore the hardware specific settings of your physical server.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-esxi-configurator-utility-backup-and-update-vmware-esxi/" title="FREE: ESXi Configurator Utility &#8211; backup and update VMware ESXi (May 26, 2009)">FREE: ESXi Configurator Utility &#8211; backup and update VMware ESXi</a> (0)</li>
	<li><a href="http://4sysops.com/archives/the-difference-between-the-microsofts-hyper-v-and-the-vmwares-esx-hypervisor/" title="The difference between the Microsoft&#8217;s Hyper-V and the VMware&#8217;s ESX hypervisor (April 16, 2009)">The difference between the Microsoft&#8217;s Hyper-V and the VMware&#8217;s ESX hypervisor</a> (3)</li>
	<li><a href="http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/" title="FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD (March 6, 2009)">FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-vmware-diskmount-gui-mount-vmdk-files/" title="FREE: VMware DiskMount GUI &#8211; Mount VMDK files (February 20, 2009)">FREE: VMware DiskMount GUI &#8211; Mount VMDK files</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-virtual-pc-2007-sp1-vs-sun-xvm-virtualbox-210/" title="Microsoft Virtual PC 2007 SP1 vs. Sun xVM VirtualBox 2.1.0 (January 20, 2009)">Microsoft Virtual PC 2007 SP1 vs. Sun xVM VirtualBox 2.1.0</a> (9)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/p2v-for-vmware-six-ways-to-convert-physical-to-virtual/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Expanding a virtual VMware disk</title>
		<link>http://4sysops.com/archives/expanding-a-virtual-vmware-disk/</link>
		<comments>http://4sysops.com/archives/expanding-a-virtual-vmware-disk/#comments</comments>
		<pubDate>Wed, 29 Mar 2006 18:04:44 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/expanding-a-virtual-vmware-disk/</guid>
		<description><![CDATA[ Update: There is a much easier way now to resize a virtual disk: Expand a virtual VMware disk with VMware Converter. Also check out this article about my first impressions of VMware Converter 3.0 final.
Today, my Windows XP test system running in a virtual machine under VMware Workstation 5.5 complained that there is not [...]]]></description>
			<content:encoded><![CDATA[<p> <strong>Update: There is a much easier way now to resize a virtual disk: <a href="/archives/resize-a-virtual-disk-with-vmware-converter/">Expand a virtual VMware disk with VMware Converter</a>. Also check out this article about my <a href="/archives/vmware-converter-30-final-first-impressions/">first impressions of VMware Converter 3.0 final</a>.</strong></p>
<p>Today, my Windows XP test system running in a virtual machine under VMware Workstation 5.5 complained that there is not enough space anymore on the system partition. I thought it can&#8217;t be too complicated to resize a virtual disk. After all, it is only virtual. I hoped to solve this problem within 5 minutes or so. Well, here&#8217;s how it went:</p>
<p><span id="more-82"></span> I was disappointed the first time when I realized that one can&#8217;t change the size of a virtual disk with the VMware user interface. So I googled this problem, hoping to find an easy-to-use tool. What I found out was that the virtual disk can be resized on the command line using the <a href="http://www.vmware.com/support/ws45/doc/disks_vdiskmanager_ws.html">VMware Virtual Disk Manager Utility</a>. The documentation about this feature on the web is for VMware Workstation 4.5, but it also works with version 5.5 and <a href="http://www.vmware.com/support/gsx3/doc/disks_vdiskmanager_eg_gsx.html">also</a> for VMware GSX Server.</p>
<p>The command to expand a virtual disk looks like this:</p>
<p>vmware-vdiskmanager -x 10GB myDisk.vmdk</p>
<p> The new size of the virtual Disk will be 10 GB in this example. myDisk.vmdk is the file of the virtual disk on the host system. Usually this file won&#8217;t be located in the same folder as vmware.exe. Thus, you have to specify the full path to the vmdk file. Don&#8217;t forget to enclose the path in quotation marks, if the folder names contain spaces. You can find vmware.exe in the VMware installation folder.</p>
<p>My second disappointment was that one can&#8217;t expand a virtual disk if it contains snapshots. With a heavy heart, I deleted all my snapshots of this virtual machine. I was surprised how much time VMware needed for this. The size of the disk was 4 GB and I had three snapshots. I didn&#8217;t measure the time, but it must have taken at least 15 minutes. This is amazing considering that it only takes a few seconds to create a snapshot.</p>
<p>Finally, I was able to expand the virtual disk. The virtual disk manager needed several minutes to enlarge the virtual disk to a size of 10 GB. Of course, you can only do this after you shut down the virtual machine. It is recommended that you backup the vmdk file first, just in case something goes wrong.</p>
<p>I was disappointed the third time when the Virtual Disk Management Utility eventually finished its task. Expanding the virtual disk was successful, but the tool suggested using a third-party tool to resize the partitions within the virtual disk. So basically I was back to where I started. I, now, had a bigger virtual disk, but the system partition of my virtual machine still remained the same size.</p>
<p>Luckily, I remembered that I have an old version of <a href="http://www.symantec.com/home_homeoffice/products/system_performance/pm80/index.html">Partition Magic</a>. Since my virtual disk was full, I had to create a second virtual disk on this virtual machine first to get some free space for Partition Magic. I suppose, you know that one can add a new virtual disk by changing the virtual machine settings. Partition Magic 7.0 had no problems enlarging the system partition on my VMware virtual disk.</p>
<p>All in all, it took me about an hour to resize my virtual disk, including the search for a solution for my problem and the time to find my old Partition Magic. I guess I was a bit too optimistic with my five minutes estimation. I hope that future versions of VMware will offer more comfort here.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-esxi-configurator-utility-backup-and-update-vmware-esxi/" title="FREE: ESXi Configurator Utility &#8211; backup and update VMware ESXi (May 26, 2009)">FREE: ESXi Configurator Utility &#8211; backup and update VMware ESXi</a> (0)</li>
	<li><a href="http://4sysops.com/archives/the-difference-between-the-microsofts-hyper-v-and-the-vmwares-esx-hypervisor/" title="The difference between the Microsoft&#8217;s Hyper-V and the VMware&#8217;s ESX hypervisor (April 16, 2009)">The difference between the Microsoft&#8217;s Hyper-V and the VMware&#8217;s ESX hypervisor</a> (3)</li>
	<li><a href="http://4sysops.com/archives/free-vmdk2vhd-convert-vmware-vmdk-to-hyper-v-vhd/" title="FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD (March 6, 2009)">FREE: Vmdk2Vhd &#8211; Convert VMware VMDK to Hyper-V VHD</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-vmware-diskmount-gui-mount-vmdk-files/" title="FREE: VMware DiskMount GUI &#8211; Mount VMDK files (February 20, 2009)">FREE: VMware DiskMount GUI &#8211; Mount VMDK files</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-virtual-pc-2007-sp1-vs-sun-xvm-virtualbox-210/" title="Microsoft Virtual PC 2007 SP1 vs. Sun xVM VirtualBox 2.1.0 (January 20, 2009)">Microsoft Virtual PC 2007 SP1 vs. Sun xVM VirtualBox 2.1.0</a> (9)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/expanding-a-virtual-vmware-disk/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
	</channel>
</rss>
