<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.4sysops.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>4sysops</title>
	
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Tue, 24 Nov 2009 21:51:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
    <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>		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.4sysops.com/4sysops" type="application/rss+xml" /><feedburner:emailServiceId>4sysops</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Windows 7 Federated Search – OpenSearch connector for 4sysops</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/ZFJK53DXtBw/</link>
		<comments>http://4sysops.com/archives/windows-7-federated-search-opensearch-connector-for-4sysops/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 21:46:54 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3736</guid>
		<description><![CDATA[ Windows 7 Federated Search is a new feature that allows users to search remote repositories using Windows Explorer. In earlier Windows versions, the repository has to run Windows Search, but thanks to the support of OpenSearch in Windows 7, you can now integrate any website or web service into your desktop search environment.
To demonstrate [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/11/4sysopsfederatedsearch.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/4sysopsfederatedsearch.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="4sysops-federated-search" src="http://4sysops.com/wp-content/uploads/2009/11/4sysopsfederatedsearch_thumb.png" border="0" alt="4sysops-federated-search" width="460" height="213" align="right" /></a> Windows 7 Federated Search is a new feature that allows users to search remote repositories using Windows Explorer. In earlier Windows versions, the repository has to run <a href="http://www.microsoft.com/windows/products/winfamily/desktopsearch/default.mspx">Windows Search</a>, but thanks to the support of <a href="http://en.wikipedia.org/wiki/Opensearch">OpenSearch</a> in Windows 7, you can now integrate any website or web service into your desktop search environment.</p>
<p>To demonstrate how easy it is, I have created an OpenSearch connector for 4sysops. After you have downloaded the <a href="http://4sysops.com/wp-content/uploads/2009/11/4sysops.osdx">OSDX file</a>, you have to double click it. Windows will ask you if you want to add this search connector. Of course ! Windows Explorer will then display a new shortcut named &#8220;4sysops&#8221;in the Favorites section in the navigation pane. To search 4sysops, you can now use the Windows Explorer if you click on this icon.</p>
<p><span id="more-3736"></span>The search results page looks better than in Vista. The search term is highlighted in the title and the excerpt. On the right hand pane, you can see the author&#8217;s name, the publication date, and the tags. Double clicking on a search result will open the corresponding page in your default web browser.</p>
<p>Just in case you want to delete the 4sysops search connector (which I don&#8217;t believe you will), you&#8217;ll find all installed connectors in the user profile (c:\users\[user name]\searches). The shortcut in the Windows Explorer Favorites has to be removed as well.</p>
<p>Creating a search connector is fairly simply. The OSDX file for 4sysops looks like this:</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;OpenSearchDescription xmlns=&#8221;http://a9.com/-/spec/opensearch/1.1/&#8221;&gt; &lt;ShortName&gt;4sysops&lt;/ShortName&gt;<br />
&lt;Description&gt;4sysops &#8211; For Windows Administrators&lt;/Description&gt;<br />
&lt;Language&gt;&lt;/Language&gt;<br />
&lt;Url type=&#8221;application/rss+xml&#8221; template=&#8221;http://4sysops.com/index.php?feed=rss2&amp;amp;s={searchTerms}&#8221;/&gt;<br />
&lt;/OpenSearchDescription&gt;</p>
<p>I think, the XML file is mostly self-explanatory. The interesting parameter is the template variable. OpenSearch uses RSS or Atom XML for providing search results. In WordPress (the blog engine on which 4sysops runs), a query URL that produces RSS as output looks like this: http://4sysops.com/ ?feed=rss2&amp;s=applocker. In this example, I searched for &#8220;applocker&#8221;. Notice that you have to replace &#8220;&amp;&#8221; with &#8220;&amp;amp;&#8221; in the OSDX file.</p>
<p>As you can see, it is quite simple to create your own search connectors for Windows 7. Of course, things will get more complicated if your CMS or repository does not support RSS or Atom-based search results. Also note that my example is very simple. More information about Windows 7 Federated Search can be found <a href="http://msdn.microsoft.com/en-us/library/dd940456%28VS.85%29.aspx">here</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/installing-windows-7-from-a-usb-stick-the-easy-way/" title="Installing Windows 7 from a USB stick &#8211; the easy way (November 23, 2009)">Installing Windows 7 from a USB stick &#8211; the easy way</a> (1)</li>
	<li><a href="http://4sysops.com/archives/my-favorite-7-windows-7-tips/" title="My favorite 7 Windows 7 tips (November 20, 2009)">My favorite 7 Windows 7 tips</a> (4)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-2/" title="Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 2 (November 12, 2009)">Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 2</a> (4)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-1/" title="Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 1 (November 11, 2009)">Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 1</a> (3)</li>
	<li><a href="http://4sysops.com/archives/some-more-thoughts-about-the-windows-7-taskbar-a-k-a-superbar/" title="Some more thoughts about the Windows 7 taskbar, a.k.a. Superbar (October 30, 2009)">Some more thoughts about the Windows 7 taskbar, a.k.a. Superbar</a> (7)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=ZFJK53DXtBw:HMDHM0h9tRk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=ZFJK53DXtBw:HMDHM0h9tRk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=ZFJK53DXtBw:HMDHM0h9tRk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=ZFJK53DXtBw:HMDHM0h9tRk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=ZFJK53DXtBw:HMDHM0h9tRk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=ZFJK53DXtBw:HMDHM0h9tRk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=ZFJK53DXtBw:HMDHM0h9tRk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=ZFJK53DXtBw:HMDHM0h9tRk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=ZFJK53DXtBw:HMDHM0h9tRk:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/ZFJK53DXtBw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-7-federated-search-opensearch-connector-for-4sysops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/windows-7-federated-search-opensearch-connector-for-4sysops/</feedburner:origLink></item>
		<item>
		<title>Windows 8 release date – Hyper-V pass-through disk performance – No backdoor in Windows 7 – Tweak Windows 7 taskbar – Chrome OS demo</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/RR-_2ehYMqM/</link>
		<comments>http://4sysops.com/archives/windows-8-release-date-hyper-v-pass-through-disk-performance-no-backdoor-in-windows-7-tweak-windows-7-taskbar-chrome-os-demo/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 23:08:16 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3739</guid>
		<description><![CDATA[
Windows 8 ‘Confirmed’ for 2012 Launch 
Hyper-V pass-through disk performance vs. fixed size VHD files and dynamic VHD files in Windows Server 2008 R2 
Microsoft denies that Windows 7 has a back door 
7 Free Tools To Tweak &#38; Customize Windows 7 Taskbar 
Testing out the new Google Chrome OS on Windows 7 x64 Virtual [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Windows 8 ‘Confirmed’ for 2012 Launch <a href="http://windows8news.com/2009/11/20/windows-8-confirmed-for-2012-launch/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Hyper-V pass-through disk performance vs. fixed size VHD files and dynamic VHD files in Windows Server 2008 R2 <a href="http://clusteringformeremortals.com/2009/09/25/hyper-v-pass-through-disk-performance-vs-fixed-size-vhd-files-and-dynamic-vhd-files-in-windows-server-2008-r2/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft denies that Windows 7 has a back door <a href="http://www.theinquirer.net/inquirer/news/1562900/microsoft-denies-windows-door" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>7 Free Tools To Tweak &amp; Customize Windows 7 Taskbar <a href="http://www.intowindows.com/7-free-tools-to-tweak-customize-windows-7-taskbar/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Testing out the new Google Chrome OS on Windows 7 x64 Virtual Box <a href="http://www.start64.com/index.php?option=com_content&amp;task=view&amp;id=4019&amp;Itemid=83" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=RR-_2ehYMqM:HpnfvUp3TDw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=RR-_2ehYMqM:HpnfvUp3TDw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=RR-_2ehYMqM:HpnfvUp3TDw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=RR-_2ehYMqM:HpnfvUp3TDw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=RR-_2ehYMqM:HpnfvUp3TDw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=RR-_2ehYMqM:HpnfvUp3TDw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=RR-_2ehYMqM:HpnfvUp3TDw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=RR-_2ehYMqM:HpnfvUp3TDw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=RR-_2ehYMqM:HpnfvUp3TDw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/RR-_2ehYMqM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-8-release-date-hyper-v-pass-through-disk-performance-no-backdoor-in-windows-7-tweak-windows-7-taskbar-chrome-os-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/windows-8-release-date-hyper-v-pass-through-disk-performance-no-backdoor-in-windows-7-tweak-windows-7-taskbar-chrome-os-demo/</feedburner:origLink></item>
		<item>
		<title>Installing Windows 7 from a USB stick – the easy way</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/GtfvbY6GaqY/</link>
		<comments>http://4sysops.com/archives/installing-windows-7-from-a-usb-stick-the-easy-way/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:44:13 +0000</pubDate>
		<dc:creator>Alexander Weiß</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3735</guid>
		<description><![CDATA[These days there are quite a few types of computers which don’t have an optical drive built in. For the average user this is no great loss. Today Software is downloaded and not bought on a CD or DVD anymore. Also the CD has lost its popularity for exchanging data, people use the Internet or [...]]]></description>
			<content:encoded><![CDATA[<p>These days there are quite a few types of computers which don’t have an optical drive built in. For the average user this is no great loss. Today Software is downloaded and not bought on a CD or DVD anymore. Also the CD has lost its popularity for exchanging data, people use the Internet or USB sticks. However, there is one big drawback for PCs without optical drives: For installing an OS you need to boot from the installation media. Without an optical drive you run into problems, because USB sticks aren&#8217;t bootable by default and installing from a network is quite a hassle.</p>
<p>So you either have to buy an external DVD drive or you make your USB stick bootable and copy the ISO image on it. As nobody wants to spend 60 bucks on buying an external DVD drive just for installing their shiny new OS most prefer the second option. Manually making the USB stick bootable is a pain though. Fortunately there are some applications available which exactly do that for you.</p>
<p><span id="more-3735"></span>If you just want to install Windows 7 Microsoft offers the tool Windows 7 USB/DVD Download Tool (WUDT). In four steps it creates a bootable USB stick. All you need is an ISO image of Windows 7 and a USB stick bigger than 4 GB. At the moment you can’t download the tool directly from Microsoft, because <a href="http://www.withinwindows.com/2009/11/06/microsoft-lifts-gpl-code-uses-in-microsoft-store-tool/">it may violate the GPL</a>. However, you can download it from various other sites, e.g. <a href="http://download.cnet.com/Windows-7-USB-DVD-Download-Tool/3000-18513_4-10972600.html">here</a>. Despite its name you can also use it to install Windows Server 2008 and Vista.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/windows_7_usb_download_tool.jpg" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/windows_7_usb_download_tool.jpg','',event,300,75)"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://4sysops.com/wp-content/uploads/2009/11/windows_7_usb_download_tool_thumb.jpg" border="0" alt="Windows 7 USB/DVD Download Tool (WUDT)" width="244" height="131" /></a></p>
<p>If you sometimes want to try different OSes there is an application which usage is as easily as the WUDT but not limited to Windows 7. It’s called <a href="http://unetbootin.sourceforge.net/">UNetbootin</a>. For some Open Source OSes you don’t even need to download the according ISO file manually, it’s automatically done by the tool. You can see a partial list of supported OSes on the screenshot below, a full list is available <a href="http://sourceforge.net/apps/trac/unetbootin/wiki/builtin-distributions">here</a>. Not only common Linux Distributions are supported, you can also find different Unix and Dos distributions.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/unetbootin.jpg" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/unetbootin.jpg','',event,300,75)"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://4sysops.com/wp-content/uploads/2009/11/unetbootin_thumb.jpg" border="0" alt="unetbootin window" width="244" height="183" /></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/my-favorite-7-windows-7-tips/" title="My favorite 7 Windows 7 tips (November 20, 2009)">My favorite 7 Windows 7 tips</a> (4)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-2/" title="Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 2 (November 12, 2009)">Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 2</a> (4)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-1/" title="Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 1 (November 11, 2009)">Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 1</a> (3)</li>
	<li><a href="http://4sysops.com/archives/some-more-thoughts-about-the-windows-7-taskbar-a-k-a-superbar/" title="Some more thoughts about the Windows 7 taskbar, a.k.a. Superbar (October 30, 2009)">Some more thoughts about the Windows 7 taskbar, a.k.a. Superbar</a> (7)</li>
	<li><a href="http://4sysops.com/archives/deploying-2500-windows-7-netbooks-at-tech-ed-australia/" title="Deploying 2500 Windows 7 netbooks at Tech.Ed Australia (September 8, 2009)">Deploying 2500 Windows 7 netbooks at Tech.Ed Australia</a> (5)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=GtfvbY6GaqY:aXjf3DXiNhU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GtfvbY6GaqY:aXjf3DXiNhU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GtfvbY6GaqY:aXjf3DXiNhU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GtfvbY6GaqY:aXjf3DXiNhU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GtfvbY6GaqY:aXjf3DXiNhU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GtfvbY6GaqY:aXjf3DXiNhU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GtfvbY6GaqY:aXjf3DXiNhU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GtfvbY6GaqY:aXjf3DXiNhU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GtfvbY6GaqY:aXjf3DXiNhU:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/GtfvbY6GaqY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/installing-windows-7-from-a-usb-stick-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/installing-windows-7-from-a-usb-stick-the-easy-way/</feedburner:origLink></item>
		<item>
		<title>My favorite 7 Windows 7 tips</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/gci2UGc_1dw/</link>
		<comments>http://4sysops.com/archives/my-favorite-7-windows-7-tips/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 19:55:02 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3730</guid>
		<description><![CDATA[Many people are playing with Windows 7 these days, and so new tips to make your work more efficient are popping up every day on the web. In this post, I will share the seven tips I found most useful for my work with Windows 7.
Drag and drop to the command prompt
Daniel Petri discovered that [...]]]></description>
			<content:encoded><![CDATA[<p>Many people are playing with Windows 7 these days, and so new tips to make your work more efficient are popping up every day on the web. In this post, I will share the seven tips I found most useful for my work with Windows 7.</p>
<h3>Drag and drop to the command prompt</h3>
<p><a href="http://www.petri.co.il/drag-and-drop-to-command-prompt-its-back-in-windows-7.htm">Daniel Petri</a> discovered that drag and drop to the command prompt is back in Windows 7. This allows you to copy a file&#8217;s path to the command prompt.</p>
<h3>Pin files to a taskbar button</h3>
<p><a href="http://community.winsupersite.com/blogs/paul/archive/2009/02/03/excellent-windows-7-tip-drag-and-drop-file-associations.aspx">Paul Thurrott</a> mentioned this tip. To associate a file with a certain application, you can drag and drop its icon to the corresponding taskbar button. You can then open this file from the app&#8217;s Jumplist.</p>
<p><span id="more-3730"></span></p>
<h3>Dual Boot with Bitlocker</h3>
<p><a href="http://blogs.technet.com/keithcombs/archive/2009/09/05/windows-7-dual-boot-revisited-with-bitlocker.aspx">Keith Comb</a> explained how you can encrypt your system drive with Bitlocker and still boot from a VHD. This is useful for dual boot environments</p>
<h3>Revive the Quick Launch bar</h3>
<p>I already mentioned <a href="http://support.microsoft.com/kb/975784">this tip</a> in a post about the <a href="http://4sysops.com/archives/some-more-thoughts-about-the-windows-7-taskbar-a-k-a-superbar/">Windows 7 taskbar</a>. In my view, taskbar pinning is not really a good replacement for the Quick Launch bar. However, both ways for quickly launching applications complete one another.</p>
<h3>Revive the Windows 3.1 File Manager</h3>
<p><a href="http://blogs.msdn.com/microsoft_press/archive/2009/10/30/author-news-meet-the-lead-author-of-the-windows-7-resource-kit.aspx">Mitch Tulloch</a> talked about this tip in an interview at the Microsoft Press blog. You probably know that the new Aero Snap feature allows you to resize an application window to half screen by dragging it to the left or right side of the desktop. There are certainly many situations where this feature could be useful, but the one I like most is that it allows me to open two Explorer windows side-by-side this way. Mitch Tulloch refers to the Windows 3.1 File Manager, but this style of copying files reminds me of the good old Norton Commander under DOS.</p>
<h3>Start Windows Explorer from My Computer</h3>
<p>I <a href="http://gnoted.com/70-fantastic-windows-7-tips-tricks-for-better-functionality/">found</a> this tip in a list of 70 Windows 7 tricks (many of them already work for Vista). The Explorer in Windows 7 opens by default from the Libraries folder. If you want to start the Explorer with the My Computer page, you have to replace the shortcut target with %SystemRoot%\explorer.exe /root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}. Note that you can also open any other folder by just adding the corresponding path as a parameter to the launch command. For example, if you want Windows Explorer to start in C:\Program Files, the target for the Windows Explorer icon would look like this: %SystemRoot%\explorer.exe &#8220;C:\Program Files&#8221;</p>
<h3>Make use of hotkeys</h3>
<p>Windows has countless keyboard shortcuts and Windows 7 received a few more. It makes sense to skim over the list of <a href="http://4sysops.com/archives/windows-7-keyboard-shortcuts-the-complete-list/">Windows 7 hotkeys</a> at least once. Perhaps you will find a key combination that improves your productivity. My favorite new Windows 7 hotkey is &#8220;Windows logo key +Down arrow&#8221;. It minimizes the active window.</p>
<p>Of course, there are myriads of other useful Windows 7 tips out there. I am curious to know which ones are your favorite tips.</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/installing-windows-7-from-a-usb-stick-the-easy-way/" title="Installing Windows 7 from a USB stick &#8211; the easy way (November 23, 2009)">Installing Windows 7 from a USB stick &#8211; the easy way</a> (1)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-2/" title="Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 2 (November 12, 2009)">Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 2</a> (4)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-1/" title="Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 1 (November 11, 2009)">Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 1</a> (3)</li>
	<li><a href="http://4sysops.com/archives/some-more-thoughts-about-the-windows-7-taskbar-a-k-a-superbar/" title="Some more thoughts about the Windows 7 taskbar, a.k.a. Superbar (October 30, 2009)">Some more thoughts about the Windows 7 taskbar, a.k.a. Superbar</a> (7)</li>
	<li><a href="http://4sysops.com/archives/deploying-2500-windows-7-netbooks-at-tech-ed-australia/" title="Deploying 2500 Windows 7 netbooks at Tech.Ed Australia (September 8, 2009)">Deploying 2500 Windows 7 netbooks at Tech.Ed Australia</a> (5)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=gci2UGc_1dw:YtjLaGo4l34:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=gci2UGc_1dw:YtjLaGo4l34:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=gci2UGc_1dw:YtjLaGo4l34:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=gci2UGc_1dw:YtjLaGo4l34:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=gci2UGc_1dw:YtjLaGo4l34:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=gci2UGc_1dw:YtjLaGo4l34:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=gci2UGc_1dw:YtjLaGo4l34:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=gci2UGc_1dw:YtjLaGo4l34:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=gci2UGc_1dw:YtjLaGo4l34:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/gci2UGc_1dw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/my-favorite-7-windows-7-tips/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/my-favorite-7-windows-7-tips/</feedburner:origLink></item>
		<item>
		<title>Google unveils Chrome OS – Microsoft Volume Licensing Reference Guide – IE9 Upgrade for the web – Win7 sells twice as fast as past OSes</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/97tPlwD4MvE/</link>
		<comments>http://4sysops.com/archives/google-unveils-chrome-os-microsoft-volume-licensing-reference-guide-ie9-upgrade-for-the-web-win7-sells-twice-as-fast-as-past-oses/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 22:36:19 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3729</guid>
		<description><![CDATA[
The Chrome OS code will be made available to developers, but it won&#8217;t be showing up on devices for a year 
Microsoft Volume Licensing Reference Guide  Why don&#8217;t I need a 74 license guide when I buy or rent a car?
Internet Explorer 9, a free upgrade for the web 
Ballmer: Windows 7 sells twice [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>The Chrome OS code will be made available to developers, but it won&#8217;t be showing up on devices for a year <a href="http://www.itpro.co.uk/617941/photos-google-unveils-chrome-os?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+ITPro%2FToday+%28IT+PRO+-+Today%29&amp;utm_content=Google+Reader" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft Volume Licensing Reference Guide <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=cc499fd9-4830-4d57-93a4-6ed263bad02e&amp;displaylang=en" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> Why don&#8217;t I need a 74 license guide when I buy or rent a car?</li>
<li>Internet Explorer 9, a free upgrade for the web <a href="http://www.istartedsomething.com/20091119/internet-explorer-9-a-free-upgrade-for-the-web/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+istartedsomething+%28istartedsomething%29" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Ballmer: Windows 7 sells twice as fast as past OSes <a href="http://www.computerworld.com/s/article/9141166/Ballmer_Windows_7_sells_twice_as_fast_as_past_operating_systems?source=rss_opsys" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=97tPlwD4MvE:PzHYvBXC1uA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=97tPlwD4MvE:PzHYvBXC1uA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=97tPlwD4MvE:PzHYvBXC1uA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=97tPlwD4MvE:PzHYvBXC1uA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=97tPlwD4MvE:PzHYvBXC1uA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=97tPlwD4MvE:PzHYvBXC1uA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=97tPlwD4MvE:PzHYvBXC1uA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=97tPlwD4MvE:PzHYvBXC1uA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=97tPlwD4MvE:PzHYvBXC1uA:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/97tPlwD4MvE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/google-unveils-chrome-os-microsoft-volume-licensing-reference-guide-ie9-upgrade-for-the-web-win7-sells-twice-as-fast-as-past-oses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/google-unveils-chrome-os-microsoft-volume-licensing-reference-guide-ie9-upgrade-for-the-web-win7-sells-twice-as-fast-as-past-oses/</feedburner:origLink></item>
		<item>
		<title>Free Registry Defrag – Defragment the Windows registry</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/NiKGNeVV_2s/</link>
		<comments>http://4sysops.com/archives/free-registry-defrag-defragment-the-windows-registry/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 19:24:43 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3728</guid>
		<description><![CDATA[Free Registry Defrag is a simple tool that allows you to defragment a fragmented Registry database, which can significantly speed up a PC. Don&#8217;t mix up Registry defragmentation with Registry cleaning. The CCleaner tool, which I reviewed some days ago, can remove unnecessary Registry entries. In contrast, Free Registry Defrag just removes the gaps within [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/11/FreeRegistryDefrag.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/FreeRegistryDefrag.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="Free-Registry-Defrag" src="http://4sysops.com/wp-content/uploads/2009/11/FreeRegistryDefrag_thumb.png" border="0" alt="Free-Registry-Defrag" width="454" height="341" align="right" /></a><a href="http://www.registry-clean.net/free-registry-defrag.htm">Free Registry Defrag</a> is a simple tool that allows you to defragment a fragmented Registry database, which can significantly speed up a PC. Don&#8217;t mix up Registry defragmentation with Registry cleaning. The CCleaner tool, which I reviewed some days ago, can remove unnecessary Registry entries. In contrast, Free Registry Defrag just removes the gaps within the database.</p>
<p>Windows and third party applications constantly write to and remove data from the Registry database. This produces empty areas in the Registry and data become fragmented (scattered) within the Registry file. This process is comparable to disk fragmentation. However, running a disk defrag tool won&#8217;t help to reduce Registry defragmentation. Disk defrag tools don&#8217;t change the contents of files, while a Registry defrag tool alters the database. This is why Registry defragmentation usually compacts, i.e., reduces, the size of the Registry file.</p>
<p><span id="more-3728"></span>However, Registry defragmentation is not as risky as Registry cleaning because a defrag tool doesn&#8217;t have to understand what the Registry entries mean. Of course, if the defrag tool has a bug, then your Registry might also become corrupted. Therefore, you should always back up the Registry before you mess with it. You can do this with the Windows regedit tool.</p>
<p>Free Registry Defrag will first analyze the Registry and then tell you how much space will be regained after the defragmentation. You can then decide if it is worth the effort. Notice that Free Registry Defrag will reboot the computer after defragmentation is completed. I tested Free Registry Defrag v2.40.</p>
<h3><a href="http://www.registry-clean.net/free-registry-defrag.htm">Free Registry Defrag</a></h3>
<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-ccleaner-improve-windows-performance-by-removing-unnecessary-files-and-registry-entries/" title="FREE: CCleaner &#8211; Improve Windows performance by removing unnecessary files and registry entries (November 16, 2009)">FREE: CCleaner &#8211; Improve Windows performance by removing unnecessary files and registry entries</a> (4)</li>
	<li><a href="http://4sysops.com/archives/emsa-register-dll-tool-register-programs-with-a-gui/" title="FREE: EMSA Register DLL Tool &#8211; Register programs with a GUI (May 29, 2008)">FREE: EMSA Register DLL Tool &#8211; Register programs with a GUI</a> (1)</li>
	<li><a href="http://4sysops.com/archives/accessenum-displays-directory-and-registry-permissions/" title="FREE: AccessEnum &#8211; displays directory and registry permissions (April 30, 2008)">FREE: AccessEnum &#8211; displays directory and registry permissions</a> (0)</li>
	<li><a href="http://4sysops.com/archives/regalyzer-a-nifty-free-registry-editor/" title="FREE: RegAlyzer &#8211; a nifty free Registry editor (March 28, 2008)">FREE: RegAlyzer &#8211; a nifty free Registry editor</a> (7)</li>
	<li><a href="http://4sysops.com/archives/trackwinstall-track-installations-of-windows-programs/" title="TrackWinstall: track installations of Windows programs (December 6, 2006)">TrackWinstall: track installations of Windows programs</a> (0)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=NiKGNeVV_2s:gPi3peStVdo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=NiKGNeVV_2s:gPi3peStVdo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=NiKGNeVV_2s:gPi3peStVdo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=NiKGNeVV_2s:gPi3peStVdo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=NiKGNeVV_2s:gPi3peStVdo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=NiKGNeVV_2s:gPi3peStVdo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=NiKGNeVV_2s:gPi3peStVdo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=NiKGNeVV_2s:gPi3peStVdo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=NiKGNeVV_2s:gPi3peStVdo:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/NiKGNeVV_2s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-registry-defrag-defragment-the-windows-registry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/free-registry-defrag-defragment-the-windows-registry/</feedburner:origLink></item>
		<item>
		<title>Public download of Office 2010 and SharePoint 2010 – IE9 news – Windows Server 2008 Administrator’s Pocket Consultant – VHD boot roundup</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/MMEh2_pHNok/</link>
		<comments>http://4sysops.com/archives/public-download-of-office-2010-and-sharepoint-2010-ie9-news-windows-server-2008-administrator%e2%80%99s-pocket-consultant-vhd-boot-roundup/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 23:51:39 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3725</guid>
		<description><![CDATA[
Internet Explorer 9 news &#8211; IEBlog:  Channel9 interviews:  
RTM’d today: Windows Server 2008 Administrator’s Pocket Consultant, Second Edition 
Public download of Office 2010 beta and SharePoint 2010 beta: 
Windows native boot from VHD roundup  Good overview


Copyright &#169; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0]]></description>
			<content:encoded><![CDATA[<ul>
<li>Internet Explorer 9 news &#8211; IEBlog: <a href="http://blogs.msdn.com/ie/archive/2009/11/18/an-early-look-at-ie9-for-developers.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> Channel9 interviews: <a href="http://channel9.msdn.com/posts/Charles/IE-9-First-look-at-the-new-JS-Engine/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> <a href="http://channel9.msdn.com/posts/Charles/IE-9-Standards-and-Interoperability/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>RTM’d today: Windows Server 2008 Administrator’s Pocket Consultant, Second Edition <a href="http://blogs.msdn.com/microsoft_press/archive/2009/11/18/rtm-d-today-windows-server-2008-administrator-s-pocket-consultant-second-edition.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Public download of Office 2010 beta and SharePoint 2010 beta: <a href="http://www.microsoft.com/2010/en/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Windows native boot from VHD roundup <a href="http://www.markwilson.co.uk/blog/2009/11/windows-native-boot-from-vhd-roundup.htm?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+marksweblog+%28markwilson.it%29&amp;utm_content=Google+Reader" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> Good overview</li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=MMEh2_pHNok:ZaaNXnXlEJM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MMEh2_pHNok:ZaaNXnXlEJM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MMEh2_pHNok:ZaaNXnXlEJM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MMEh2_pHNok:ZaaNXnXlEJM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MMEh2_pHNok:ZaaNXnXlEJM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MMEh2_pHNok:ZaaNXnXlEJM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MMEh2_pHNok:ZaaNXnXlEJM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MMEh2_pHNok:ZaaNXnXlEJM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MMEh2_pHNok:ZaaNXnXlEJM:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/MMEh2_pHNok" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/public-download-of-office-2010-and-sharepoint-2010-ie9-news-windows-server-2008-administrator%e2%80%99s-pocket-consultant-vhd-boot-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/public-download-of-office-2010-and-sharepoint-2010-ie9-news-windows-server-2008-administrator%e2%80%99s-pocket-consultant-vhd-boot-roundup/</feedburner:origLink></item>
		<item>
		<title>Internet Explorer Collection – Use multiple IE versions at the same time – Why I hate open web standards</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/9HNLezX6skw/</link>
		<comments>http://4sysops.com/archives/internet-explorer-collection-use-multiple-ie-versions-at-the-same-time-why-i-hate-open-web-standards/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:10:10 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3724</guid>
		<description><![CDATA[ Did you ever wonder how your website looks in Internet Explorer 1? Then you should try Internet Explorer Collection. It allows you to run multiple IE versions at the same time. The collection comes with the following IE editions: 1.0, 1.5., 2.01, 3.0, 3.01, 3.03, 4.01, 5.01, 5.5, 6.0, 6.0 SP2, 7.0, and 8.0.
I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/11/InternetExplorerCollection.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/InternetExplorerCollection.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="Internet Explorer Collection" src="http://4sysops.com/wp-content/uploads/2009/11/InternetExplorerCollection_thumb.png" border="0" alt="Internet Explorer Collection" width="194" height="248" align="right" /></a> Did you ever wonder how your website looks in Internet Explorer 1? Then you should try <a href="http://finalbuilds.edskes.net/iecollection.htm">Internet Explorer Collection</a>. It allows you to run multiple IE versions at the same time. The collection comes with the following IE editions: 1.0, 1.5., 2.01, 3.0, 3.01, 3.03, 4.01, 5.01, 5.5, 6.0, 6.0 SP2, 7.0, and 8.0.</p>
<p>I tried Internet Explorer Collection on Vista and Windows XP. IE 1.0 only runs on Windows NT and Windows 95. Some of the older browser versions crashed every now and then under Vista. My impression is that the collection works better on an XP machine.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/InnternetExplorer3.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/InnternetExplorer3.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 4px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="Innternet Explorer 3" src="http://4sysops.com/wp-content/uploads/2009/11/InnternetExplorer3_thumb.png" border="0" alt="Innternet Explorer 3" width="194" height="174" align="left" /></a> I think versions older than IE 6 don&#8217;t really play a noticeable role anymore. Last month, nine 4sysops visitors were using Internet Explorer 5.5 and two were running 5.01. That is good because 4sysops doesn&#8217;t really look good with those browsers.</p>
<p>According to Google Analytics, there were also 31 visitors who were using version 999.1. We now have the final proof that time travel is possible. Yeah, it appears some technology historians are accessing 4sysops from the far future. For the sake of completeness, among the IE users, 9.21% use IE6, 29.25.% IE7 and 61.48% IE8. Just in case you are an IE6 user, don&#8217;t you think, it is time for an update?</p>
<p><span id="more-3724"></span><!-- adman --><br />
<a href="http://4sysops.com/wp-content/uploads/2009/11/InternetExplorerShare4sysops.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/InternetExplorerShare4sysops.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="Internet Explorer Share 4sysops" src="http://4sysops.com/wp-content/uploads/2009/11/InternetExplorerShare4sysops_thumb.png" border="0" alt="Internet Explorer Share 4sysops" width="604" height="184" /></a></p>
<p>And since I am already in babbling mode, let me mention a related topic. In my view, the web as we know it today is the worst technological invention since the nuclear bomb. If you also have spent countless hours adapting your website to the numerous browsers out there, then you will probably agree. Why do we need open web standards anyway? Why not allow every browser publisher to use its own standard? It wouldn&#8217;t be a big a deal to automatically launch the rendering engine that fits to a certain document type. Like with PDF, this could be done automatically without bothering users.</p>
<p>Browser manufacturers could add new features without having to wait until the sluggish W3C bureaucrats accept a new proposal and the web would certainly develop much faster because there would be real competition between the different closed web standards. And most importantly, the number of ex-webmasters living in psychiatric hospitals would decrease rapidly.</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-web-browser-ballot-screen-the-important-facts/" title="Windows 7 web browser Ballot Screen &#8211; The important facts (August 3, 2009)">Windows 7 web browser Ballot Screen &#8211; The important facts</a> (7)</li>
	<li><a href="http://4sysops.com/archives/thoughts-about-googles-linux-distribution-a-threat-to-windows/" title="Thoughts about Google&#8217;s Linux distribution &#8211; A threat to Windows? (July 8, 2009)">Thoughts about Google&#8217;s Linux distribution &#8211; A threat to Windows?</a> (12)</li>
	<li><a href="http://4sysops.com/archives/why-firefox-3-5-doesnt-rock-and-about-the-childish-obsession-with-browser-performance/" title="Why Firefox 3.5 doesn&#8217;t rock, and about the childish obsession with browser performance (July 6, 2009)">Why Firefox 3.5 doesn&#8217;t rock, and about the childish obsession with browser performance</a> (18)</li>
	<li><a href="http://4sysops.com/archives/the-war-against-internet-explorer-has-the-european-commission-gone-bananas/" title="The war against Internet Explorer &#8211; Has the European Commission gone bananas? (June 15, 2009)">The war against Internet Explorer &#8211; Has the European Commission gone bananas?</a> (21)</li>
	<li><a href="http://4sysops.com/archives/internet-explorer-8-vs-firefox-3-deployment-and-management/" title="Internet Explorer 8 vs. Firefox 3 &#8211; Deployment and Management (March 18, 2009)">Internet Explorer 8 vs. Firefox 3 &#8211; Deployment and Management</a> (6)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=9HNLezX6skw:FZpDtyCjAk8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=9HNLezX6skw:FZpDtyCjAk8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=9HNLezX6skw:FZpDtyCjAk8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=9HNLezX6skw:FZpDtyCjAk8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=9HNLezX6skw:FZpDtyCjAk8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=9HNLezX6skw:FZpDtyCjAk8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=9HNLezX6skw:FZpDtyCjAk8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=9HNLezX6skw:FZpDtyCjAk8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=9HNLezX6skw:FZpDtyCjAk8:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/9HNLezX6skw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/internet-explorer-collection-use-multiple-ie-versions-at-the-same-time-why-i-hate-open-web-standards/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/internet-explorer-collection-use-multiple-ie-versions-at-the-same-time-why-i-hate-open-web-standards/</feedburner:origLink></item>
		<item>
		<title>Windows Azure release date – Windows 7 application compatibility List – SSL renegotiation attack</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/oUR5Tv9DodA/</link>
		<comments>http://4sysops.com/archives/windows-azure-release-date-windows-7-application-compatibility-list-ssl-renegotiation-attack/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 22:54:21 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3717</guid>
		<description><![CDATA[
Windows Azure opens for business on Jan. 1, 2010 
Windows 7 Application Compatibility List for IT Professionals  More than 5,500 applications are in this list.
SSL Renegotiation Attack Becomes Real 


Copyright &#169; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0]]></description>
			<content:encoded><![CDATA[<ul>
<li>Windows Azure opens for business on Jan. 1, 2010 <a href="http://www.betanews.com/joewilcox/article/Windows-Azure-opens-for-business-on-Jan-1-2010/1258479208?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+betanews%2Fjoewilcox+%28Betanews+-+Joe+Wilcox%29&amp;utm_content=Google+Reader" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Windows 7 Application Compatibility List for IT Professionals <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=890e522e-e39e-4278-aebc-186f81e29173" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> More than 5,500 applications are in this list.</li>
<li>SSL Renegotiation Attack Becomes Real <a href="http://it.slashdot.org/story/09/11/16/2327230/SSL-Renegotiation-Attack-Becomes-Real?from=rss&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Slashdot%2Fslashdot+%28Slashdot%29&amp;utm_content=Google+Reader" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=oUR5Tv9DodA:dBzO0YTXMdI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=oUR5Tv9DodA:dBzO0YTXMdI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=oUR5Tv9DodA:dBzO0YTXMdI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=oUR5Tv9DodA:dBzO0YTXMdI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=oUR5Tv9DodA:dBzO0YTXMdI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=oUR5Tv9DodA:dBzO0YTXMdI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=oUR5Tv9DodA:dBzO0YTXMdI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=oUR5Tv9DodA:dBzO0YTXMdI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=oUR5Tv9DodA:dBzO0YTXMdI:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/oUR5Tv9DodA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-azure-release-date-windows-7-application-compatibility-list-ssl-renegotiation-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/windows-azure-release-date-windows-7-application-compatibility-list-ssl-renegotiation-attack/</feedburner:origLink></item>
		<item>
		<title>FREE: Directory Service Comparison Tool – Restore changed Active Directory objects</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/D0hfbrADsr8/</link>
		<comments>http://4sysops.com/archives/free-directory-service-comparison-tool-restore-changed-active-directory-objects/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 21:34:35 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[active directory]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3716</guid>
		<description><![CDATA[ The Active Directory Recycle Bin is a great new feature of Windows Server 2008 R2 that allows you to restore accidentally deleted Active Directory objects. If you want to have similar functionality for Windows Server 2008 with a free utility, then you should have a look at the Directory Service Comparison Tool (DSCT). But [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/11/DirectoryServiceComparisonTool.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/DirectoryServiceComparisonTool.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="Directory-Service-Comparison-Tool" src="http://4sysops.com/wp-content/uploads/2009/11/DirectoryServiceComparisonTool_thumb.png" border="0" alt="Directory-Service-Comparison-Tool" width="454" height="288" align="right" /></a> The <a href="http://4sysops.com/archives/free-powergui-active-directory-recycle-bin-powerpack/">Active Directory Recycle Bin</a> is a great new feature of Windows Server 2008 R2 that allows you to restore accidentally deleted Active Directory objects. If you want to have similar functionality for Windows Server 2008 with a free utility, then you should have a look at the <a href="http://lindstrom.nullsession.com/?page_id=11">Directory Service Comparison Tool (DSCT)</a>. But DSCT can do even more: It not only allows you to restore deleted objects, it also lets you undo attribute changes. The tool requires at least a Server 2008 domain controller, .NET 3.5, and (Microsoft Management Console) MMC 3.0.</p>
<p><span id="more-3716"></span>DSCT makes use of the new <a href="http://4sysops.com/archives/windows-server-2008-create-and-view-active-directory-snapshots/">snapshot feature in Windows Server 2008</a>. Unfortunately, creating Active Directory snapshots is a bit cumbersome and can only be done on the command prompt. If you want to work with DSCT in a productive environment, then it makes sense to <a href="http://www.petri.co.il/automating-creation-active-directory-snapshots.htm">create AD snapshots automatically</a>. Of course, you can also use the tool whenever you have to perform major Active Directory modifications. If you create an AD snapshot before you run your new PowerShell script to modify some hundred objects, then you can use DSCT to clean up the mess of your automation efforts afterwards.</p>
<p>Before you start using DSCT, you should enable <a href="http://4sysops.com/archives/windows-server-2008-active-directory-auditing/">Active Directory auditing</a>. You can do this in Group Policy (Windows Settings\Security Settings\Local Policies\Audit Policy\). After you have installed DSCT, you have to add its snap-in to the MMC. The DSCT installer doesn&#8217;t add icons to the Windows Start Menu.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/DSCTDatasourceSetttings.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/DSCTDatasourceSetttings.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="DSCT-Datasource-Setttings" src="http://4sysops.com/wp-content/uploads/2009/11/DSCTDatasourceSetttings_thumb.png" border="0" alt="DSCT-Datasource-Setttings" width="301" height="303" align="right" /></a> Once you have created a snapshot, you can change Active Directory objects. The snapshot has to be mounted and you have to <a href="http://4sysops.com/archives/windows-server-2008-create-and-view-active-directory-snapshots/">expose the snapshot as LDAP server</a>, as I outlined in a former post. You then have to tell DSCT in the Datasource settings where it can find the LDAP server, including the port you configured (see screenshot). DSCT will then display the difference between the snapshot and the current Active Directory state. DSCT enables you to select changed or deleted objects and to restore them to their previous state.</p>
<p>In my test, I renamed the givenname attribute of a user object. In the upper pane, DSCT displays the object, and in the lower pane, the changed attribute. Restoring the attribute to its original state worked flawlessly. I tried DSCT 1.3.3.X on a Windows Server 2008 R2 domain controller. As noted above, the tool also works on Windows Server 2008.</p>
<h3><a href="http://lindstrom.nullsession.com/?page_id=11">Directory Service Comparison Tool (DSCT)</a></h3>
<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/contest-maxpowersoft-active-directory-reports-filters-and-print-preview/" title="Contest: MaxPowerSoft Active Directory Reports &#8211; Filters, and print preview (October 27, 2009)">Contest: MaxPowerSoft Active Directory Reports &#8211; Filters, and print preview</a> (0)</li>
	<li><a href="http://4sysops.com/archives/contest-maxpowersoft-active-directory-reports-quick-ldap-reporting/" title="Contest: MaxPowerSoft Active Directory Reports &#8211; Quick LDAP Reporting (October 26, 2009)">Contest: MaxPowerSoft Active Directory Reports &#8211; Quick LDAP Reporting</a> (0)</li>
	<li><a href="http://4sysops.com/archives/active-directory-management-with-powershell-v2/" title="Active Directory management with PowerShell v2 (October 15, 2009)">Active Directory management with PowerShell v2</a> (0)</li>
	<li><a href="http://4sysops.com/archives/how-to-migrate-active-directory-to-server-2008-r2-functional-level-part-3/" title="How to migrate the Active Directory domain functional level to Server 2008 R2 – Part 3 (October 14, 2009)">How to migrate the Active Directory domain functional level to Server 2008 R2 – Part 3</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-admanager-plus-reporting-and-delegation/" title="Raffle: ManageEngine ADManager Plus &#8211; Reporting and Delegation (October 12, 2009)">Raffle: ManageEngine ADManager Plus &#8211; Reporting and Delegation</a> (1)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=D0hfbrADsr8:-52T7ARS7tM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=D0hfbrADsr8:-52T7ARS7tM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=D0hfbrADsr8:-52T7ARS7tM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=D0hfbrADsr8:-52T7ARS7tM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=D0hfbrADsr8:-52T7ARS7tM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=D0hfbrADsr8:-52T7ARS7tM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=D0hfbrADsr8:-52T7ARS7tM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=D0hfbrADsr8:-52T7ARS7tM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=D0hfbrADsr8:-52T7ARS7tM:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/D0hfbrADsr8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-directory-service-comparison-tool-restore-changed-active-directory-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/free-directory-service-comparison-tool-restore-changed-active-directory-objects/</feedburner:origLink></item>
		<item>
		<title>Office 2010 beta and Sharepoint 2010 beta on Technet – Free eBook SQL Server 2008 – Windows 7 acitvation hacked – Windows 7 exploit – SytemCenter roadmap</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/yzksMgy11Gk/</link>
		<comments>http://4sysops.com/archives/office-2010-beta-and-sharepoint-beta-on-technet-free-ebook-sql-server-2008-windows-7-acitvation-hacked-windows-7-exploit-sytemcenter-roadmap/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 21:50:07 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3711</guid>
		<description><![CDATA[
Office 2010 beta and Sharepoint 2010 beta are available for download on Technet and MSDN
Free Microsoft Press eBook: Introducing Microsoft SQL Server 2008 
Microsoft confirms &#8216;detailed&#8217; Windows 7 exploit 
Hackers outwit Windows 7 activation 
System Center Roadmap 


Copyright &#169; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0]]></description>
			<content:encoded><![CDATA[<ul>
<li>Office 2010 beta and Sharepoint 2010 beta are available for download on Technet and MSDN</li>
<li>Free Microsoft Press eBook: Introducing Microsoft SQL Server 2008 <a href="http://csna01.libredigital.com/?urss1q2we6" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft confirms &#8216;detailed&#8217; Windows 7 exploit <a href="http://blogs.zdnet.com/security/?p=4938" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Hackers outwit Windows 7 activation <a href="http://www.computerworld.com/s/article/9140947/Hackers_outwit_Windows_7_activation?source=rss_news" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>System Center Roadmap <a href="http://www.virtualization.info/2009/11/no-updates-for-microsoft-virtual.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Virtualization_info+%28virtualization.info%29&amp;utm_content=Google+Reader" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=yzksMgy11Gk:ANP3FZpBObc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=yzksMgy11Gk:ANP3FZpBObc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=yzksMgy11Gk:ANP3FZpBObc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=yzksMgy11Gk:ANP3FZpBObc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=yzksMgy11Gk:ANP3FZpBObc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=yzksMgy11Gk:ANP3FZpBObc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=yzksMgy11Gk:ANP3FZpBObc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=yzksMgy11Gk:ANP3FZpBObc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=yzksMgy11Gk:ANP3FZpBObc:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/yzksMgy11Gk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/office-2010-beta-and-sharepoint-beta-on-technet-free-ebook-sql-server-2008-windows-7-acitvation-hacked-windows-7-exploit-sytemcenter-roadmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/office-2010-beta-and-sharepoint-beta-on-technet-free-ebook-sql-server-2008-windows-7-acitvation-hacked-windows-7-exploit-sytemcenter-roadmap/</feedburner:origLink></item>
		<item>
		<title>FREE: CCleaner – Improve Windows performance by removing unnecessary files and registry entries</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/-hzoNpRN8HE/</link>
		<comments>http://4sysops.com/archives/free-ccleaner-improve-windows-performance-by-removing-unnecessary-files-and-registry-entries/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:32:52 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[desktop tools]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3710</guid>
		<description><![CDATA[ Many believe that Windows is a bloated operating system. However, the truth is that the Windows ecosystem is bloated, bloated like the shopping malls in western countries, allowing you to buy everything your heart desires. Of course, you can always use another operating system if you prefer a &#8220;political system&#8221; that gives you fewer [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/11/CCleaner.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/CCleaner.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="CCleaner" src="http://4sysops.com/wp-content/uploads/2009/11/CCleaner_thumb.png" border="0" alt="CCleaner" width="404" height="401" align="right" /></a> Many believe that Windows is a bloated operating system. However, the truth is that the Windows ecosystem is bloated, bloated like the shopping malls in western countries, allowing you to buy everything your heart desires. Of course, you can always use another operating system if you prefer a &#8220;political system&#8221; that gives you fewer choices and less freedom. Yet another option is to cleanse your &#8220;garage&#8221; every now and then from all the junk that you no longer need. And this is where <a href="http://www.ccleaner.com/">CCleaner</a> comes in.</p>
<p>CCleaner is a famous free optimization, privacy and cleaning tool. I should have added it long time ago to the list of <a href="http://4sysops.com/top-free-windows-administration-tools/">free administration tools</a>, because it is a valuable tool for admins who have to clean a user&#8217;s PC that has been cluttered with junk. This usually improves the performance of a Windows PC that has become slow because too many applications have been installed over time, often leaving traces even after they have been uninstalled. CCleaner can also help to free disk space. If you are planning to upgrade your PC to Windows 7, then it might make sense to get rid of all of the deadwood first—although I would always recommend that you perform a fresh install of a new Windows version.</p>
<p><span id="more-3710"></span>CCleaner also allows you to remove unwanted traces that web browsers have left on the hard disk. The tool removes information such as the temporary file cache, the URL history, cookies etc. CCleaner supports Internet Explorer, Firefox, Chrome, Opera, and Safari, although the website doesn&#8217;t say what kind of traces can be removed for the latter three browsers.</p>
<p>It is also possible to remove Windows Explorer traces, such as recently opened documents or the thumbnail cache. Furthermore, it empties the Recycle Bin, Chkdsk file fragments, memory dumps and more places where the operating stores temporary information (see screenshot above for complete list). Most important thing is that CCleaner can also remove remnants of third party applications. Unfortunately, CCleaner&#8217;s homepage doesn&#8217;t list all of the supported applications. You can also use CCleaner to uninstall applications and to manage auto starting applications, although both features have only limited functionality.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/CCleanerRegistry.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/CCleanerRegistry.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="CCleaner-Registry" src="http://4sysops.com/wp-content/uploads/2009/11/CCleanerRegistry_thumb.png" border="0" alt="CCleaner-Registry" width="404" height="397" align="right" /></a> It also comes with a Registry cleaner. A bloated registry is sometimes the reason for a sluggish PC. The problem with automatic Registry cleaning is that you might end up with a PC having zero speed; that is, with a non bootable system or perhaps with some apps that no longer work properly. This applies to all kinds of automatic PC cleaning tools; however, messing with the Registry is certainly the most dangerous.</p>
<p>Thus, I am missing an undo function in CCleaner. Of course, you can always use Windows System Restore to revert all changes CCleaner has made. However, you should always back up the entire system before running the tool. CCleaner allows you to analyze your disk first and lists all of the changes it intends to do. It certainly makes sense to have a closer look at these and to deselect those that could harm your installation.</p>
<p>I have tried CCleaner v2.25 and I had no problem with it. I also skimmed over some forum discussions before I wrote this post. All in all, it appears that CCleaner is reliable. Just in case you are using the tool, it would be great if you could share your experiences. I would also be interested in other PC cleaning tools.</p>
<p>Cleaning your system is only one way to speed up your PC. Two years ago I wrote a post that gives some additional tips on how to <a href="http://4sysops.com/archives/windows-is-so-slow-105-ways-how-to-speed-up-windows-xp-or-vista/">improve the performance of a Windows PC</a>. IT pros probably won&#8217;t find anything new there, perhaps, except for the last method, which is still the one that has always worked best for me. <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<h3><a href="http://www.ccleaner.com/">CCleaner</a></h3>
<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-registry-defrag-defragment-the-windows-registry/" title="Free Registry Defrag &#8211; Defragment the Windows registry (November 19, 2009)">Free Registry Defrag &#8211; Defragment the Windows registry</a> (1)</li>
	<li><a href="http://4sysops.com/archives/vistaswitcher-better-task-switching-for-windows-7-and-vista/" title="VistaSwitcher &#8211; Better task switching for Windows 7 and Vista (November 9, 2009)">VistaSwitcher &#8211; Better task switching for Windows 7 and Vista</a> (0)</li>
	<li><a href="http://4sysops.com/archives/pickpick-tools-a-nifty-free-screenshot-program/" title="PicPick Tools &#8211; A nifty free screenshot program (September 18, 2009)">PicPick Tools &#8211; A nifty free screenshot program</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-product-key-finder-export-software-license-keys-from-multiple-windows-computers/" title="FREE: Product Key Finder &#8211; Export license keys from multiple Windows computers (September 7, 2009)">FREE: Product Key Finder &#8211; Export license keys from multiple Windows computers</a> (8)</li>
	<li><a href="http://4sysops.com/archives/free-ubcd4win-ultimate-boot-cd-for-windows-a-comprehensive-rescue-tool/" title="FREE: UBCD4Win &#8211; Ultimate Boot CD for Windows, a comprehensive rescue tool (June 24, 2009)">FREE: UBCD4Win &#8211; Ultimate Boot CD for Windows, a comprehensive rescue tool</a> (1)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=-hzoNpRN8HE:KCbH4vrqtkw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=-hzoNpRN8HE:KCbH4vrqtkw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=-hzoNpRN8HE:KCbH4vrqtkw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=-hzoNpRN8HE:KCbH4vrqtkw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=-hzoNpRN8HE:KCbH4vrqtkw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=-hzoNpRN8HE:KCbH4vrqtkw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=-hzoNpRN8HE:KCbH4vrqtkw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=-hzoNpRN8HE:KCbH4vrqtkw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=-hzoNpRN8HE:KCbH4vrqtkw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/-hzoNpRN8HE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-ccleaner-improve-windows-performance-by-removing-unnecessary-files-and-registry-entries/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/free-ccleaner-improve-windows-performance-by-removing-unnecessary-files-and-registry-entries/</feedburner:origLink></item>
		<item>
		<title>FREE: Unstoppable Copier – Copy physically corrupt files</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/63ZAOtQmUsE/</link>
		<comments>http://4sysops.com/archives/free-unstoppable-copier-copy-physically-corrupt-files/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 19:32:28 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[file tools]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3705</guid>
		<description><![CDATA[Unstoppable Copier is a small, free utility that allows you to recover physically corrupt files from a disk that has bad sectors or scratches. Other file copy programs usually just abort or even delete corrupted files, but Unstoppable Copier restores what is left of the damaged files.
You can copy entire directories or, using wildcards (*,?), [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/11/UnstoppableCopier.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/UnstoppableCopier.png','',event,300,75)"><img style="border-right-width: 0px; margin: 0px 0px 0px 4px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Unstoppable-Copier" src="http://4sysops.com/wp-content/uploads/2009/11/UnstoppableCopier_thumb.png" border="0" alt="Unstoppable-Copier" width="434" height="299" align="right" /></a><a href="http://www.roadkil.net/program.php?ProgramID=29">Unstoppable Copier</a> is a small, free utility that allows you to recover physically corrupt files from a disk that has bad sectors or scratches. Other file copy programs usually just abort or even delete corrupted files, but Unstoppable Copier restores what is left of the damaged files.</p>
<p>You can copy entire directories or, using wildcards (*,?), particular files in a directory. You can also use the tool’s batch mode to configure multiple source and destination folders to copy their contents in one go. You can save this configuration so that the next time you have to perform the same copy operation you can do so with only a few mouse clicks. (This function is also useful for undamaged disks.)</p>
<p><span id="more-3705"></span>Unstoppable Copier offers several options that could prove helpful in a disaster recovery situation. For example, you can copy the undamaged files first, skip damaged files, or only copy newer files. See the screenshot for all options.</p>
<p style="text-align: center"><a href="http://4sysops.com/wp-content/uploads/2009/11/UnstoppableCopierSettings.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/UnstoppableCopierSettings.png','',event,300,75)"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Unstoppable-Copier-Settings" src="http://4sysops.com/wp-content/uploads/2009/11/UnstoppableCopierSettings_thumb.png" border="0" alt="Unstoppable-Copier-Settings" width="434" height="298" /></a></p>
<p>The tool&#8217;s name may be a bit misleading because Unstoppable Copier can&#8217;t copy everything. It does not, for example, copy open files. However, it will continue with the rest of the selected files. The tool’s log file informs you which files have been skipped and which files were identified as being corrupt.</p>
<p>Unstoppable Copier comes with an installer, but the tool seems to run without installation if you just copy its program folder to another computer.</p>
<h3><a href="http://www.roadkil.net/program.php?ProgramID=29">Unstoppable Copier</a></h3>
<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/the-best-freeware-zip-utility-available/" title="IZArc &#8211; The best freeware ZIP utility available? (November 5, 2009)">IZArc &#8211; The best freeware ZIP utility available?</a> (6)</li>
	<li><a href="http://4sysops.com/archives/notepad/" title="FREE: Notepad++ &#8211; Source code editor and Notepad replacement (October 6, 2009)">FREE: Notepad++ &#8211; Source code editor and Notepad replacement</a> (3)</li>
	<li><a href="http://4sysops.com/archives/free-filemenu-tools-customize-windows-explorer-easily/" title="FREE: FileMenu Tools &#8211; Customize Windows Explorer easily (September 15, 2009)">FREE: FileMenu Tools &#8211; Customize Windows Explorer easily</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-recuva-recover-accidentally-deleted-files/" title="FREE: Recuva &#8211; Recover accidentally deleted files (September 9, 2009)">FREE: Recuva &#8211; Recover accidentally deleted files</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-gparted-partition-manager-for-windows-and-linux/" title="FREE: GParted &#8211; Partition manager for Windows and Linux (August 24, 2009)">FREE: GParted &#8211; Partition manager for Windows and Linux</a> (1)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=63ZAOtQmUsE:Przq4YzDWxw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=63ZAOtQmUsE:Przq4YzDWxw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=63ZAOtQmUsE:Przq4YzDWxw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=63ZAOtQmUsE:Przq4YzDWxw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=63ZAOtQmUsE:Przq4YzDWxw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=63ZAOtQmUsE:Przq4YzDWxw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=63ZAOtQmUsE:Przq4YzDWxw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=63ZAOtQmUsE:Przq4YzDWxw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=63ZAOtQmUsE:Przq4YzDWxw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/63ZAOtQmUsE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-unstoppable-copier-copy-physically-corrupt-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/free-unstoppable-copier-copy-physically-corrupt-files/</feedburner:origLink></item>
		<item>
		<title>Download Office 2010 beta 2 – Active Directory / Domain Naming System Convergence Check Utility – Windows 7 look and feel was “borrowed”?</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/SXrNv_SWF5s/</link>
		<comments>http://4sysops.com/archives/download-office-2010-beta-2-active-directory-domain-naming-system-convergence-check-utility-windows-7-look-and-feel-was-%e2%80%9cborrowed%e2%80%9d/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 21:39:54 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3700</guid>
		<description><![CDATA[
Microsoft Office 2010 Beta 2 Build 14.0.4514.1007 Download (with Project and Visio) 
Microsoft: How we really designed the look and feel of Windows 7 
Active Directory / Domain Naming System Convergence Check Utility 


Copyright &#169; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0]]></description>
			<content:encoded><![CDATA[<ul>
<li>Microsoft Office 2010 Beta 2 Build 14.0.4514.1007 Download (with Project and Visio) <a href="http://www.mydigitallife.info/2009/11/13/microsoft-office-2010-beta-2-build-14-0-4514-1007-download-with-project-and-visio/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft: How we really designed the look and feel of Windows 7 <a href="http://windowsteamblog.com/blogs/windows7/archive/2009/11/11/how-we-really-designed-the-look-and-feel-of-windows-7.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Active Directory / Domain Naming System Convergence Check Utility <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=bcb25f16-77fa-41b5-b1b2-27d46bc2cc33" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=SXrNv_SWF5s:ivVYgdwAPqU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=SXrNv_SWF5s:ivVYgdwAPqU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=SXrNv_SWF5s:ivVYgdwAPqU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=SXrNv_SWF5s:ivVYgdwAPqU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=SXrNv_SWF5s:ivVYgdwAPqU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=SXrNv_SWF5s:ivVYgdwAPqU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=SXrNv_SWF5s:ivVYgdwAPqU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=SXrNv_SWF5s:ivVYgdwAPqU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=SXrNv_SWF5s:ivVYgdwAPqU:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/SXrNv_SWF5s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/download-office-2010-beta-2-active-directory-domain-naming-system-convergence-check-utility-windows-7-look-and-feel-was-%e2%80%9cborrowed%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/download-office-2010-beta-2-active-directory-domain-naming-system-convergence-check-utility-windows-7-look-and-feel-was-%e2%80%9cborrowed%e2%80%9d/</feedburner:origLink></item>
		<item>
		<title>Seven reasons why skipping Windows 7 is not a good idea – Part 2</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/j7kfSDSWn-0/</link>
		<comments>http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-2/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 20:33:05 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3699</guid>
		<description><![CDATA[ In my last post, I discussed the typical arguments when it comes to the question of whether it is justified to skip Windows 7. Today I will put forward three somewhat unusual arguments that are, in my view, even more decisive.
My last argument was that the new Windows 7 features will increase overall user [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/irayo/567509039/"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="turbulence" src="http://4sysops.com/wp-content/uploads/2009/11/turbulence.png" border="0" alt="turbulence" width="275" height="183" align="right" /></a> In my last post, I discussed the typical arguments when it comes to the question of <a href="http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-1/">whether it is justified to skip Windows 7</a>. Today I will put forward three somewhat unusual arguments that are, in my view, even more decisive.</p>
<p>My last argument was that the new Windows 7 features will increase overall user productivity. However, the mere practical effect of the new features is only one side of the coin when it comes to productivity. On the other side is the often underestimated user motivation.</p>
<h3>5 Motivation</h3>
<p>It is true that some users are reluctant to learn new things and hope to keep their current OS as long as possible. But I’m guessing they’re not the most productive ones in your organization anyway. On the other hand, those users who are open to changes probably will have Windows 7 on their private PCs soon. It will certainly have a negative effect on their motivation, if you give them outdated equipment at work. Would you want to work in an office with furniture that hasn’t been replaced for the last 20 years?</p>
<p><span id="more-3699"></span>You might say a desk is desk and a chair is a chair. Users only have to sit at a desk anyway, and a Windows XP PC doesn’t stand better on a new desk. But the truth is that modern motivational psychology has found that the so-called <a href="http://en.wikipedia.org/wiki/Flow_%28psychology%29">flow </a>is an even more important factor than the person’s motives when it comes to motivation. To put it simply, you could say that a user who has more fun at work will work better. And there is no doubt that the most productive users who embrace innovations easily will have more fun working with a modern OS like Windows 7.</p>
<h3>6 Turbulence</h3>
<p>It is a general rule of thumb that skipping a desktop OS version will only cause more costs in the long run. Of course, there are exceptions, but in my experience these cases are rare. There are not just the costs of higher infection rates and lower user and admin productivity. The main point here is that ruptures always amplify the effort necessary to resume normal operation. Of course, any new OS causes such ruptures. This is the main argument of the “skippers.”</p>
<p>However, the bigger the gap, the more energy is required to jump to the other side. Admins who are already familiar with Vista can now focus on the new features in Windows 7 and deploy the new OS without time pressure. Admins who still live in the XP world have to learn the Vista part of Windows 7 plus the new enhancements. Once the new PCs are there, the new OS has to be deployed quickly. The greater the time pressure, the more likely are the mistakes which will only cause more ruptures.</p>
<p>This argument also applies to end-users. The more they have to learn about their working environment in a short time period, the more it will affect their daily work. The smoother the transition to a new level, the less turbulence. This is what chaos theory tells us, and we all know that a complex Windows network is the perfect playground for chaos experts.</p>
<h3>7 Modesty</h3>
<p>I think many CIOs and CTOs are much too dependent on what others are saying about Windows. Fifty-nine percent<a href="http://blogs.zdnet.com/microsoft/?p=4227"> of businesses</a> that skipped Vista never tested the operating system. How did they come to the decision to skip? And what about the <a href="http://blog.seattlepi.com/microsoft/archives/182956.asp?source=rss">40%</a> that already plan to skip Windows 7? Did they just skim over the feature lists?</p>
<p>Of course, the new features are the very reason why we upgrade. However, in my view it is impossible to really predict the exact benefits of a new OS. How do you calculate the costs that a computer worm will cause if it interrupts your business for a couple days? You can’t know in advance whether your network will be affected or not if you skip Windows 7. Past statistical data is often useless because IT is evolving too fast. Moreover, the number of new features every new OS version introduces is usually just too big to anticipate the concrete influence on productivity.</p>
<p>The only thing that is certain is that <a href="http://4sysops.com/archives/video-demonstrates-that-microsoft-has-got-its-mojo-back/">5,000 engineers</a> who have been in contact for years with thousands of businesses out there will always create a new OS that will be significantly better than its predecessor. Those journalists who know of a Windows version where this was not the case, must be smarter than those 5,000 engineers.</p>
<p>Of course, this doesn’t mean that you should always upgrade without even evaluating a new OS. If you have incompatible applications or hardware, then upgrading is probably not an option. And If you see that an upgrade would cause too many troubles because of the peculiarities of your environment, then skipping Windows 7 makes sense. Perhaps you are thinking that Windows 7 is just too expensive or that there are better operating systems. Maybe so.</p>
<p>However, concluding that your organization can do without the new Windows 7 features after reading a couple of reviews is certainly grossly negligent. I think for many of the 40% who already know that they will skip Windows 7, it should be enough to sit back for a moment and think about what they really know about the latest Windows version in order to acknowledge that they are not really able to make this decision yet.</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/installing-windows-7-from-a-usb-stick-the-easy-way/" title="Installing Windows 7 from a USB stick &#8211; the easy way (November 23, 2009)">Installing Windows 7 from a USB stick &#8211; the easy way</a> (1)</li>
	<li><a href="http://4sysops.com/archives/my-favorite-7-windows-7-tips/" title="My favorite 7 Windows 7 tips (November 20, 2009)">My favorite 7 Windows 7 tips</a> (4)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-1/" title="Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 1 (November 11, 2009)">Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 1</a> (3)</li>
	<li><a href="http://4sysops.com/archives/some-more-thoughts-about-the-windows-7-taskbar-a-k-a-superbar/" title="Some more thoughts about the Windows 7 taskbar, a.k.a. Superbar (October 30, 2009)">Some more thoughts about the Windows 7 taskbar, a.k.a. Superbar</a> (7)</li>
	<li><a href="http://4sysops.com/archives/deploying-2500-windows-7-netbooks-at-tech-ed-australia/" title="Deploying 2500 Windows 7 netbooks at Tech.Ed Australia (September 8, 2009)">Deploying 2500 Windows 7 netbooks at Tech.Ed Australia</a> (5)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=j7kfSDSWn-0:VTwz3e9KNS0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=j7kfSDSWn-0:VTwz3e9KNS0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=j7kfSDSWn-0:VTwz3e9KNS0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=j7kfSDSWn-0:VTwz3e9KNS0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=j7kfSDSWn-0:VTwz3e9KNS0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=j7kfSDSWn-0:VTwz3e9KNS0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=j7kfSDSWn-0:VTwz3e9KNS0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=j7kfSDSWn-0:VTwz3e9KNS0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=j7kfSDSWn-0:VTwz3e9KNS0:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/j7kfSDSWn-0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-2/</feedburner:origLink></item>
		<item>
		<title>Microsoft cloud sales exceed expectations – Gartner: Cloud computing revenue to grow 18% this year</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/SI-T7uffLFI/</link>
		<comments>http://4sysops.com/archives/microsoft-cloud-sales-exceed-expectations-gartner-cloud-computing-revenue-to-grow-18-this-year/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 22:15:24 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3697</guid>
		<description><![CDATA[
Microsoft Cloud Sales Exceed Expectations 
Gartner: Cloud computing revenue to grow 18% this year  Maybe you rethink your vote in my cloud poll 


Copyright &#169; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0]]></description>
			<content:encoded><![CDATA[<ul>
<li>Microsoft Cloud Sales Exceed Expectations <a href="http://www.informationweek.com/blog/main/archives/2009/11/microsoft_cloud.html;jsessionid=MGRRXIRSKMZW1QE1GHOSKHWATMY32JVN?cid=RSSfeed_IWK_ALL" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Gartner: Cloud computing revenue to grow 18% this year <a href="http://blog.seattlepi.com/microsoft/archives/184727.asp?source=rss" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> Maybe you rethink your vote in my cloud poll <a href="http://4sysops.com/archives/poll-are-you-interested-in-cloud-computing/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=SI-T7uffLFI:KOlXqkzuUDM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=SI-T7uffLFI:KOlXqkzuUDM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=SI-T7uffLFI:KOlXqkzuUDM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=SI-T7uffLFI:KOlXqkzuUDM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=SI-T7uffLFI:KOlXqkzuUDM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=SI-T7uffLFI:KOlXqkzuUDM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=SI-T7uffLFI:KOlXqkzuUDM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=SI-T7uffLFI:KOlXqkzuUDM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=SI-T7uffLFI:KOlXqkzuUDM:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/SI-T7uffLFI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/microsoft-cloud-sales-exceed-expectations-gartner-cloud-computing-revenue-to-grow-18-this-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/microsoft-cloud-sales-exceed-expectations-gartner-cloud-computing-revenue-to-grow-18-this-year/</feedburner:origLink></item>
		<item>
		<title>Seven reasons why skipping Windows 7 is not a good idea – Part 1</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/P72DhShIehs/</link>
		<comments>http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-1/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 22:10:15 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3696</guid>
		<description><![CDATA[ According to a recent survey, 60% of all businesses plan to deploy Windows 7. This is good news. It’s not just because of the positive press Windows 7 received; it probably is mostly because many organizations have skipped Vista and now have to purchase new PCs. However, I suppose if this survey were about [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/roxelo/153749721/"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="skipper" src="http://4sysops.com/wp-content/uploads/2009/11/skipper.png" border="0" alt="skipper" width="198" height="267" align="right" /></a> According to a recent survey, <a href="http://blog.seattlepi.com/microsoft/archives/182956.asp?source=rss">60%</a> of all businesses plan to deploy Windows 7. This is good news. It’s not just because of the positive press Windows 7 received; it probably is mostly because many organizations have skipped Vista and now have to purchase new PCs. However, I suppose if this survey were about Vista the result would have been that 40% of business already plan to skip Vista. Anyway, this article is for the “skippers” who try to get out of the way of new Windows versions the way captains try to avoid icebergs.</p>
<h3>1. Security</h3>
<p>The number one reason for deploying Vista was certainly security. Regular readers will probably start rolling their eyes, moaning “not again.” But when it comes to security, one can’t wag one&#8217;s finger too often. It is important to point out that according to <a href="http://blogs.computerworld.com/14933/microsoft_xp_is_far_more_vulnerable_than_vista_windows_7">new data</a> from Security Essentials users, it is not just that XP is much more vulnerable than Vista; it appears that Vista is even more vulnerable compared to Windows 7. I wasn’t surprised to learn that, of all infected PCs, 52% were running Windows XP and only 32% Vista. But the fact that only 17% run Windows 7 seems to be surprising at first because Windows 7 and Vista are not that much different. One could object that this data is from Microsoft. Of course, they want to make their latest offspring look as good as possible. However, I think, this big difference can be partly explained by the fact that many of the Windows 7 machines were just installed and did not have enough time to get infected. Nevertheless, there is no doubt that <a href="http://4sysops.com/archives/windows-7-new-features-the-complete-list-part3-security/">Windows 7 is the most secure Windows OS</a>. I am positive that long-term data will prove this.</p>
<p><span id="more-3696"></span></p>
<h3>2. Compatibility</h3>
<p>Given the fact that Windows 7 is hyped by the media and <a href="http://blog.seattlepi.com/microsoft/archives/182278.asp?source=rss">analysts</a>, it is obvious that most ISVs and IHVs will now focus on the latest Windows version. Of course, they will all officially support Windows XP and Vista for some time. However, claiming compatibility is one thing; commitment is something different. If it is correct that 60% of all business will upgrade to Windows 7, then the share of XP machines in corporate environments will soon decrease, and within a short time period, XP will no longer be the norm but the exception. In the IT business, it’s always a problem if you belong to a minority, because it is less likely that compatibility issues will be detected. And if you still have applications in your organization that have problems running on Windows 7, then you can make use of the new <a href="http://4sysops.com/archives/windows-7-xp-mode-a-step-by-step-guide/">XP Mode</a> feature.</p>
<h3>3. Admin productivity</h3>
<p>Windows 7 also has a few <a href="http://4sysops.com/archives/windows-7-new-features-the-complete-list-part5-administration/">new features for admins</a>, but here the big changes certainly came with Vista. Most noteworthy probably is that Vista was the first Windows version where Microsoft acknowledged that imaging is a far better OS deployment method than unattended installations. The <a href="http://4sysops.com/archives/windows-vista-vs-windows-xp-systems-management/">end of the HAL hell</a> simplified OS deployment, significantly. If you are moving from XP to Windows 7, you will learn to appreciate this feature. In organizations having many users who are working from home or travel often, Windows 7 comes with quite a few important <a href="http://4sysops.com/archives/windows-7-new-features-the-complete-list-part4-networking/">network-related enhancements</a> that will make an admin’s life easier.</p>
<h3>4. User productivity</h3>
<p>I strongly believe that every new Windows version increases productivity. People often have problems seeing this because many of these tiny enhancements that come with every OS seem to be negligible. Maybe the new <a href="http://4sysops.com/archives/some-more-thoughts-about-the-windows-7-taskbar-a-k-a-superbar/">Windows 7 taskbar</a> or the Jumplists improve productivity. But does this really justify deploying a new OS in the whole organization or even buying new PCs? I believe, most people underestimate the importance of the sum of all <a href="http://4sysops.com/archives/windows-7-new-features-the-complete-list-part1-user-interface/">user interface enhancements</a>. Every user works differently, but the likelihood is quite high that each user will find at least one feature that increases his or her productivity significantly, and this implies that the overall productivity of the entire organization will be increased. The problem is that this is hard to prove. That’s why it’s quite easy for the skippers to say that their users only need email and the web to do their daily work, so it doesn’t really matter if they use Windows 7, Windows 95, or even Snow Leopard. However, there is one factor that can’t be easily explained away when it comes to user productivity. This will be the first topic of <a href="http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-2/">my next post</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/installing-windows-7-from-a-usb-stick-the-easy-way/" title="Installing Windows 7 from a USB stick &#8211; the easy way (November 23, 2009)">Installing Windows 7 from a USB stick &#8211; the easy way</a> (1)</li>
	<li><a href="http://4sysops.com/archives/my-favorite-7-windows-7-tips/" title="My favorite 7 Windows 7 tips (November 20, 2009)">My favorite 7 Windows 7 tips</a> (4)</li>
	<li><a href="http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-2/" title="Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 2 (November 12, 2009)">Seven reasons why skipping Windows 7 is not a good idea &#8211; Part 2</a> (4)</li>
	<li><a href="http://4sysops.com/archives/some-more-thoughts-about-the-windows-7-taskbar-a-k-a-superbar/" title="Some more thoughts about the Windows 7 taskbar, a.k.a. Superbar (October 30, 2009)">Some more thoughts about the Windows 7 taskbar, a.k.a. Superbar</a> (7)</li>
	<li><a href="http://4sysops.com/archives/deploying-2500-windows-7-netbooks-at-tech-ed-australia/" title="Deploying 2500 Windows 7 netbooks at Tech.Ed Australia (September 8, 2009)">Deploying 2500 Windows 7 netbooks at Tech.Ed Australia</a> (5)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=P72DhShIehs:NOHYZT26Q3c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=P72DhShIehs:NOHYZT26Q3c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=P72DhShIehs:NOHYZT26Q3c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=P72DhShIehs:NOHYZT26Q3c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=P72DhShIehs:NOHYZT26Q3c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=P72DhShIehs:NOHYZT26Q3c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=P72DhShIehs:NOHYZT26Q3c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=P72DhShIehs:NOHYZT26Q3c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=P72DhShIehs:NOHYZT26Q3c:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/P72DhShIehs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/seven-reasons-why-skipping-windows-7-is-not-a-good-idea-part-1/</feedburner:origLink></item>
		<item>
		<title>Firefox most vulnerable browser – Top 3 Exchange 2010 features – Per User CAL reporting script for Terminal Server</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/T5cutGPzifw/</link>
		<comments>http://4sysops.com/archives/firefox-most-vulnerable-browser-top-3-exchange-2010-features-per-user-cal-reporting-script-for-terminal-server/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 22:15:48 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3694</guid>
		<description><![CDATA[
Firefox most vulnerable browser, Safari close second  Again: Time to FORget Firefox?
Microsoft&#8217;s Top 3 advances in Exchange Server 2010 
Per User CAL Reporting Script for Terminal Server 


Copyright &#169; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0]]></description>
			<content:encoded><![CDATA[<ul>
<li>Firefox most vulnerable browser, Safari close second <a href="http://www.net-security.org/secworld.php?id=8489" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> Again: Time to FORget Firefox?</li>
<li>Microsoft&#8217;s Top 3 advances in Exchange Server 2010 <a href="http://www.betanews.com/article/Microsofts-Top-3-advances-in-Exchange-Server-2010/1257808594" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Per User CAL Reporting Script for Terminal Server <a href="http://blogs.msdn.com/rds/archive/2009/11/09/per-user-cal-reporting-script.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=T5cutGPzifw:mroCKsxJnVY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=T5cutGPzifw:mroCKsxJnVY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=T5cutGPzifw:mroCKsxJnVY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=T5cutGPzifw:mroCKsxJnVY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=T5cutGPzifw:mroCKsxJnVY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=T5cutGPzifw:mroCKsxJnVY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=T5cutGPzifw:mroCKsxJnVY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=T5cutGPzifw:mroCKsxJnVY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=T5cutGPzifw:mroCKsxJnVY:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/T5cutGPzifw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/firefox-most-vulnerable-browser-top-3-exchange-2010-features-per-user-cal-reporting-script-for-terminal-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/firefox-most-vulnerable-browser-top-3-exchange-2010-features-per-user-cal-reporting-script-for-terminal-server/</feedburner:origLink></item>
		<item>
		<title>Poll: Are you interested in cloud computing?</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/BttEbjFez9M/</link>
		<comments>http://4sysops.com/archives/poll-are-you-interested-in-cloud-computing/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 17:58:13 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Poll]]></category>
		<category><![CDATA[cloud computing]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3693</guid>
		<description><![CDATA[You might have noticed that I&#8217;ve blogged more often about cloud computing lately, especially about Amazon&#8217;s AWS. This is not just because I have moved 4sysops to EC2. It is more the other way around. I have moved 4sysops to the cloud because I want to get more experience with cloud computing. I must admit [...]]]></description>
			<content:encoded><![CDATA[<p>You might have noticed that I&#8217;ve blogged more often about <a href="http://4sysops.com/archives/tag/cloud-computing/">cloud computing</a> lately, especially about Amazon&#8217;s AWS. This is not just because I have <a href="http://4sysops.com/archives/4sysops-moved-to-the-cloud-the-process/">moved 4sysops to EC2</a>. It is more the other way around. I have moved 4sysops to the cloud because I want to get more experience with cloud computing. I must admit that I got somehow hooked on EC2 since I played with it the <a href="http://4sysops.com/archives/amazon-ec2-aws-management-console-amazons-cloud-management-tool-reviewed/">AWS Management Console</a> a while back.</p>
<p>On the other hand, it is possible that I have been taken by just another hype. According to <a href="http://www.gartner.com/it/page.jsp?id=1124212">Gartner&#8217;s Hype Cycle</a> cloud computing is now at the top of the hype curve. It is interesting to note that it shares this position with eBook readers which is the other topic that fascinates me for quite a while. (Just ordered the new Kindle International.) So you see I am prone to fall for all kinds of new technologies which are sometimes just hypes.</p>
<p><span id="more-3693"></span>I am running this poll to get an idea of how 4sysops readers think about this topic. The outcome of this poll will have an influence on future articles I will write for 4sysops. I can&#8217;t promise that I will completely stop writing about cloud computing even if most 4sysops readers are already bored by this topic. Sometimes I just can&#8217;t stop myself. (This is where all those rants against Apple, the CLI and Vista bashers come from.) However, if there is a certain interest, you will find more stuff about cloud computing, in particular about Amazon&#8217; cloud, on this blog. I might also dive a into Microsoft&#8217;s Azure once it is publicly available. But I have to play with it first before I can tell if it really interests me.</p>
<p>Independently of its significance for 4sysops, the outcome of this poll is certainly of general interest. Research institutions usually only ask CEOs and CIOs about such topics. However, in the end, it often depends on the opinion of IT pros if something is really doable or just another hype pushed by analysts and journalists. Therefore, I think it is quite interesting to know what you think about cloud computing.</p>
<p><strong>Please note that you can select more than one answer in this poll.</strong> Of course, you can also share a more differentiated opinion in a comment below.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<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-amazon-s3-explorers-file-managers-for-windows/" title="Free Amazon S3 explorers (file managers) for Windows (November 2, 2009)">Free Amazon S3 explorers (file managers) for Windows</a> (7)</li>
	<li><a href="http://4sysops.com/archives/elasticfox-manage-amazon-ec2-with-a-firefox-plugin/" title="Elasticfox &#8211; Manage Amazon EC2 with a Firefox plugin (October 23, 2009)">Elasticfox &#8211; Manage Amazon EC2 with a Firefox plugin</a> (2)</li>
	<li><a href="http://4sysops.com/archives/amazon-ec2-pricing-for-dummies-part-3-bandwidth-and-instance-costs/" title="Amazon EC2 pricing for dummies &#8211; Part 3: Bandwidth and instance costs (October 22, 2009)">Amazon EC2 pricing for dummies &#8211; Part 3: Bandwidth and instance costs</a> (0)</li>
	<li><a href="http://4sysops.com/archives/amazon-ec2-pricing-for-dummies-part-2-storage-costs/" title="Amazon EC2 pricing for dummies &#8211; Part 2: Storage costs (October 21, 2009)">Amazon EC2 pricing for dummies &#8211; Part 2: Storage costs</a> (0)</li>
	<li><a href="http://4sysops.com/archives/amazon-ec2-pricing-for-dummies-part-1-only-pay-for-what-you-use/" title="Amazon EC2 pricing for dummies &#8211; Part 1: Only pay for what you use (October 20, 2009)">Amazon EC2 pricing for dummies &#8211; Part 1: Only pay for what you use</a> (0)</li>
</ul>

<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=BttEbjFez9M:_mwLtl1l73w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=BttEbjFez9M:_mwLtl1l73w:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=BttEbjFez9M:_mwLtl1l73w:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=BttEbjFez9M:_mwLtl1l73w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=BttEbjFez9M:_mwLtl1l73w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=BttEbjFez9M:_mwLtl1l73w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=BttEbjFez9M:_mwLtl1l73w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=BttEbjFez9M:_mwLtl1l73w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=BttEbjFez9M:_mwLtl1l73w:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/BttEbjFez9M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/poll-are-you-interested-in-cloud-computing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/poll-are-you-interested-in-cloud-computing/</feedburner:origLink></item>
		<item>
		<title>Download Exchange 2010 – WinUtilities 9.1 free only today – Microsoft is online king – Tech.Ed Europe live – 32-bit for R2 Server Core</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/P2X1XvSG6lQ/</link>
		<comments>http://4sysops.com/archives/download-exchange-2010-winutilities-9-1-free-only-today-microsoft-is-online-king-tech-ed-europe-live-32-bit-for-r2-server-core/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:04:44 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3692</guid>
		<description><![CDATA[
Exchange 2010 is now available for download on Technet and MSDN
Public download of Exchange 2010 trial 
Giveaway of the Day &#8211; WinUtilities 9.1 (optimize system performance) 
Microsoft Sites Captures Largest Share of Time Spent Online Worldwide 
Watch the Tech•Ed Europe keynote address live 
WoW64 (32-bit execution) is optional in Windows Server 2008 R2 Server Core [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Exchange 2010 is now available for download on Technet and MSDN</li>
<li>Public download of Exchange 2010 trial <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=05741f65-2a7b-4070-879f-d74208d6171d#tm" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Giveaway of the Day &#8211; WinUtilities 9.1 (optimize system performance) <a href="http://www.giveawayoftheday.com/winutilities-9-1/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft Sites Captures Largest Share of Time Spent Online Worldwide <a href="http://www.comscore.com/Press_Events/Press_Releases/2009/11/Microsoft_Sites_Captures_Largest_Share_of_Time_Spent_Online_Worldwide" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Watch the Tech•Ed Europe keynote address live <a href="http://www.microsoft.com/presspass/events/teched/default.mspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>WoW64 (32-bit execution) is optional in Windows Server 2008 R2 Server Core <a href="http://blogs.msdn.com/heaths/archive/2009/11/06/wow64-is-optional-in-windows-server-2008-r2-server-core.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=P2X1XvSG6lQ:WMcVme5TNDk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=P2X1XvSG6lQ:WMcVme5TNDk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=P2X1XvSG6lQ:WMcVme5TNDk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=P2X1XvSG6lQ:WMcVme5TNDk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=P2X1XvSG6lQ:WMcVme5TNDk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=P2X1XvSG6lQ:WMcVme5TNDk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=P2X1XvSG6lQ:WMcVme5TNDk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=P2X1XvSG6lQ:WMcVme5TNDk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=P2X1XvSG6lQ:WMcVme5TNDk:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/P2X1XvSG6lQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/download-exchange-2010-winutilities-9-1-free-only-today-microsoft-is-online-king-tech-ed-europe-live-32-bit-for-r2-server-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/download-exchange-2010-winutilities-9-1-free-only-today-microsoft-is-online-king-tech-ed-europe-live-32-bit-for-r2-server-core/</feedburner:origLink></item>
	</channel>
</rss>
