<?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>Noël Flash &#187; Technology</title>
	<atom:link href="http://noelflash.com/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://noelflash.com</link>
	<description>Blog about Technology, Photography, Auto&#039;s &#38; More</description>
	<lastBuildDate>Tue, 13 Jul 2010 12:35:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Outlook 2010 No Autocorrect Options &#8211; Fixed!</title>
		<link>http://noelflash.com/outlook-2010-no-autocorrect-options-fixed.html</link>
		<comments>http://noelflash.com/outlook-2010-no-autocorrect-options-fixed.html#comments</comments>
		<pubDate>Tue, 13 Jul 2010 12:35:42 +0000</pubDate>
		<dc:creator>Noel Adams</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://noelflash.com/?p=2155</guid>
		<description><![CDATA[Just found out if you recently upgraded to Outlook 2010 and no longer have the auto correct options.&#160;&#160; All you have to do is copy winword.exe to the office14 folder. This may work with other office versions too but here is where it needs to be copied and stuff. Example: Copy Winword.exe from here C:\Program [...]]]></description>
			<content:encoded><![CDATA[<p>Just found out if you recently upgraded to Outlook 2010 and no longer have the auto correct options.&nbsp;&nbsp; All you have to do is copy winword.exe to the office14 folder. This may work with other office versions too but here is where it needs to be copied and stuff.</p>
<p>Example:</p>
<p>Copy Winword.exe from here C:\Program Files\Microsoft Office\Office12\</p>
<p>to</p>
<p>C:\Program Files\Microsoft Office\Office14</p>
<p>&nbsp;</p>
<p>Note: I take no responsibility if you mess up your software if you do a simple copy you should be fine. </p>
]]></content:encoded>
			<wfw:commentRss>http://noelflash.com/outlook-2010-no-autocorrect-options-fixed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 Not getting group policy</title>
		<link>http://noelflash.com/internet-explorer-8-not-getting-group-policy.html</link>
		<comments>http://noelflash.com/internet-explorer-8-not-getting-group-policy.html#comments</comments>
		<pubDate>Thu, 01 Jul 2010 21:41:38 +0000</pubDate>
		<dc:creator>Noel Adams</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://noelflash.com/?p=2153</guid>
		<description><![CDATA[Ran into this issue due to using the windows ieak toolkit for Internet Explorer 7/8 to compile a custom exe.&#160; Well everything initially tested okay and after deployment we noticed that IE7 and IE8 was not operational anymore.&#160; They would get a internal webpage but nothing else like the settings are being blocked from group [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into this issue due to using the windows ieak toolkit for Internet Explorer 7/8 to compile a custom exe.&nbsp; Well everything initially tested okay and after deployment we noticed that IE7 and IE8 was not operational anymore.&nbsp; They would get a internal webpage but nothing else like the settings are being blocked from group policy, well sort of&#8230;&#8230;</p>
<p>I found that when creating the custom exe from the ieak toolkit it left in some options that actually were the cause.&nbsp; look in C:\Program Files\Internet Explorer\CUSTOM\</p>
<p>There was a file in there called install.ins and when you open the file you will see the last line was the whole problem&#8230;.&nbsp; What we did was compile a runas program that will just delete this file off of all workstations instead of worrying about the contents of the file.&nbsp; Once the file has been removed group policy for internet explorer works just fine.&nbsp; If you want to keep the install.ins file then remove everything below proxy including the line that says proxy.</p>
<p>[Branding]<br />
	Type=2<br />
	Wizard_Version=6.0.5730.13<br />
	Custom_Key=<br />
	Language Locale=EN<br />
	Language ID=1033<br />
	NoBrowserDefault=0<br />
	AutoUpdate=0<br />
	NoBackup=0<br />
	Silent Install=0<br />
	StealthInstall=1<br />
	RestartOption=1<br />
	NoSearchGuide=1<br />
	FavoritesOnTop=0<br />
	NoFavorites=1<br />
	NoLinks=1<br />
	NoRSSFeeds=1<br />
	CMProfilePath=<br />
	CMProfileName=<br />
	CMUseCustom=0<br />
	Platform=1<br />
	[Media]<br />
	Build_CD=0<br />
	Build_LAN=1<br />
	Build_BrandingOnly=0<br />
	[IEAKLite]<br />
	Sign-up Settings=1<br />
	Certificate Customization=1<br />
	[CDCustomFiles]<br />
	InstallIEVersion=7,0,5730,13<br />
	[SearchProviders]<br />
	URL1=http://www.google.com/search?q={searchTerms}&amp;sourceid=ie7&amp;rls=com.microsoft:{language}:{referrer:source}&amp;ie={inputEncoding?}&amp;oe={outputEncoding?}<br />
	SortIndex1=1<br />
	Default1=1<br />
	DisplayName1=Google<br />
	[URL]<br />
	Home_Page=http://www.msn.com<br />
	MergePreviousHomePages=0<br />
	NoWelcome=1<br />
	AutoDetect=1<br />
	AutoConfig=0<br />
	[Proxy]<br />
	HTTP_Proxy_Server=<br />
	FTP_Proxy_Server=<br />
	Gopher_Proxy_Server=<br />
	Secure_Proxy_Server=<br />
	Socks_Proxy_Server=<br />
	Use_Same_Proxy=1<br />
	Proxy_Enable=0<br />
	<span style="background-color: rgb(255, 255, 0);"><strong><em><u>Proxy_Override=&lt;local&gt;</u></em></strong></span><br />
	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://noelflash.com/internet-explorer-8-not-getting-group-policy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://noelflash.com/2152.html</link>
		<comments>http://noelflash.com/2152.html#comments</comments>
		<pubDate>Thu, 10 Jun 2010 03:55:01 +0000</pubDate>
		<dc:creator>Noel Adams</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://noelflash.com/2152.html</guid>
		<description><![CDATA[Special&#160; thanks to Santhosh Sivarajan&#39;s blog we have some free ebooks from Microsoft for anyone who wants to brush up on the latest they have to offer. Windows 7 Product Guide Download Introducing SQL Server 2008 R2 Download Introducing Windows 2008 R2 Download Understanding Microsoft Virtualization Solutions Download Deploying Windows 7 &#8211; Essential Guidance Download [...]]]></description>
			<content:encoded><![CDATA[<p>Special&nbsp; thanks to <a href="http://portal.sivarajan.com/2010/06/free-ebooks-from-microsoft-updated.html" mce_href="http://portal.sivarajan.com/2010/06/free-ebooks-from-microsoft-updated.html">Santhosh Sivarajan&#39;s</a> blog we have some free ebooks from Microsoft for anyone who wants to brush up on the latest they have to offer.</p>
<p><b>Windows 7 Product Guide</b></p>
<p><a href="http://lh5.ggpht.com/_kv_Du1FpJkk/TAnMOPfXabI/AAAAAAAAAe4/Tf2ZnON6qqM/s1600-h/image%5B3%5D.png" mce_href="http://lh5.ggpht.com/_kv_Du1FpJkk/TAnMOPfXabI/AAAAAAAAAe4/Tf2ZnON6qqM/s1600-h/image%5B3%5D.png"><img alt="image" border="0" height="198" mce_src="http://lh3.ggpht.com/_kv_Du1FpJkk/TAnMOg1nt_I/AAAAAAAAAe8/9jdKEGM7S5s/image_thumb%5B1%5D.png?imgmax=800" src="http://lh3.ggpht.com/_kv_Du1FpJkk/TAnMOg1nt_I/AAAAAAAAAe8/9jdKEGM7S5s/image_thumb%5B1%5D.png?imgmax=800" title="image" width="154" /></a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=B3C68EC2-E726-4830-AC89-31C71D6BE5F3&amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=B3C68EC2-E726-4830-AC89-31C71D6BE5F3&amp;displaylang=en" target="_blank"><b>Download</b></a></p>
<p><b>Introducing SQL Server 2008 R2</b></p>
<p><a href="http://lh5.ggpht.com/_kv_Du1FpJkk/TAnMOweAyuI/AAAAAAAAAfA/G5n89H8zdzU/s1600-h/clip_image002%5B3%5D.jpg" mce_href="http://lh5.ggpht.com/_kv_Du1FpJkk/TAnMOweAyuI/AAAAAAAAAfA/G5n89H8zdzU/s1600-h/clip_image002%5B3%5D.jpg"><img alt="clip_image002" border="0" height="190" mce_src="http://lh4.ggpht.com/_kv_Du1FpJkk/TAnMPJjKAGI/AAAAAAAAAfE/PfsJuq1pYXc/clip_image002_thumb.jpg?imgmax=800" src="http://lh4.ggpht.com/_kv_Du1FpJkk/TAnMPJjKAGI/AAAAAAAAAfE/PfsJuq1pYXc/clip_image002_thumb.jpg?imgmax=800" title="clip_image002" width="154" /></a></p>
<p><a href="http://go.microsoft.com/fwlink/?LinkId=189147" mce_href="http://go.microsoft.com/fwlink/?LinkId=189147" target="_blank"><b>Download</b></a></p>
<p><b>Introducing Windows 2008 R2</b></p>
<p><a href="http://lh5.ggpht.com/_kv_Du1FpJkk/S6U3pg5hTrI/AAAAAAAAAZI/OVYJXex8wWg/s1600-h/image%5B3%5D.png" mce_href="http://lh5.ggpht.com/_kv_Du1FpJkk/S6U3pg5hTrI/AAAAAAAAAZI/OVYJXex8wWg/s1600-h/image%5B3%5D.png"><img alt="image" border="0" height="183" mce_src="http://lh3.ggpht.com/_kv_Du1FpJkk/S6U3qTMoPoI/AAAAAAAAAZM/kOs1OkDTQ18/image_thumb%5B1%5D.png?imgmax=800" src="http://lh3.ggpht.com/_kv_Du1FpJkk/S6U3qTMoPoI/AAAAAAAAAZM/kOs1OkDTQ18/image_thumb%5B1%5D.png?imgmax=800" title="image" width="150" /></a></p>
<p><a href="http://download.microsoft.com/download/5/C/0/5C0BD0AB-040D-4C56-A60B-661001012DDA/Windows_Server_2008_R2_e-book.pdf" mce_href="http://download.microsoft.com/download/5/C/0/5C0BD0AB-040D-4C56-A60B-661001012DDA/Windows_Server_2008_R2_e-book.pdf" target="_blank"><b>Download</b></a></p>
<p><b>Understanding Microsoft Virtualization Solutions</b></p>
<p><a href="http://lh3.ggpht.com/_kv_Du1FpJkk/S6U3rdVUB6I/AAAAAAAAAZQ/q6UNrJeBp20/s1600-h/image%5B7%5D.png" mce_href="http://lh3.ggpht.com/_kv_Du1FpJkk/S6U3rdVUB6I/AAAAAAAAAZQ/q6UNrJeBp20/s1600-h/image%5B7%5D.png"><img alt="image" border="0" height="183" mce_src="http://lh3.ggpht.com/_kv_Du1FpJkk/S6U3sMFF5fI/AAAAAAAAAZU/LpAZQtpli9Y/image_thumb%5B3%5D.png?imgmax=800" src="http://lh3.ggpht.com/_kv_Du1FpJkk/S6U3sMFF5fI/AAAAAAAAAZU/LpAZQtpli9Y/image_thumb%5B3%5D.png?imgmax=800" title="image" width="150" /></a></p>
<p><b><a href="http://www.sivarajan.com/scripts/Virtulization%20Solutions.pdf" mce_href="http://www.sivarajan.com/scripts/Virtulization%20Solutions.pdf" target="_blank">Download</a></b></p>
<p><b>Deploying Windows 7 &#8211; Essential Guidance</b></p>
<p><a href="http://lh3.ggpht.com/_kv_Du1FpJkk/S6U3tJfNXsI/AAAAAAAAAZY/XJc1X_yvGo4/s1600-h/image%5B11%5D.png" mce_href="http://lh3.ggpht.com/_kv_Du1FpJkk/S6U3tJfNXsI/AAAAAAAAAZY/XJc1X_yvGo4/s1600-h/image%5B11%5D.png"><img alt="image" border="0" height="191" mce_src="http://lh4.ggpht.com/_kv_Du1FpJkk/S6U3thNkVPI/AAAAAAAAAZc/mHBDExv-ww8/image_thumb%5B5%5D.png?imgmax=800" src="http://lh4.ggpht.com/_kv_Du1FpJkk/S6U3thNkVPI/AAAAAAAAAZc/mHBDExv-ww8/image_thumb%5B5%5D.png?imgmax=800" title="image" width="150" /></a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=EE2A1D38-88A9-43B3-95BC-7E962F0B6030&amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=EE2A1D38-88A9-43B3-95BC-7E962F0B6030&amp;displaylang=en" target="_blank"><b>Download</b></a></p>
<p><b>First Look Microsoft Office 2010</b></p>
<p><a href="http://lh3.ggpht.com/_kv_Du1FpJkk/S6U3ugvz5cI/AAAAAAAAAZg/8XlYmy0XRNg/s1600-h/image%5B15%5D.png" mce_href="http://lh3.ggpht.com/_kv_Du1FpJkk/S6U3ugvz5cI/AAAAAAAAAZg/8XlYmy0XRNg/s1600-h/image%5B15%5D.png"><img alt="image" border="0" height="181" mce_src="http://lh4.ggpht.com/_kv_Du1FpJkk/S6U3vHbC9DI/AAAAAAAAAZk/skMWrzGiN-I/image_thumb%5B7%5D.png?imgmax=800" src="http://lh4.ggpht.com/_kv_Du1FpJkk/S6U3vHbC9DI/AAAAAAAAAZk/skMWrzGiN-I/image_thumb%5B7%5D.png?imgmax=800" title="image" width="150" /></a></p>
<p><a href="http://cid-d7229b252a0ad6f2.skydrive.live.com/self.aspx/Public/693876ebook.pdf" mce_href="http://cid-d7229b252a0ad6f2.skydrive.live.com/self.aspx/Public/693876ebook.pdf" target="_blank"><b>Download</b></a></p>
]]></content:encoded>
			<wfw:commentRss>http://noelflash.com/2152.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Application Compatibility List for IT Professionals -March 2010</title>
		<link>http://noelflash.com/windows-7-application-compatibility-list-for-it-professionals-march-2010.html</link>
		<comments>http://noelflash.com/windows-7-application-compatibility-list-for-it-professionals-march-2010.html#comments</comments>
		<pubDate>Sun, 28 Mar 2010 13:43:46 +0000</pubDate>
		<dc:creator>Noel Adams</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[application compatibility]]></category>

		<guid isPermaLink="false">http://noelflash.com/?p=2150</guid>
		<description><![CDATA[The Windows 7 Application Compatibility List for IT Professionals is a Microsoft Office Excel-based spreadsheet listing software applications which have met Windows 7 Logo Program testing requirements for compatibility with 32-bit and 64-bit Windows 7, and have thereby earned the right to display the Windows 7 Logo Program logo with the application. These products are [...]]]></description>
			<content:encoded><![CDATA[<p>	The Windows 7 Application Compatibility List for IT Professionals is a Microsoft Office Excel-based spreadsheet listing software applications which have met Windows 7 Logo Program testing requirements for compatibility with 32-bit and 64-bit Windows 7, and have thereby earned the right to display the Windows 7 Logo Program logo with the application. These products are identified with the compatibility status &ldquo;Compatible &ndash; Windows 7 Logo.&rdquo;<br />
	Additionally, this list includes applications with the following compatibility statuses: &ldquo;Compatible,&rdquo; &ldquo;Free Update Required,&rdquo; &ldquo;Paid Update Required,&rdquo; &ldquo;Future Compatibility,&rdquo; and &ldquo;Not Compatible.&rdquo; These statuses are based upon the software publishers&rsquo; statements of compatibility. These products have not met the Windows 7 Logo Program testing requirements. For an explanation of the various compatibility statuses, please see the Release Notes for the Windows 7 Application Compatibility List.</p>
<p>
	For the latest collection of compatible applications and hardware devices, please visit the Windows 7 Compatibility Center. You can also leave feedback on compatibility and suggest new products to get added in future reports. </p>
<p>&nbsp;</p>
<p>http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=890e522e-e39e-4278-aebc-186f81e29173&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+MicrosoftDownloadCenter+%28Microsoft+Download+Center%29#tm</p>
]]></content:encoded>
			<wfw:commentRss>http://noelflash.com/windows-7-application-compatibility-list-for-it-professionals-march-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office 2010 Gets More Social</title>
		<link>http://noelflash.com/microsoft-office-2010-gets-more-social.html</link>
		<comments>http://noelflash.com/microsoft-office-2010-gets-more-social.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 01:51:08 +0000</pubDate>
		<dc:creator>Noel Adams</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://noelflash.com/?p=2144</guid>
		<description><![CDATA[Back in November 2009, we introduced the Outlook Social Connector and announced our first partnership with LinkedIn. The Outlook Social Connector is a set of new features that bring together communications history, contact information, and professional and social networking information into the Outlook experience. Most importantly, it brings all of your friends, family and colleagues [...]]]></description>
			<content:encoded><![CDATA[<p>Back in November 2009, we <a href="http://blogs.msdn.com/outlook/archive/2009/11/18/announcing-the-outlook-social-connector.aspx" target="_blank">introduced the Outlook Social Connector</a> and announced our first partnership with <strong>LinkedIn</strong>. The Outlook Social Connector is a set of new features that bring together communications history, contact information, and professional and social networking information into the Outlook experience. Most importantly, it brings all of your friends, family and colleagues into one place, making it easier than ever to stay in touch with the people you care about.</p>
<p>Today we&rsquo;re expanding that reach in two ways:</p>
<p>1. The <strong>LinkedIn</strong> download for the Outlook Social Connector is available today at <a href="http://www.linkedin.com/outlook" target="_blank">www.LinkedIn.com/outlook</a>. <br />
	2. We&rsquo;re announcing new Outlook integrations with <strong>Facebook,</strong> the leading social website in the world, and <strong>MySpace</strong>.</p>
<p>&nbsp;</p>
<div class="ImgCaptMain" style="width: 475px; height: 230px;"><img alt="Outlook Social Connector" border="0" src="http://www.microsoft.com/presspass/images/features/2010/02-17OSC_close-all-networks.jpg" style="width: 475px; height: 152px;" /></p>
<div class="ImgCaptDescBox">
<div class="ImgCaptDescBg">
<div class="ImgCaptDesc">The Outlook Social Connector allows users to see e-mail and social activities for a contact in their network across multiple social networks, including Facebook and LinkedIn.</div>
</p></div>
</p></div>
</div>
<p>Stay tuned to the Outlook team blog for availability of the Facebook and MySpace download for the Outlook Social Connector at <a href="http://blogs.msdn.com/outlook/" target="_blank">http://blogs.msdn.com/outlook/</a></p>
<p><a href="http://blogs.msdn.com/outlook/">Full Story At Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noelflash.com/microsoft-office-2010-gets-more-social.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 USB/DVD Download Tool</title>
		<link>http://noelflash.com/windows-7-usbdvd-download-tool.html</link>
		<comments>http://noelflash.com/windows-7-usbdvd-download-tool.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 03:12:45 +0000</pubDate>
		<dc:creator>Noel Adams</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Install 7 From USB]]></category>
		<category><![CDATA[USB Tool]]></category>
		<category><![CDATA[Windows 7 USB Tool]]></category>

		<guid isPermaLink="false">http://noelflash.com/?p=2141</guid>
		<description><![CDATA[When you purchase Windows 7 from Microsoft Store, you have the option to download an ISO file or compressed files. The Windows 7 USB/DVD Download tool allows you to create a copy of your Windows 7 ISO file on a USB flash drive or a DVD. To create a bootable DVD or USB flash drive, [...]]]></description>
			<content:encoded><![CDATA[<p>When you purchase Windows 7 from Microsoft Store, you have the option to download an ISO file or compressed files. The Windows 7 USB/DVD Download tool allows you to create a copy of your Windows 7 ISO file on a USB flash drive or a DVD. To create a bootable DVD or USB flash drive, download the ISO file and then run the Windows 7 USB/DVD Download tool. Once this is done, you can install Windows 7 directly from the USB flash drive or DVD. </p>
<p>	The ISO file contains all the Windows 7 installation files combined into a single uncompressed file. When you download the ISO file, you need to copy it to some medium in order to install Windows 7. This tool allows you to create a copy of the ISO file to a USB flash drive or a DVD. To install Windows 7 from your USB flash drive or DVD, all you need to do is insert the USB flash drive into your USB port or insert your DVD into your DVD drive and run Setup.exe from the root folder on the drive. </p>
<p>	<b>Note:</b> You cannot install Windows 7 from the ISO file until you copy it to a USB flash drive or DVD with the Windows 7 USB/DVD Download tool and install from there. </p>
<p>	The copy of the ISO file that the Windows 7 USB/DVD Download tool creates is bootable. Bootable media allows you to install Windows 7 without having to first run an existing operating system on your machine. If you change the boot order of drives in your computer&#39;s BIOS, you can run the Windows 7 installation directly from your USB flash drive or DVD when you turn on your computer. Please see the documentation for your computer for information on how to change the BIOS boot order of drives. </p>
<p>	You may make one copy of the ISO file on a disc, USB flash drive or other media in order to install the software on a computer. Once you have installed the software on a computer, the license terms that accompany the software apply to your use of the software and replace these terms. The license terms for Windows 7, once accepted, permit you to make one copy of the software as a back-up copy for reinstallation on the licensed computer. If you do not delete the copy of the ISO file you made to install the software on your computer, then the copy of the ISO file constitutes your back-up copy.</p>
<div id="t2">
<h3 id="at2">Installation</h3>
<p><b>To install the Windows 7 USB/DVD Download tool:</b></p>
<ol>
<li><a href="http://images2.store.microsoft.com/prod/clustera/framework/w7udt/1.0/en-us/Windows7-USB-DVD-tool.exe" target="_blank" title="Click here">Click here</a> to download the Windows 7 USB/DVD Download tool installation file.</li>
<li>When you are prompted to either save the file to disk or run it, choose <b>Run</b>.</li>
<li>Follow the steps in the setup dialogs. You&#39;ll have the option to specify where to install the Windows 7 USB/DVD Download tool and whether to create shortcuts on your Start Menu or Windows Desktop.</li>
</ol>
<p>You need to be an administrator on the computer you are installing the Windows 7 USB/DVD Download tool on. The tool requires the Microsoft .NET Framework version 2.0 or higher.</p>
<p>
	<b>System Requirements</b> </p>
<ul>
<li>
<p>Windows XP SP2, Windows Vista, or Windows 7 (32-bit or 64-bit)</p>
</li>
<li>
<p>Pentium 233-megahertz (MHz) processor or faster (300 MHz is recommended)</p>
</li>
<li>
<p>50MB of free space on your hard drive</p>
</li>
<li>
<p>DVD-R drive or 4GB removable USB flash drive</p>
</li>
</ul>
<p>
	<b>For Windows XP Users</b> <br />
	The following applications must be installed prior to installing the tool:</p>
<ul>
<li>Microsoft .NET Framework v2 must be installed. It can be downloaded <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here.</a></li>
<li>Microsoft Image Mastering API v2 must be installed. It can be downloaded <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B5F726F1-4ACE-455D-BAD7-ABC4DD2F147B&amp;displaylang=en" target="_blank">here.</a></li>
</ul>
</div>
<div id="t3">
<h3 id="at3">Using the Windows 7 USB/DVD Download Tool</h3>
<p>Before you run the Windows 7 USB/DVD Download tool, make sure that you have already purchased Windows 7 ISO download from Microsoft Store and have downloaded the Windows 7 ISO file to your hard drive. If you have purchased Windows 7 but have not yet downloaded the ISO file, you can download the file from your <a href="https://store.microsoft.com/account/" title="Microsoft Store Account">Microsoft Store Account</a>.</p>
<p>	<b>To make a copy of your Windows 7 ISO file:</b> </p>
<ol>
<li>Click the Windows <b>Start button</b>, and click <b>Windows 7 USB/DVD Download tool</b> in the <b>All Programs</b> list to open the Windows 7 USB/DVD Download tool.</li>
<li>In the <b>Source File</b> box, type the name and path of your Windows 7 ISO file, or click <b>Browse</b> and select the file in the <b>Open</b> dialog box.</li>
<li>Select <b>USB</b> to create a copy on a USB flash drive or DVD to create a copy on a DVD disk, then click Next.</li>
<li>If you are copying the file to a USB flash drive, select your USB device in the dropdown list and click <b>Begin copying</b>. If you are copying the file up to a <b>DVD</b>, click <b>Begin burning</b>.</li>
</ol>
<p>
		When your Windows 7 ISO file is copied onto your chosen media, you can install Windows 7 by navigating to the root of your DVD or USB flash drive and double-clicking Setup.exe.</p>
<p><a href="http://store.microsoft.com/Help/ISO-Tool"><br />
		Source</a></p>
<p>&nbsp;</p>
<p><span class="status">V3HRYVG5DF87</span></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://noelflash.com/windows-7-usbdvd-download-tool.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Support for Windows 2000 ends on July 13, 2010</title>
		<link>http://noelflash.com/support-for-windows-2000-ends-on-july-13-2010.html</link>
		<comments>http://noelflash.com/support-for-windows-2000-ends-on-july-13-2010.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 01:49:43 +0000</pubDate>
		<dc:creator>Noel Adams</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows 2000]]></category>

		<guid isPermaLink="false">http://noelflash.com/?p=2138</guid>
		<description><![CDATA[The Windows 2000 End-of-Support Solution Center is a starting point for planning your migration strategy from Windows 2000 to Windows 7, Windows Server 2003, Windows Server 2008 or Windows Server 2008 R2. For more information please see the Microsoft Support Lifecycle Policy. Planning and AssessingMigrating Server RolesNetworking Server RolesSmall Business ServerClient MigrationApplication CompatibilityAsk the CommunityAssisted [...]]]></description>
			<content:encoded><![CDATA[<p>The Windows 2000 End-of-Support Solution Center is a starting point for planning your migration strategy from Windows 2000 to Windows 7, Windows Server 2003, Windows Server 2008 or Windows Server 2008 R2.</p>
<p><img alt="" height="115" src="http://support.microsoft.com/library/images/support/CN/win2klogo.png" style="display: block; float: none; margin-left: auto; margin-right: auto;" width="175" /></p>
<p>For more information please see the <a href="http://support.microsoft.com/lifecycle" target="_blank">Microsoft Support Lifecycle Policy</a>.</p>
<p><a href="http://support.microsoft.com/ph/1131" target="_blank">Planning and Assessing</a><a href="http://support.microsoft.com/ph/1131" target="_blank">Migrating Server Roles</a><a href="http://support.microsoft.com/ph/1131" target="_blank">Networking Server Roles</a><a href="http://support.microsoft.com/ph/1131" target="_blank">Small Business Server</a><a href="http://support.microsoft.com/ph/1131" target="_blank">Client Migration</a><a href="http://support.microsoft.com/ph/1131" target="_blank">Application Compatibility</a><a href="http://support.microsoft.com/ph/1131" target="_blank">Ask the Community</a><a href="http://support.microsoft.com/ph/1131" target="_blank">Assisted Support</a></p>
<h4>Planning and Assessing</h4>
<h5>Planning and Assessing a Migration or Upgrade to Windows Server 2008 R2</h5>
<p>A direct upgrade from Windows 2000 to Windows Server 2008 R2 <strong>is not supported</strong>. The resources below provide information about migration paths.</p>
<p><a href="http://www.microsoft.com/windowsserver2008/en/us/product-information.aspx" target="_blank"><strong>Windows Server 2008 R2 Product Home Page</strong></a> <br />
	Visit the Windows Server Home Page for product information, trial software, purchasing options, technical resources, case studies and more.</p>
<p><a href="http://www.microsoft.com/windowsserver2008/en/us/system-requirements.aspx" target="_blank"><strong>Windows Server 2008 R2 System Requirements</strong></a> <br />
	Before upgrading your system from Windows 2000 to Windows 2008 R2, be sure your hardware meets the Windows Server 2008 R2 system requirements. Assuming your hardware meets the requirements for Windows Server 2008 R2, upgrading is a two-step process. You must first upgrade your system to Windows Server 2003 SP2 (or later) and then upgrade to Windows Server 2008 R2.</p>
<p><a href="http://technet.microsoft.com/en-us/library/dd979563%28WS.10%29.aspx" target="_blank"><strong>Windows Server 2008 R2 Upgrade Paths</strong></a> <br />
	This document outlines supported and unsupported upgrade paths for editions of the Windows Server 2008 R2 operating system.</p>
<p><a href="http://technet.microsoft.com/en-us/solutionaccelerators/dd537573.aspx" target="_blank"><strong>Assessment and Planning Toolkit for Windows Server 2008 R2</strong></a> <br />
	The Microsoft Assessment and Planning (MAP) Toolkit is a powerful inventory, assessment, and reporting tool that can securely assess IT environments for various platform migrations and virtualization without the use of any software agents. NOTE: The oldest operating system supported by this tool is Windows Server 2003 SP2.</p>
<p><a href="http://technet.microsoft.com/en-us/library/dd379545%28WS.10%29.aspx" target="_blank"><strong>Windows Server Migration Tools</strong></a> <br />
	Administrators can use Windows Server Migration Tools to migrate server roles, features, operating system settings, and other data and shares to computers that are running Windows Server 2008 R2. NOTE: The oldest operating system supported by this tool is Windows Server 2003 SP2.</p>
<p><a href="http://technet.microsoft.com/en-us/library/ee681713%28WS.10%29.aspx" target="_blank"><strong>Windows Server 2008 R2 Deprecated Features</strong></a> <br />
	This document provides is a list of deprecated features and functionalities in Windows 7 and Windows Server 2008 R2 and is intended for IT professionals who are updating operating systems in a commercial environment.</p>
<p><a href="http://technet.microsoft.com/en-us/solutionaccelerators/dd407791.aspx" target="_blank"><strong>Microsoft Deployment Toolkit</strong></a> <br />
	Microsoft Deployment Toolkit 2010 (MDT 2010) provides a common console with the comprehensive tools and guidance needed to efficiently manage deployment of Windows 7 and Windows Server 2008 R2.</p>
<h5>Planning and Assessing a Migration or Upgrade to Windows 7</h5>
<p>&nbsp;</p>
<p>Source: www.bink.nu</p>
]]></content:encoded>
			<wfw:commentRss>http://noelflash.com/support-for-windows-2000-ends-on-july-13-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nintendo Wii to Add Netflix Service for Streaming Video</title>
		<link>http://noelflash.com/nintendo-wii-to-add-netflix-service-for-streaming-video.html</link>
		<comments>http://noelflash.com/nintendo-wii-to-add-netflix-service-for-streaming-video.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 02:32:21 +0000</pubDate>
		<dc:creator>Noel Adams</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[nintendo wii]]></category>
		<category><![CDATA[wii netflix]]></category>

		<guid isPermaLink="false">http://noelflash.com/?p=2136</guid>
		<description><![CDATA[Finally, another reason to purchase a Wii! &#160; Nintendo is bringing Netflix&#8217;s online streaming video service to its Wii gaming console, the most popular in the industry, the companies plan to announce Wednesday. The service lets subscribers choose from a catalog of generally older movies and television shows and watch them instantly. The deal is [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, another reason to purchase a Wii!</p>
<p>&nbsp;</p>
<p>Nintendo is bringing <a href="http://topics.nytimes.com/top/news/business/companies/netflix-inc/index.html?inline=nyt-org" title="More information about Netflix Inc">Netflix</a>&rsquo;s online streaming video service to its Wii gaming console, the most popular in the industry, the companies plan to announce Wednesday. The service lets subscribers choose from a catalog of generally older movies and television shows and watch them instantly.</p>
<p>The deal is further evidence of a movement by makers of game consoles to broaden their appeal by positioning them as a bridge between the living room television and a wider world of online multimedia.</p>
<p>So far those efforts have not been enough to calm anxieties about the overall direction of the $16.8 billion video game business. The industry is threatened by a dearth of popular new franchises, which tend to attract gamers to an endless number of sequels, as well as the sudden rise of cheap games for smartphones and free casual games on social networks.</p>
<p>&ldquo;You just have to wonder if people are going to buy prepackaged $60 video games in the future,&rdquo; said Mark Mahaney, managing director for Internet research at <a href="http://topics.nytimes.com/top/news/business/companies/citigroup_inc/index.html?inline=nyt-org" title="More information about Citigroup Incorporated">Citigroup</a>. &ldquo;If you are a console maker, you better quickly hurry to add more functionality and features to your console.&rdquo;</p>
<p>Nintendo&rsquo;s rivals are generally further along in that effort. The <a href="http://nytimes.com.com/consoles/sony-playstation-3-60gb/4505-10109_7-31355103.html?tag=api&amp;part=nytimes&amp;subj=re&amp;inline=nyt-classifier" title="">Sony PlayStation</a> 3 has a Blu-ray disc player and can use <a href="http://topics.nytimes.com/top/news/business/companies/sony_corporation/index.html?inline=nyt-org" title="More information about SONY Corporation">Sony</a>&rsquo;s own online movie store. <a href="http://topics.nytimes.com/top/news/business/companies/microsoft_corporation/index.html?inline=nyt-org" title="More information about Microsoft Corp">Microsoft</a> has outfitted the Xbox 360 with its Zune high-definition movie store and allows users to chat online while they watch films together. Both of those consoles already offer the Netflix service.</p>
<p>Read More <a href="http://www.nytimes.com/2010/01/13/technology/companies/13netflix.html">Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noelflash.com/nintendo-wii-to-add-netflix-service-for-streaming-video.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 God Mode</title>
		<link>http://noelflash.com/windows-7-god-mode.html</link>
		<comments>http://noelflash.com/windows-7-god-mode.html#comments</comments>
		<pubDate>Wed, 06 Jan 2010 12:49:44 +0000</pubDate>
		<dc:creator>Noel Adams</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[god mode]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://noelflash.com/?p=2134</guid>
		<description><![CDATA[Finally an Easter egg in Windows 7 ! A hidden &#34;GodMode&#34; feature that lets users access all of the operating system&#39;s control panels from within a single folder. By creating a new folder in Windows 7 and renaming it with a certain text string at the end, users are able to have a single place [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://bink.nu/blogs/news/image_1738658B.png" target="_blank"><img alt="image" border="0" height="346" src="http://bink.nu/blogs/news/image_thumb_0F40C329.png" style="border: 0px none ; display: inline;" title="image" width="586" /></a></p>
<p>Finally an Easter egg in Windows 7 !</p>
<p>A hidden &quot;GodMode&quot; feature that lets users access all of the operating system&#39;s control panels from within a single folder.</p>
<p>By creating a new folder in Windows 7 and renaming it with a certain text string at the end, users are able to have a single place to do everything from changing the look of the mouse pointer to making a new hard-drive partition.</p>
<p>The trick is also said to work in Windows Vista, although some are warning that although it works fine in 32-bit versions of Vista, it can cause 64-bit versions of that operating system to crash.</p>
<p>To enter &quot;GodMode,&quot; one need only create a new folder and then rename the folder to the following:</p>
<p>GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}</p>
<p>Once that is done, the folder&#39;s icon will change to resemble a control panel and will contain dozens of control options.</p>
<p>&nbsp;</p>
<p>Source: www.bink.nu</p>
]]></content:encoded>
			<wfw:commentRss>http://noelflash.com/windows-7-god-mode.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Outage for BlackBerry</title>
		<link>http://noelflash.com/service-outage-for-blackberry.html</link>
		<comments>http://noelflash.com/service-outage-for-blackberry.html#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:52:49 +0000</pubDate>
		<dc:creator>Noel Adams</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[service outage]]></category>

		<guid isPermaLink="false">http://noelflash.com/?p=2117</guid>
		<description><![CDATA[Research In Motion (RIM) have confirmed an issue with their BlackBerry service affecting customers in North America. According to a RIM spokesperson &#34;Some BlackBerry customers in the Americas are currently experiencing delays in message delivery.&#34; The outage began at approximately 8PM EST on December 22. RIM failed over their systems but many users reported that [...]]]></description>
			<content:encoded><![CDATA[<p>Research In Motion (RIM) have confirmed an issue with their BlackBerry service affecting customers in North America.</p>
<p>	According to a RIM spokesperson &quot;Some BlackBerry customers in the Americas are currently experiencing delays in message delivery.&quot; The outage began at approximately 8PM EST on December 22. RIM failed over their systems but many users reported that mail flow to devices had ceased once again. At the time of writing there is no ETA from RIM when their systems will fully recover.</p>
<p>	The outage is the second for RIM in that past five days. The last wide-scale outage was back in February 2008 when a software upgrade at RIM downed the service for hours. Phone calling and texting services remain unaffected.</p>
<p>	<strong><u><em>Update: RIM have confirmed that BlackBerry services are now up and running. </em></u></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://noelflash.com/service-outage-for-blackberry.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
