<?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>microsoftNOW &#187; windows</title>
	<atom:link href="http://www.microsoftnow.com/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.microsoftnow.com</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 05:17:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Getting a list of scheduled tasks on all servers</title>
		<link>http://www.microsoftnow.com/2008/02/getting-list-of-scheduled-tasks-on-all.html</link>
		<comments>http://www.microsoftnow.com/2008/02/getting-list-of-scheduled-tasks-on-all.html#comments</comments>
		<pubDate>Sun, 17 Feb 2008 08:26:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[scheduled tasks]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2008/02/getting-a-list-of-scheduled-tasks-on-all-servers.html</guid>
		<description><![CDATA[There is a great script on Windows IT Pro that helps you get a list of all workstations/servers/domain controllers in a domain and then list the Scheduled Tasks that have been configured on these machines. The script, written by Bill Stewart, can be downloaded from the Windows IT Pro website. Essentially, this is how it [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2008%252F02%252Fgetting-list-of-scheduled-tasks-on-all.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Getting%20a%20list%20of%20scheduled%20tasks%20on%20all%20servers%22%20%7D);"></div>
<p>There is a great script on Windows IT Pro that helps you get a list of all workstations/servers/domain controllers in a domain and then list the Scheduled Tasks that have been configured on these machines.  </p>
<p>The <a href="http://www.windowsitpro.com/Files/07/50325/50325.zip">script</a>, written by Bill Stewart, can be downloaded from the <a href="http://www.windowsitpro.com/Articles/ArticleID/50325/50325.html">Windows IT Pro website</a>.  </p>
<p>Essentially, this is how it can be put to use:  </p>
<ol>
<li>To get a list of DC&#8217;s and dump it to a text file, type <strong>cscript enumcomputers.js /dc &gt; dclist.txt</strong></li>
<li>Next, feed this list of DC&#8217;s to enumtasks.cmd and ask it to dump a list of scheduled tasks for each DC to another text file: <strong>enumtasks dclist.txt &gt;dctasklist.txt</strong></li>
<li>Open <strong>dctasklist.txt</strong> in Notepad, any word processor or even Microsoft Excel.</li>
</ol>
<p> <a href="http://3.bp.blogspot.com/_lSGuEfogrPw/R7fy18pWIDI/AAAAAAAAAeA/xEGgyLfan8k/s1600-h/enumtasks.jpg"><img id="BLOGGER_PHOTO_ID_5167866106057465906" style="display: block; margin: 0px auto 10px; cursor: hand; text-align: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/R7fy18pWIDI/AAAAAAAAAeA/xEGgyLfan8k/s400/enumtasks.jpg" border="0" /></a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2008/02/getting-list-of-scheduled-tasks-on-all.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AutoRuns from SysInternals</title>
		<link>http://www.microsoftnow.com/2008/01/autoruns-from-sysinternals.html</link>
		<comments>http://www.microsoftnow.com/2008/01/autoruns-from-sysinternals.html#comments</comments>
		<pubDate>Wed, 23 Jan 2008 06:51:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SysInternals]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2008/01/autoruns-from-sysinternals.html</guid>
		<description><![CDATA[AutoRuns is a Microsoft SysInternals utility that lets you take a deep-down look at what lurks under the hood when your computer/server starts. You can use Autoruns to identify programs that automatically start when your computer starts and you can disable them by unchecking the box. This is especially useful when you are trying to [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2008%252F01%252Fautoruns-from-sysinternals.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22AutoRuns%20from%20SysInternals%22%20%7D);"></div>
<p>AutoRuns is a <a href="http://www.sysinternals.com/">Microsoft SysInternals</a> utility that lets you take a deep-down look at what lurks under the hood when your computer/server starts. You can use Autoruns to identify programs that automatically start when your computer starts and you can disable them by unchecking the box.</p>
<p>This is especially useful when you are trying to boost the startup performance for your system, or even if  you&#8217;re trying to locate some kind of unidentified malware or a spy program. Autoruns categorizes the images into various tabs like logon, IE plugins, Drivers, Winsock providers, etc to help you easily find what you&#8217;re looking for. The new version also has a tab that displays the Windows Vista gadgets that are loaded at startup.</p>
<p><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/R5g9UMugViI/AAAAAAAAAcs/8NfBQS4YtSI/s1600-h/autoruns.jpg"><img id="BLOGGER_PHOTO_ID_5158940790375863842" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/R5g9UMugViI/AAAAAAAAAcs/8NfBQS4YtSI/s400/autoruns.jpg" border="0" /></a></p>
<p>I think it&#8217;s really an awesome tool. You can <a href="http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx">download Autoruns</a> from the <a href="http://www.sysinternals.com/">Microsoft SysInternals</a> website.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2008/01/autoruns-from-sysinternals.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Vista always logs you on with a temporary profile?</title>
		<link>http://www.microsoftnow.com/2008/01/windows-vista-always-logs-you-on-with.html</link>
		<comments>http://www.microsoftnow.com/2008/01/windows-vista-always-logs-you-on-with.html#comments</comments>
		<pubDate>Sun, 20 Jan 2008 05:33:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[user profile]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2008/01/windows-vista-always-logs-you-on-with-a-temporary-profile.html</guid>
		<description><![CDATA[If you&#8217;re facing problems logging in with your domain account to Windows Vista computer joined to a domain, and you&#8217;re wondering why you&#8217;re always getting logged on with a &#8220;temporary profile&#8221; on your Windows Vista computer, you need to read this post. You&#8217;ve tried it all, deleting and recreating the profile, deleting the C:\users\%username% folder, [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2008%252F01%252Fwindows-vista-always-logs-you-on-with.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Windows%20Vista%20always%20logs%20you%20on%20with%20a%20temporary%20profile%3F%22%20%7D);"></div>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_lSGuEfogrPw/R5Lfu-WL7XI/AAAAAAAAAcc/EqXp6m8ZqP4/s1600-h/Vista.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_lSGuEfogrPw/R5Lfu-WL7XI/AAAAAAAAAcc/EqXp6m8ZqP4/s400/Vista.jpg" alt="" id="BLOGGER_PHOTO_ID_5157430521395670386" border="0" /></a>If you&#8217;re facing problems logging in with your domain account to Windows Vista computer joined to a domain, and you&#8217;re wondering why you&#8217;re always getting logged on with a &#8220;temporary profile&#8221; on your Windows Vista computer, you need to read this post.</p>
<p>You&#8217;ve tried it all, deleting and recreating the profile, deleting the C:\users\%username% folder, etc. But the problem still remains.</p>
<p>This is because your domain user account is a member of either the <span style="font-weight: bold;">Guests</span> or <span style="font-weight: bold;">Domain Guests</span> local user group in the Windows Vista computer. Remove yourself from the group and feel the magic! <img src='http://www.microsoftnow.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If that doesn&#8217;t work, here is another tip:</p>
<p>Open up Registry Editor, navigate to <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList</span></p>
<p>You will find one entry for each profile. Check the following for the user account in question:
<ol>
<li>Ensure the key name doesn&#8217;t end in &#8220;<span style="font-weight: bold;">.bad</span>&#8220;</li>
<li>Ensure the <span style="font-weight: bold;">RefCount</span> value is <span style="font-weight: bold;">0</span></li>
<li> Ensure the <span style="font-weight: bold;">State</span> value is <span style="font-weight: bold;">0</span></li>
</ol>
<p>Thanks goes to my colleague Georgee for this tip!</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2008/01/windows-vista-always-logs-you-on-with.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make out a Windows 3.1 veteran</title>
		<link>http://www.microsoftnow.com/2007/12/how-to-make-out-windows-31-veteran.html</link>
		<comments>http://www.microsoftnow.com/2007/12/how-to-make-out-windows-31-veteran.html#comments</comments>
		<pubDate>Mon, 24 Dec 2007 09:40:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2007/12/how-to-make-out-a-windows-3-1-veteran.html</guid>
		<description><![CDATA[You can always tell a Windows 3.1 user by the way he closes a window, even in Windows Vista. A Windows 3.1 user almost always closes a window by double-clicking on the left of the window. That&#8217;s because, back in the times of Windows 3.1, there was no close button on the right of the [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2007%252F12%252Fhow-to-make-out-windows-31-veteran.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20make%20out%20a%20Windows%203.1%20veteran%22%20%7D);"></div>
<p>You can always tell a Windows 3.1 user by the way he closes a window, even in Windows Vista. A Windows 3.1 user almost always closes a window by double-clicking on the <em>left</em> of the window. That&#8217;s because, back in the times of Windows 3.1, there was <em>no close button</em> on the right of the window.</p>
<p>Take a look at the left of a window in Windows 3.1:</p>
<p><a href="http://1.bp.blogspot.com/_lSGuEfogrPw/R2-BXOWL69I/AAAAAAAAAZQ/87EX9R_u3lc/s1600-h/Win31TitleBar.png"><img id="BLOGGER_PHOTO_ID_5147475135095892946" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_lSGuEfogrPw/R2-BXOWL69I/AAAAAAAAAZQ/87EX9R_u3lc/s400/Win31TitleBar.png" border="0" /></a><br />The box with the big dash is called the control box and clicking on it will yield a menu showing options to minimize, maximize and close. Double-clicking on the control box closes the window! And that&#8217;s where it all began.</p>
<p>A user can activate the menu by pressing Alt+Spacebar. Why? Because the big dash on the control box is actually a representation of the spacebar. The MDI child window also has a control box, but with a smaller dash. So, how do we activate this menu? Yup, you guessed right &#8211; Alt+Hyphen!</p>
<p>It is rather interesting to note that the &#8216;double-click-on-the-left-to-close&#8217; functionality is still available in Windows Vista, and probably forever in every release of Windows. The Alt+Spacebar and the Alt+Hyphen features are still available too, even though the control boxes don&#8217;t bear the dashes anymore. As for me, yes, I do close windows from the left at times. Ahem.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2007/12/how-to-make-out-windows-31-veteran.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opinion Poll: Your Voice on this Blog</title>
		<link>http://www.microsoftnow.com/2007/12/opinion-poll-your-voice-on-this-blog.html</link>
		<comments>http://www.microsoftnow.com/2007/12/opinion-poll-your-voice-on-this-blog.html#comments</comments>
		<pubDate>Sat, 15 Dec 2007 13:09:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[poll]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2007/12/opinion-poll-your-voice-on-this-blog.html</guid>
		<description><![CDATA[I have added a poll on this blog! The poll question will change every month and the results published. You can find the poll question of the month in the column on the right side, if you scroll further down. And while you&#8217;re at it, maybe you would want to click a couple of interesting [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2007%252F12%252Fopinion-poll-your-voice-on-this-blog.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Opinion%20Poll%3A%20Your%20Voice%20on%20this%20Blog%22%20%7D);"></div>
<p><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/R2N9E6w2o1I/AAAAAAAAAYU/XniYcF_sGag/s1600-h/Voice.jpg"><img id="BLOGGER_PHOTO_ID_5144092722834350930" style="FLOAT: right; MARGIN: 0px 0px 10px 10px; CURSOR: hand" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/R2N9E6w2o1I/AAAAAAAAAYU/XniYcF_sGag/s400/Voice.jpg" border="0" /></a>
<div>I have added a poll on this blog!</div>
<p>
<div></div>
<div>The poll question will change every month and the results published. <strong>You can find the poll question of the month in the column on the right side, if you scroll further down.</strong></div>
<p>
<div></div>
<div>And while you&#8217;re at it, maybe you would want to click a couple of interesting advertisements. Clicks on the ads pay to keep this blog alive <img src='http://www.microsoftnow.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </div>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2007/12/opinion-poll-your-voice-on-this-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP SP3 and Windows Vista SP1</title>
		<link>http://www.microsoftnow.com/2007/12/windows-xp-sp3-and-windows-vista-sp1.html</link>
		<comments>http://www.microsoftnow.com/2007/12/windows-xp-sp3-and-windows-vista-sp1.html#comments</comments>
		<pubDate>Thu, 13 Dec 2007 04:28:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Release Candidate]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2007/12/windows-xp-sp3-and-windows-vista-sp1.html</guid>
		<description><![CDATA[Windows Vista is getting its first Service Pack while Windows XP is getting its last. The release candidate of Windows XP Service Pack 3 is available for download. Service Pack 3 is more of a rollup of hotfixes and updates rather than a feature/experience enhancement. In short, it contains things that make Windows XP more [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2007%252F12%252Fwindows-xp-sp3-and-windows-vista-sp1.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Windows%20XP%20SP3%20and%20Windows%20Vista%20SP1%22%20%7D);"></div>
<p>Windows Vista is getting its first Service Pack while Windows XP is getting its last.</p>
<p>The release candidate of Windows XP Service Pack 3 is <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=68C48DAD-BC34-40BE-8D85-6BB4F56F5110&amp;displaylang=en">available for download</a>. Service Pack 3 is more of a rollup of hotfixes and updates rather than a feature/experience enhancement. In short, it contains things that make Windows XP more secure, more reliable and faster. The user will not see noticeable change in the experience in general.</p>
<p>The Windows Vista Service Pack 1 Release Candidate is also <a href="http://technet.microsoft.com/en-us/windowsvista/bb738089.aspx">available for download</a>. There are <a href="http://technet2.microsoft.com/windowsvista/en/library/005f921e-f706-401e-abb5-eec42ea0a03e1033.mspx?mfr=true">large number of improvements</a> for performance, security, reliability, interoperability, hardware compatibility, and deployment. There also some improvements for power consumption, desktop administration and is better geared for <a href="http://www.microsoft.com/windowsserver2008">Windows Server 2008</a>, the next version of Microsoft&#8217;s server OS.</p>
<p>Please note that Release Candidates are not the fully released versions and you will not receive support for it. Release candidates are for testing purposes. Please wait for the final release of the service pack before deploying to production systems.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2007/12/windows-xp-sp3-and-windows-vista-sp1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A server for your home</title>
		<link>http://www.microsoftnow.com/2007/12/server-for-your-home.html</link>
		<comments>http://www.microsoftnow.com/2007/12/server-for-your-home.html#comments</comments>
		<pubDate>Sun, 09 Dec 2007 04:03:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[microsoft surface]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows Home Server]]></category>
		<category><![CDATA[windows media]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2007/12/a-server-for-your-home.html</guid>
		<description><![CDATA[Catchy title isn&#8217;t it? Yes, a server for your home! Microsoft has come up with Windows Home Server, which is a server operating system for the home. If you have multiple PC&#8217;s at home, this is an excellent way of organizing and sharing digitial stuff like photos, audio and video. Some of the cool features: [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2007%252F12%252Fserver-for-your-home.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22A%20server%20for%20your%20home%22%20%7D);"></div>
<p>Catchy title isn&#8217;t it?</p>
<p>Yes, a server for your home! Microsoft has come up with <a href="http://www.microsoft.com/windows/products/winfamily/windowshomeserver/default.mspx">Windows Home Server</a>, which is a server operating system for the home. If you have multiple PC&#8217;s at home, this is an excellent way of organizing and sharing digitial stuff like photos, audio and video.</p>
<p>Some of the cool features:</p>
<ul>
<li>Your family&#8217;s digital memories and media organized in one central hub </li>
<li>Home PCs backed up daily, automatically </li>
<li>Simple recovery of lost files or even entire PCs </li>
<li>Complete access from networked PCs to all your Windows Home Server files </li>
<li>A personalized Web address for sharing your photos and home videos </li>
<li>Easy and quick setup </li>
<li>Expandable storage space for future use </li>
<li>Innovative third-party applications</li>
</ul>
<p>The Microsoft-powered home thing is getting real. I remember Bill Gates&#8217; vision &#8211; &#8220;<a href="http://www.microsoft.com/About/CompanyInformation/ourbusinesses/profile.mspx">A computer in every home</a>&#8220;. What next? A server in every home?!</p>
<p>Now, If I were to make a wishlist of the things I need in my dream home, it would include</p>
<ul>
<li>A Windows Vista Media Center PC connected to a plasma screen TV with <a href="http://www.microsoft.com/tv">Microsoft Mediaroom</a></li>
<li>A <a href="http://www.microsoft.com/windows/products/winfamily/windowshomeserver/default.mspx">Windows Home Server</a></li>
<li>Secure Wi-Fi connectivity </li>
<li>A <a href="http://microsoft.com/surface">Microsoft Surface</a> tabletop in the living room</li>
</ul>
<p>But of course, Wishlist is one thing, money is another <img src='http://www.microsoftnow.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2007/12/server-for-your-home.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free ISO image burning software for Vista</title>
		<link>http://www.microsoftnow.com/2007/11/free-iso-image-burning-software-for.html</link>
		<comments>http://www.microsoftnow.com/2007/11/free-iso-image-burning-software-for.html#comments</comments>
		<pubDate>Wed, 07 Nov 2007 04:48:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[burning]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[iso image]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2007/11/free-iso-image-burning-software-for-vista.html</guid>
		<description><![CDATA[Alex Feinman has developed an amazing freeware tool called ISO Recorder v3 that lets you burn ISO images directly from Windows Explorer. This, combined with the Send To > CD drive feature already built into Windows, will suffice for the basic media burning needs of most IT Pros. If all we ever wanted to do [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2007%252F11%252Ffree-iso-image-burning-software-for.html%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FhWVqiZ%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Free%20ISO%20image%20burning%20software%20for%20Vista%22%20%7D);"></div>
<p>Alex Feinman has developed an amazing freeware tool called <a href="http://isorecorder.alexfeinman.com/Vista.htm">ISO Recorder v3</a> that lets you burn ISO images directly from Windows Explorer. This, combined with the Send To > CD drive feature already built into Windows, will suffice for the basic media burning needs of most IT Pros.</p>
<p>If all we ever wanted to do was to burn files to a CD/DVD/ISO image or burn a CD/DVD image to media, there is no need to spend $$ on media burning software.</p>
<p>ISO Recorder v3 supports Windows Vista can burn both CD and DVD ISO images. Check out <a href="http://isorecorder.alexfeinman.com/Vista.htm">Alex&#8217;s website</a> for download and more information.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2007/11/free-iso-image-burning-software-for.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Error Reporting: A second look</title>
		<link>http://www.microsoftnow.com/2007/11/windows-error-reporting-second-look.html</link>
		<comments>http://www.microsoftnow.com/2007/11/windows-error-reporting-second-look.html#comments</comments>
		<pubDate>Mon, 05 Nov 2007 16:20:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[error reporting]]></category>
		<category><![CDATA[hotfix]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2007/11/windows-error-reporting-a-second-look.html</guid>
		<description><![CDATA[I was just looking at the Windows Vista Problem Reports and Solutions feature today. Windows Vista has been observing each time an application crashed on my PC. What&#8217;s more interesting is that it was actually finding out what went wrong by searching for known solutions to the same problem. All I had to do was [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2007%252F11%252Fwindows-error-reporting-second-look.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Windows%20Error%20Reporting%3A%20A%20second%20look%22%20%7D);"></div>
<p>I was just looking at the Windows Vista Problem Reports and Solutions feature today. Windows Vista has been observing each time an application crashed on my PC. What&#8217;s more interesting is that it was actually finding out what went wrong by searching for known solutions to the same problem.</p>
<p><a href="http://2.bp.blogspot.com/_lSGuEfogrPw/Ry_n_w-9geI/AAAAAAAAAWI/6qtTblZjqAI/s1600-h/WER.jpg"><img id="BLOGGER_PHOTO_ID_5129573583265038818" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_lSGuEfogrPw/Ry_n_w-9geI/AAAAAAAAAWI/6qtTblZjqAI/s400/WER.jpg" border="0" /></a> All I had to do was click on each problem displayed on this window and a solution pops up. And the best part is that most of the solutions actually does work!</p>
<p>Hmmm&#8230; Self-healing Windows. Interesting.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2007/11/windows-error-reporting-second-look.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows: A Journey Through Time</title>
		<link>http://www.microsoftnow.com/2007/09/windows-journey-through-time.html</link>
		<comments>http://www.microsoftnow.com/2007/09/windows-journey-through-time.html#comments</comments>
		<pubDate>Thu, 20 Sep 2007 05:22:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2007/09/windows-a-journey-through-time.html</guid>
		<description><![CDATA[I&#8217;ve just gathered the splash screens of all versions of Windows from Windows 1.01 to Windows Vista. Some of us reading this blog have probably lived to see all these splash screens on our desktops, others have seen only the last few. Notice that the Windows Vista splash screen (last screenshot) doesn&#8217;t have the Windows [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2007%252F09%252Fwindows-journey-through-time.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Windows%3A%20A%20Journey%20Through%20Time%22%20%7D);"></div>
<p>I&#8217;ve just gathered the splash screens of all versions of Windows from Windows 1.01 to Windows Vista. Some of us reading this blog have probably lived to see all these splash screens on our desktops, others have seen only the last few.</p>
<div><a href="http://1.bp.blogspot.com/_lSGuEfogrPw/RvFoAf5Ur9I/AAAAAAAAASQ/yWRjg-KwYUk/s1600-h/Win1.01.png"><img id="BLOGGER_PHOTO_ID_5111981409813442514" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_lSGuEfogrPw/RvFoAf5Ur9I/AAAAAAAAASQ/yWRjg-KwYUk/s400/Win1.01.png" border="0" /></a> </div>
<p><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFod_5Ur-I/AAAAAAAAASY/txnKkLbjqdA/s1600-h/Win2.03.png"><img id="BLOGGER_PHOTO_ID_5111981916619583458" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFod_5Ur-I/AAAAAAAAASY/txnKkLbjqdA/s400/Win2.03.png" border="0" /></a><br /><a href="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFtKv5UsRI/AAAAAAAAAUw/bZeRjbGr3F8/s1600-h/Win3.0.png"><img id="BLOGGER_PHOTO_ID_5111987083465240850" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFtKv5UsRI/AAAAAAAAAUw/bZeRjbGr3F8/s400/Win3.0.png" border="0" /></a>
<div><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFtD_5UsQI/AAAAAAAAAUo/jVafWSySlso/s1600-h/Win3.1.png"><img id="BLOGGER_PHOTO_ID_5111986967501123842" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFtD_5UsQI/AAAAAAAAAUo/jVafWSySlso/s400/Win3.1.png" border="0" /></a>
<div><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFs9_5UsPI/AAAAAAAAAUg/i3E-04840AQ/s1600-h/Win3.11.png"><img id="BLOGGER_PHOTO_ID_5111986864421908722" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFs9_5UsPI/AAAAAAAAAUg/i3E-04840AQ/s400/Win3.11.png" border="0" /></a>
<div><a href="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFsyv5UsOI/AAAAAAAAAUY/oqpBePvq7tg/s1600-h/WinNTAdv3.1.png"><img id="BLOGGER_PHOTO_ID_5111986671148380386" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFsyv5UsOI/AAAAAAAAAUY/oqpBePvq7tg/s400/WinNTAdv3.1.png" border="0" /></a></p>
<div><a href="http://1.bp.blogspot.com/_lSGuEfogrPw/RvFskf5UsNI/AAAAAAAAAUQ/rT4yePh4GqA/s1600-h/WinNTws3.5.png"><img id="BLOGGER_PHOTO_ID_5111986426335244498" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_lSGuEfogrPw/RvFskf5UsNI/AAAAAAAAAUQ/rT4yePh4GqA/s400/WinNTws3.5.png" border="0" /></a>
<div><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFsU_5UsMI/AAAAAAAAAUI/F2QMQb8fIAo/s1600-h/WinNT3.5.png"><img id="BLOGGER_PHOTO_ID_5111986160047272130" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFsU_5UsMI/AAAAAAAAAUI/F2QMQb8fIAo/s400/WinNT3.5.png" border="0" /></a></p>
<div><a href="http://4.bp.blogspot.com/_lSGuEfogrPw/RvFsMP5UsLI/AAAAAAAAAUA/JiqDEPm6-SI/s1600-h/WinNTws3.51.png"><img id="BLOGGER_PHOTO_ID_5111986009723416754" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_lSGuEfogrPw/RvFsMP5UsLI/AAAAAAAAAUA/JiqDEPm6-SI/s400/WinNTws3.51.png" border="0" /></a>
<div><a href="http://4.bp.blogspot.com/_lSGuEfogrPw/RvFsDP5UsKI/AAAAAAAAAT4/S6dtKRfkXUY/s1600-h/WinNT3.51.png"><img id="BLOGGER_PHOTO_ID_5111985855104594082" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_lSGuEfogrPw/RvFsDP5UsKI/AAAAAAAAAT4/S6dtKRfkXUY/s400/WinNT3.51.png" border="0" /></a>
<div><a href="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFrqv5UsJI/AAAAAAAAATw/BdOZIEZNGsM/s1600-h/Win95.png"><img id="BLOGGER_PHOTO_ID_5111985434197799058" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFrqv5UsJI/AAAAAAAAATw/BdOZIEZNGsM/s400/Win95.png" border="0" /></a>
<div><a href="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFrav5UsII/AAAAAAAAATo/tvLe_y97bJU/s1600-h/WinNT4ws.png"><img id="BLOGGER_PHOTO_ID_5111985159319892098" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFrav5UsII/AAAAAAAAATo/tvLe_y97bJU/s400/WinNT4ws.png" border="0" /></a>
<div><a href="http://4.bp.blogspot.com/_lSGuEfogrPw/RvFqFP5UsHI/AAAAAAAAATg/VUxlfiu3KQ0/s1600-h/WinNT4.png"><img id="BLOGGER_PHOTO_ID_5111983690441076850" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_lSGuEfogrPw/RvFqFP5UsHI/AAAAAAAAATg/VUxlfiu3KQ0/s400/WinNT4.png" border="0" /></a>
<div><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFp7_5UsGI/AAAAAAAAATY/AUmtnhtIGOc/s1600-h/Win98.png"><img id="BLOGGER_PHOTO_ID_5111983531527286882" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFp7_5UsGI/AAAAAAAAATY/AUmtnhtIGOc/s400/Win98.png" border="0" /></a>
<div><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFpw_5UsFI/AAAAAAAAATQ/gHdAeW2DXIw/s1600-h/Win2000.png"><img id="BLOGGER_PHOTO_ID_5111983342548725842" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFpw_5UsFI/AAAAAAAAATQ/gHdAeW2DXIw/s400/Win2000.png" border="0" /></a></p>
<div><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFpq_5UsEI/AAAAAAAAATI/_uQyuBtFg4s/s1600-h/WinME.png"><img id="BLOGGER_PHOTO_ID_5111983239469510722" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFpq_5UsEI/AAAAAAAAATI/_uQyuBtFg4s/s400/WinME.png" border="0" /></a>
<div><a href="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFpiv5UsDI/AAAAAAAAATA/GjxqRzVI0KU/s1600-h/WinXP_home.png"><img id="BLOGGER_PHOTO_ID_5111983097735589938" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFpiv5UsDI/AAAAAAAAATA/GjxqRzVI0KU/s400/WinXP_home.png" border="0" /></a>
<div><a href="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFo9v5UsCI/AAAAAAAAAS4/LKEbp-FmmGU/s1600-h/WinXP_pro.png"><img id="BLOGGER_PHOTO_ID_5111982462080430114" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFo9v5UsCI/AAAAAAAAAS4/LKEbp-FmmGU/s400/WinXP_pro.png" border="0" /></a>
<div><a href="http://4.bp.blogspot.com/_lSGuEfogrPw/RvFo3P5UsBI/AAAAAAAAASw/TKI1ocAAcEQ/s1600-h/WinXP_x64.png"><img id="BLOGGER_PHOTO_ID_5111982350411280402" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_lSGuEfogrPw/RvFo3P5UsBI/AAAAAAAAASw/TKI1ocAAcEQ/s400/WinXP_x64.png" border="0" /></a>
<div><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFot_5UsAI/AAAAAAAAASo/jRhBF6-LDxw/s1600-h/Win2003.png"><img id="BLOGGER_PHOTO_ID_5111982191497490434" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/RvFot_5UsAI/AAAAAAAAASo/jRhBF6-LDxw/s400/Win2003.png" border="0" /></a>
<div><a href="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFoov5Ur_I/AAAAAAAAASg/0LZb8IT7k3o/s1600-h/WinVista.png"><img id="BLOGGER_PHOTO_ID_5111982101303177202" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_lSGuEfogrPw/RvFoov5Ur_I/AAAAAAAAASg/0LZb8IT7k3o/s400/WinVista.png" border="0" /></a>
<div>
<div></div>
<p>
<div></div>
<div>Notice that the Windows Vista splash screen (last screenshot) doesn&#8217;t have the Windows Logo or the Vista branding. It&#8217;s essentially a progress bar and a copyright message. </p>
<p>I&#8217;ve been around Windows since Win<br />
dows 3.1 all the way till Windows Vista. Long way, huh?</p></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2007/09/windows-journey-through-time.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

