<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Shai Perednik.com &#187; Windows</title> <atom:link href="http://shaiperednik.com/category/applications/windows/feed/" rel="self" type="application/rss+xml" /><link>http://shaiperednik.com</link> <description>IT Guru &#38; Developer</description> <lastBuildDate>Fri, 30 Dec 2011 13:52:36 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Concurrent Remote Desktop Sessions in Windows XP SP2</title><link>http://shaiperednik.com/2009/10/concurrent-remote-desktop-sessions-in-windows-xp-sp2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=concurrent-remote-desktop-sessions-in-windows-xp-sp2</link> <comments>http://shaiperednik.com/2009/10/concurrent-remote-desktop-sessions-in-windows-xp-sp2/#comments</comments> <pubDate>Mon, 19 Oct 2009 20:01:36 +0000</pubDate> <dc:creator>Shai Perednik</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[Build]]></category> <category><![CDATA[Extract]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[ma]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Remove]]></category> <category><![CDATA[terminal]]></category> <category><![CDATA[way]]></category> <category><![CDATA[wind]]></category> <category><![CDATA[workaround]]></category> <category><![CDATA[XP]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/10/concurrent-remote-desktop-sessions-in-windows-xp-sp2/</guid> <description><![CDATA[Ran into this post while trying to get concurrent remote desktop connections working. Havn&#8217;t tried it, but it should work. Quoted from source below: I mentioned before that Windows XP does not allow concurrent sessions for its Remote Desktop feature. What this means is that if a user is logged on at the local console, [...]]]></description> <content:encoded><![CDATA[<p>Ran into this <a href="http://sig9.com/articles/concurrent-remote-desktop">post</a> while trying to get concurrent remote desktop connections working.  Havn&#8217;t tried it, but it should work.</p><p>Quoted from source below:</p><blockquote><p>I mentioned before that Windows <a href="http://shaiperednik.com/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XP">XP</a> does not allow concurrent sessions for its Remote Desktop feature. What this means is that if a user is logged on at the local console, a remote user has to kick him off (and ironically, this can be done even without his permission) before starting work on the box. This is irritating and removes much of the productivity that Remote Desktop brings to Windows. Read on to learn how to <a href="http://shaiperednik.com/tag/remove/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Remove">remove</a> that limitation in Windows <a href="http://shaiperednik.com/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XP">XP</a> SP2</p><p>A much touted feature in SP2 (Service Pack 2) since then removed was the ability to do just this, have a user logged on locally while another connects to the <a href="http://shaiperednik.com/tag/terminal/" class="st_tag internal_tag" rel="tag" title="Posts tagged with terminal">terminal</a> remotely. <a href="http://shaiperednik.com/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> however removed the feature in the final <a href="http://shaiperednik.com/tag/build/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Build">build</a>. The reason probably is that the EULA (End User License Agreement) allows only a single user to use a computer at a time. This is (IMHO) a silly reason to curtail Remote Desktop&#8217;s functionality, so we&#8217;ll have a <a href="http://shaiperednik.com/tag/workaround/" class="st_tag internal_tag" rel="tag" title="Posts tagged with workaround">workaround</a>.</p><p>Microsoft did try out the feature in earlier builds of Service Pack 2 and it is this that we&#8217;re going to exploit here. We&#8217;re going to replace termserv.dll (The Terminal Server) with one from an earlier build (2055).</p><p>To get Concurrent Sessions in Remote Desktop working, follow the steps below exactly:</p><ol><li><span style="background-color: #ffffff;">Download the termserv.zip file below and <a href="http://shaiperednik.com/tag/extract/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Extract">extract</a> it somewhere. (You have to be registered to see the file)</span></li><li><span style="background-color: #ffffff;">Reboot into Safe Mode. This is necessary to remove Windows File Protection.</span></li><li><span style="background-color: #ffffff;">Copy the termserv.dll in the zip to %windir%\System32 and %windir%\ServicePackFiles\i386. If the second folder doesn&#8217;t exist, don&#8217;t copy it there. Delete termserv.dll from the dllcache folder: %windir%\system32\dllcache</span></li><li><span style="background-color: #ffffff;">Merge the contents of Concurrent Sessions SP2.reg file into the registry.</span></li><li><span style="background-color: #ffffff;">Make sure Fast User Switching is turned on. Go Control Panel -&gt; User Accounts -&gt; Change the <a href="http://shaiperednik.com/tag/way/" class="st_tag internal_tag" rel="tag" title="Posts tagged with way">way</a> users log on or off and turn on Fast User Switching.</span></li><li><span style="background-color: #ffffff;">Open up the Group Policy Editor: Start Menu &gt; Run &gt; &#8216;gpedit.msc&#8217;. Navigate to Computer Configuration &gt; Administrative Templates &gt; Windows Components &gt; Terminal Services. Enable &#8216;Limit Number of Connections&#8217; and set the number of connections to 3 (or more). This enables you to have more than one person remotely logged on.</span></li><li><span style="background-color: #ffffff;">Now reboot back into normal Windows and try out whether Concurrent Sessions in Remote Desktop works. It should!</span></li></ol><p>If anything goes wrong, the termserv_sp2.dll is the original file you replaced. Just rename it to termserv.dll, reboot into safe mode and copy it back.</p><p>The termserv.dl_ file is provided in the zip is for you slipstreamers out there. Just replace that file with the corresponding file in the Windows installation disks.</p></blockquote><p><a href="http://shaiperednik.com/2009/10/concurrent-remote-desktop-sessions-in-windows-xp-sp2/" rel="bookmark">Concurrent Remote Desktop Sessions in Windows XP SP2</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on October 19, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/10/concurrent-remote-desktop-sessions-in-windows-xp-sp2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>BumpTop Gets Amazing-Looking Multi-Touch on Windows 7 [Desktop]</title><link>http://shaiperednik.com/2009/10/bumptop-gets-amazing-looking-multi-touch-on-windows-7-desktop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bumptop-gets-amazing-looking-multi-touch-on-windows-7-desktop</link> <comments>http://shaiperednik.com/2009/10/bumptop-gets-amazing-looking-multi-touch-on-windows-7-desktop/#comments</comments> <pubDate>Thu, 01 Oct 2009 16:40:43 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[ma]]></category> <category><![CDATA[Photo]]></category> <category><![CDATA[php]]></category> <category><![CDATA[video]]></category> <category><![CDATA[way]]></category> <category><![CDATA[wind]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/10/bumptop-gets-amazing-looking-multi-touch-on-windows-7-desktop/</guid> <description><![CDATA[Automatically pulled from Google Starred BumpTop, the 3D desktop overlay we&#8217;ve drooled over since prototype, has added multi-touch support for Windows 7 and hardware that supports it. It&#8217;s a logical step, and it makes a neat actual-desktop-as-desktop metaphor seem truly real. The video really says it all, but BumpTop&#8217;s blog details the specific finger actions [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p><p> BumpTop, the 3D desktop overlay we&#8217;ve <a href="http://lifehacker.com/software/top/bumptop-desktop-emulates-physical-documents-182465.php">drooled over since prototype</a>, has added multi-touch support for Windows 7 and hardware that supports it. It&#8217;s a logical step, and it makes a neat actual-desktop-as-desktop metaphor seem truly real.</p><p>The <a href="http://shaiperednik.com/tag/video/" class="st_tag internal_tag" rel="tag" title="Posts tagged with video">video</a> really says it all, but BumpTop&#8217;s blog details the specific finger actions you can undertake with BumpTop running on Windows 7. Here&#8217;s a small sampling:</p><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/10/bumptop_crop.jpg" rel="lightbox[1189]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/4318c_500x_bumptop_crop.jpg" width="500" /></a></p><p>Would a finger-controlled desktop make your file, <a href="http://shaiperednik.com/tag/photo/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Photo">photo</a>, and other operations that much more simple, or would you spend <a href="http://shaiperednik.com/tag/way/" class="st_tag internal_tag" rel="tag" title="Posts tagged with way">way</a> too much time tossing things around? Tell us your take on multi-touch BumpTop in the comments.</p><div><a href="http://bumptop.com/blog/bumptop-gets-multi-touch-support-on-windows-7/">BumpTop Gets Multi-Touch Support on Windows 7</a> [BumpTop Blog]</div><p><a href="http://ads.pheedo.com/click.phdo?s=9cd96a0a9f88376f2277764f6a948fe2&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/0c25c_img.phdo?s=9cd96a0a9f88376f2277764f6a948fe2&amp;p=1" /></a><br /> <img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/0c25c_eus.gif?eui=2225" /><div> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=wbLXzG_bQbs:_jASzxSW-qI:H0mrP-F8Qgo"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/0c25c_full?d=H0mrP-F8Qgo" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=wbLXzG_bQbs:_jASzxSW-qI:yIl2AUoC8zA"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/0c25c_full?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=wbLXzG_bQbs:_jASzxSW-qI:D7DqB2pKExk"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/0c25c_full?i=wbLXzG_bQbs:_jASzxSW-qI:D7DqB2pKExk" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=wbLXzG_bQbs:_jASzxSW-qI:V_sGLiPBpWU"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/0c25c_full?i=wbLXzG_bQbs:_jASzxSW-qI:V_sGLiPBpWU" border="0" /></a></div><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/68dcf_wbLXzG_bQbs" height="1" width="1" /></p><p><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/wbLXzG_bQbs/bumptop-gets-amazing+looking-multi+touch-on-windows-7">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/10/bumptop-gets-amazing-looking-multi-touch-on-windows-7-desktop/" rel="bookmark">BumpTop Gets Amazing-Looking Multi-Touch on Windows 7 [Desktop]</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on October 1, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/10/bumptop-gets-amazing-looking-multi-touch-on-windows-7-desktop/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Memoriser Helps You Get Your Facts Straight [Download]</title><link>http://shaiperednik.com/2009/09/memoriser-helps-you-get-your-facts-straight-download/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=memoriser-helps-you-get-your-facts-straight-download</link> <comments>http://shaiperednik.com/2009/09/memoriser-helps-you-get-your-facts-straight-download/#comments</comments> <pubDate>Thu, 01 Oct 2009 05:21:42 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Information]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[ma]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[wind]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/09/memoriser-helps-you-get-your-facts-straight-download/</guid> <description><![CDATA[Automatically pulled from Google Starred Windows only: Learning through repetition is a proven method for learning new information. Freeware application Memoriser brings that repetition to the screen you stare at all day with a digital approach to flash cards. Memoriser pops up questions at predetermined intervals while you use your computer to quiz you on [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/09/Memoriser.jpg" rel="lightbox[1182]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9d047_500x_Memoriser.jpg" width="500" /></a>Windows only: Learning through repetition is a proven method for learning new <a href="http://shaiperednik.com/tag/information/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Information">information</a>. Freeware application Memoriser brings that repetition to the screen you stare at all day with a digital approach to <a href="http://shaiperednik.com/tag/flash/" class="st_tag internal_tag" rel="tag" title="Posts tagged with flash">flash</a> cards.</p><p>Memoriser pops up questions at predetermined intervals while you use your computer to quiz you on whatever you&#8217;re trying to memorize. Similar to previously mentioned <a href="http://shaiperednik.com/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">Mac</a>-only flash card application <a href="http://lifehacker.com/315064/memorize-anything-with-genius">Genius</a>, Memoriser tracks the questions you get wrong and quizzes you more often on the ones you have the most trouble with.</p><p>Questions can be grouped into categories and each question can be individually toggled on or off. The one-at-a-time method of entering questions can be a bit slow, but you can hand-edit the <code>questions.ini</code> file in the Memoriser install folder if you feel comfortable with plain text. Memoriser is freeware, Windows only.</p><p>Let us know your best tricks for getting the stuff you need to know into your brain in the comments.</p><div><a href="http://www.skynergy.com/memoriser.html">Memoriser</a> [via <a href="http://www.redferret.net/?p=16059">The Red Ferret Journal</a>]</div><p><a href="http://ads.pheedo.com/click.phdo?s=c36902c6b120a294e13f6bc2c1dd074b&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9d047_img.phdo?s=c36902c6b120a294e13f6bc2c1dd074b&amp;p=1" /></a><br /> <img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9d047_eus.gif?eui=2225" /><div> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=rXaeQgp28hw:GqTmvaqxY9k:H0mrP-F8Qgo"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9d047_full?d=H0mrP-F8Qgo" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=rXaeQgp28hw:GqTmvaqxY9k:yIl2AUoC8zA"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/7f4e3_full?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=rXaeQgp28hw:GqTmvaqxY9k:D7DqB2pKExk"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/7f4e3_full?i=rXaeQgp28hw:GqTmvaqxY9k:D7DqB2pKExk" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=rXaeQgp28hw:GqTmvaqxY9k:V_sGLiPBpWU"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/7f4e3_full?i=rXaeQgp28hw:GqTmvaqxY9k:V_sGLiPBpWU" border="0" /></a></div><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/7f4e3_rXaeQgp28hw" height="1" width="1" /></p><p><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/rXaeQgp28hw/memoriser-helps-you-get-your-facts-straight">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/09/memoriser-helps-you-get-your-facts-straight-download/" rel="bookmark">Memoriser Helps You Get Your Facts Straight [Download]</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on September 30, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/09/memoriser-helps-you-get-your-facts-straight-download/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Easily restore Windows services to default settings with a web app</title><link>http://shaiperednik.com/2009/09/easily-restore-windows-services-to-default-settings-with-a-web-app/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=easily-restore-windows-services-to-default-settings-with-a-web-app</link> <comments>http://shaiperednik.com/2009/09/easily-restore-windows-services-to-default-settings-with-a-web-app/#comments</comments> <pubDate>Thu, 01 Oct 2009 05:21:12 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Inc.]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[ma]]></category> <category><![CDATA[man]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Monkey]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Vista]]></category> <category><![CDATA[wind]]></category> <category><![CDATA[XP]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/09/easily-restore-windows-services-to-default-settings-with-a-web-app/</guid> <description><![CDATA[Automatically pulled from Google Starred Filed under: Utilities, Windows, Web services I don&#8217;t know how they manage to do it, but they do. Every now and then a customer drops off a system for repair and things that a home user should ever need to monkey with &#8211; things like TCP/IP settings, registry entries, Windows [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p><p>Filed under: <a href="http://www.downloadsquad.com/category/utilities/" rel="tag">Utilities</a>, <a href="http://www.downloadsquad.com/category/windows/" rel="tag">Windows</a>, <a href="http://www.downloadsquad.com/category/web-services/" rel="tag">Web services</a></p><div align="center"><a href="http://serviceseditor.com/"><img width="580" vspace="4" hspace="4" height="371" border="0" alt="" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c9f7f_serv-man-asvdga3wg.jpg" /></a></p><div align="left">I don&#8217;t know how they manage to do it, but they do. Every now and then a customer drops off a system for repair and things that a home user should ever need to <a href="http://shaiperednik.com/tag/monkey/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Monkey">monkey</a> with &#8211; things like TCP/IP settings, registry entries, Windows services &#8211; have been mangled beyond recognition.</p><p>Services in particular can be a big pain to reset, simply because of how many their are. Fortunately, there&#8217;s an incredibly handy web app which makes the process a whole lot easier.</p><p><a href="http://serviceseditor.com/">Serviceseditor.com</a> supports Windows <a href="http://shaiperednik.com/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XP">XP</a>, <a href="http://shaiperednik.com/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Vista">Vista</a>, and Windows 7. Click the appropriate version, and you&#8217;re presented with a comprehensive list of radio buttons covering all the built-in services. Scroll through the list and toggle any values you don&#8217;t want set to the default <a href="http://shaiperednik.com/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> settings and press the submit button. You&#8217;ll receive a .reg file which you can then merge with the Windows registry.</p><p>It&#8217;s quite a bit faster than clicking through services.msc manually to get things back to normal and (obviously) doesn&#8217;t even require an install. Slick!</p></div></div><p><a href="http://www.downloadsquad.com/2009/09/28/restore-windows-services-to-defaults-web-app/">Easily restore Windows services to default settings with a web app</a> originally appeared on <a href="http://www.downloadsquad.com">Download Squad</a> on Mon, 28 Sep 2009 09:00:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6></h6><p><a href="http://serviceseditor.com/">Read</a> | <a href="http://www.downloadsquad.com/2009/09/28/restore-windows-services-to-defaults-web-app/" rel="bookmark" title="Permanent link to this entry">Permalink</a> | <a href="http://www.downloadsquad.com/forward/19176085/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.downloadsquad.com/2009/09/28/restore-windows-services-to-defaults-web-app/#comments" title="View reader comments on this entry">Comments</a></p><p> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:233e5a36c381a9c19be1228792b6c5b7:gZwJ6ujZQz4mLt6jvLthSkOzXH0nyv0EcNTJWv9pjHnxmvUd%2Bo%2BGv91KLkLOeM5s4zmqA32RCtNT"><img border="0" alt="Add to digg" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c584b_digg.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:0a6043d83079bfca32de39eea3a539f8:tdVmh49MRubss89M7dZ%2FtqHMp26X6O%2BEej5ex98utBKdtiLhghPT6Jh5rEoKtYKRwtcMkC4dH4wf"><img border="0" alt="Add to del.icio.us" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c584b_delicious.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4212c62499bcffa46780685c7c9c73c5:PT%2FbjcVMpfX0DOsTDwjuuNZ6V926xUsAd%2B1s6qkGdbWcJ%2BRBEV14gKx507vIvs%2FrRi33cvl4N9Xm"><img border="0" alt="Add to Google" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c584b_google.png" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:023e61f42dd06bf7b30c4d702ea1fab6:JCW2v%2FYJXhNnDTMEu8dzgRn%2Bd8i4sZaikG2Q17aU63Iu%2F%2F1fsVkxA%2F551dZ8JBUnFYDn%2F3fd1tdHUQ%3D%3D"><img border="0" alt="Add to StumbleUpon" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c584b_stumbleit.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c351c95eb4cee6e65c93c33bd030029b:cEbElizvw9hHTm%2B45isA2%2F%2FPuQ4OQVBKPIKGC0ws4elr3BP1rba7WbHn3gx8sjk36aqS%2FNPvdHgTlQ%3D%3D"><img border="0" alt="Add to Facebook" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c584b_facebook.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:9d0045dd1bc53b4a6d455e6bce0dfa74:paKDqqDSNPEQOTSDcCPsiXJ5mmFLA32JIUzkKzpHFTsApinSQdINKoJrVcIhsZfBuu3LxmaGWTs4"><img border="0" alt="Add to Reddit" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c584b_reddit.png" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:076314a6f3703f1544f82e650039ebf5:Tem1T1CwL97T2J%2BT2%2F51TySgo9z2jZ%2FWt0Hjk6DGDEHGYU%2BoU6PntYiFmbZ5hsuPb23go1j8riCQ4g%3D%3D"><img border="0" alt="Add to Technorati" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c584b_technorati.png" /></a><br /> <br /> <a href="http://ads.pheedo.com/click.phdo?s=6ab1e912fbe2d56a96a5a14bd88697eb&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1df97_img.phdo?s=6ab1e912fbe2d56a96a5a14bd88697eb&amp;p=1" /></a><br /> <img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1df97_eus.gif?eui=2225" /><br /> Sponsored Topics:<br /> <a href="http://ads.pheedo.com/click.phdo?s=6ab1e912fbe2d56a96a5a14bd88697eb&amp;p=64&amp;kw=Windows+XP">Windows XP</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=6ab1e912fbe2d56a96a5a14bd88697eb&amp;p=64&amp;kw=Microsoft+Windows">Microsoft Windows</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=6ab1e912fbe2d56a96a5a14bd88697eb&amp;p=64&amp;kw=Microsoft">Microsoft</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=6ab1e912fbe2d56a96a5a14bd88697eb&amp;p=64&amp;kw=Windows+7">Windows 7</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=6ab1e912fbe2d56a96a5a14bd88697eb&amp;p=64&amp;kw=Download+Squad">Download Squad</a></p><p><a href="http://www.pheedcontent.com/click.phdo?i=6ab1e912fbe2d56a96a5a14bd88697eb">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/09/easily-restore-windows-services-to-default-settings-with-a-web-app/" rel="bookmark">Easily restore Windows services to default settings with a web app</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on September 30, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/09/easily-restore-windows-services-to-default-settings-with-a-web-app/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Matt&#8217;s System Helper Outer simplifies common Windows admin tinkering</title><link>http://shaiperednik.com/2009/09/matts-system-helper-outer-simplifies-common-windows-admin-tinkering/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=matts-system-helper-outer-simplifies-common-windows-admin-tinkering</link> <comments>http://shaiperednik.com/2009/09/matts-system-helper-outer-simplifies-common-windows-admin-tinkering/#comments</comments> <pubDate>Thu, 01 Oct 2009 05:20:38 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Inc.]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[ma]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[man]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[php]]></category> <category><![CDATA[quick]]></category> <category><![CDATA[Vista]]></category> <category><![CDATA[wind]]></category> <category><![CDATA[XP]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/09/matts-system-helper-outer-simplifies-common-windows-admin-tinkering/</guid> <description><![CDATA[Automatically pulled from Google Starred Filed under: Utilities, Windows, Freeware Some of my favorite Windows apps are simple little programs that are little more than a collection of commands with buttons. Take Matt&#8217;s System Helper-Outer, which I&#8217;ve only just discovered. Sure, I&#8217;ve launched most of these commands from the run dialog so many times that [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p><p>Filed under: <a href="http://www.downloadsquad.com/category/utilities/" rel="tag">Utilities</a>, <a href="http://www.downloadsquad.com/category/windows/" rel="tag">Windows</a>, <a href="http://www.downloadsquad.com/category/freeware/" rel="tag">Freeware</a></p><div align="center"><a href="http://www.bluemac.co.uk/msho.html"><img width="473" vspace="4" hspace="4" height="416" border="0" alt="" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/afb67_asdfqe4wyw354jkw5k.jpg" /></a></p><div align="left">Some of my favorite Windows apps are simple little programs that are little more than a collection of commands with buttons. Take <a href="http://www.bluemac.co.uk/">Matt&#8217;s System Helper-Outer</a>, which I&#8217;ve only just discovered.</p><p>Sure, I&#8217;ve launched most of these commands from the run dialog so many times that I have them memorized &#8212; but an app like Helper-Outer still comes in handy for me. It&#8217;s much easier to talk my staff through clicking a couple buttons in the network panel than walking them through opening a command prompt.</p><p>And it&#8217;s helpful when a part-time tech with less experience is helping me out. Hey, not everyone is as familiar with commands like compmgmt.msc. Helper-Outer makes these tasks &#8211; things like starting and stopping the print spooler and Windows Update services, finding an IP via IPconfing, performing a DNS flush &#8211; <a href="http://shaiperednik.com/tag/quick/" class="st_tag internal_tag" rel="tag" title="Posts tagged with quick">quick</a> and easy.</p><p>If Helper-Outer looks like it can make your life a little easier, grab it from <a href="http://www.freewarefiles.com/Matts-System-Helper-Outer_program_52122.html">Freeware Files</a> &#8211; the author&#8217;s download link isn&#8217;t working at the moment. The app runs on Windows 2000+, though you may need to right-click and run as admin on <a href="http://shaiperednik.com/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Vista">Vista</a> and Windows 7.</div></div><p><a href="http://www.downloadsquad.com/2009/09/29/matts-system-helper-outer-simplifies-common-windows-admin-tinke/">Matt&#8217;s System Helper Outer simplifies common Windows admin tinkering</a> originally appeared on <a href="http://www.downloadsquad.com">Download Squad</a> on Tue, 29 Sep 2009 11:00:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6></h6><p><a href="http://www.bluemac.co.uk/msho.html">Read</a> | <a href="http://www.downloadsquad.com/2009/09/29/matts-system-helper-outer-simplifies-common-windows-admin-tinke/" rel="bookmark" title="Permanent link to this entry">Permalink</a> | <a href="http://www.downloadsquad.com/forward/19177303/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.downloadsquad.com/2009/09/29/matts-system-helper-outer-simplifies-common-windows-admin-tinke/#comments" title="View reader comments on this entry">Comments</a></p><p> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:eb688140e66764956af22ef0f5fdc558:TkMkYzEIsBQivnmodugUXmO%2B%2BjFoPiMkqUGJW5tB7HOii%2ForIfOXkFxNTI%2FX40R7SuOzqLI5wajS"><img border="0" alt="Add to digg" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/afb67_digg.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:6d89974715be0b3824450877ddd2f309:Xw3j9Ui2QIvu1MWYOyEw2r5xZ6%2FS72xdlYYT9b3qtGHMHgVmE%2F7HJSa5MaPlmdjfoppPQr%2FOkGvt"><img border="0" alt="Add to del.icio.us" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/afb67_delicious.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:5abbb97b422f36892bfda29518f1e31b:x0KSV%2FmJYHLG%2Fad%2FKALL1zUYp8anDY1puhkyLgJEmuoIbCBcUxVAzehVZfoEVrCoUrGP17f4TC9B"><img border="0" alt="Add to Google" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/afb67_google.png" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:0b144db0064c01e3797eeb1939557082:W%2BMEJ23eOFDTWtjrxpr1UkqMtZlSTYUMjyMx8NmcrwdxKj5XoW2EANA6euzuvJG%2F9iNpgAW1AaFLIQ%3D%3D"><img border="0" alt="Add to StumbleUpon" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/afb67_stumbleit.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:0125b21ce81925e14cb36f8c333fcaa4:etN1GVFbgqQq0%2BkO5LRLc%2FhfZwgTjCQnMLUoQjvguNXhUmiGFFcwMcph7EBe%2FY8mxmLTzbl1H3eD%2BA%3D%3D"><img border="0" alt="Add to Facebook" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/afb67_facebook.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d1eb36e788268929e73866005e96e54b:tCxZPsZA7Y8inn8cfrkbvWwyeJ3nDqALn%2FbB7Aw5Gyk9iZXcp7Mb3cWltZ2XxjhFXWT24R16dqr7"><img border="0" alt="Add to Reddit" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/afb67_reddit.png" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:de70274fc0b5f9b8751df2fcdd9ec078:8bb4yGOeLmH5kWjhhS%2BVmYgL%2FemsTrrnT8Ma%2FCQODQPb4GrDmKCnsfs1zjgpyzYjcJ84QQMRSdCsgQ%3D%3D"><img border="0" alt="Add to Technorati" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/25608_technorati.png" /></a><br /> <br /> <a href="http://ads.pheedo.com/click.phdo?s=8b0c5e0f594cb05fc3d1c697909d9634&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/25608_img.phdo?s=8b0c5e0f594cb05fc3d1c697909d9634&amp;p=1" /></a><br /> <img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/25608_eus.gif?eui=2225" /><br /> Sponsored Topics:<br /> <a href="http://ads.pheedo.com/click.phdo?s=8b0c5e0f594cb05fc3d1c697909d9634&amp;p=64&amp;kw=Windows+7">Windows 7</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=8b0c5e0f594cb05fc3d1c697909d9634&amp;p=64&amp;kw=Microsoft+Windows">Microsoft Windows</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=8b0c5e0f594cb05fc3d1c697909d9634&amp;p=64&amp;kw=Windows+Vista">Windows Vista</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=8b0c5e0f594cb05fc3d1c697909d9634&amp;p=64&amp;kw=Download+Squad">Download Squad</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=8b0c5e0f594cb05fc3d1c697909d9634&amp;p=64&amp;kw=Windows+Update">Windows Update</a></p><p><a href="http://www.pheedcontent.com/click.phdo?i=8b0c5e0f594cb05fc3d1c697909d9634">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/09/matts-system-helper-outer-simplifies-common-windows-admin-tinkering/" rel="bookmark">Matt&#8217;s System Helper Outer simplifies common Windows admin tinkering</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on September 30, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/09/matts-system-helper-outer-simplifies-common-windows-admin-tinkering/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Device Remover is like Device Manager on double steroids</title><link>http://shaiperednik.com/2009/09/device-remover-is-like-device-manager-on-double-steroids-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=device-remover-is-like-device-manager-on-double-steroids-2</link> <comments>http://shaiperednik.com/2009/09/device-remover-is-like-device-manager-on-double-steroids-2/#comments</comments> <pubDate>Thu, 01 Oct 2009 05:20:06 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Inc.]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[ma]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[man]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[php]]></category> <category><![CDATA[quick]]></category> <category><![CDATA[Remove]]></category> <category><![CDATA[Vista]]></category> <category><![CDATA[wind]]></category> <category><![CDATA[XP]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/09/device-remover-is-like-device-manager-on-double-steroids-2/</guid> <description><![CDATA[Automatically pulled from Google Starred Filed under: Utilities, Windows, Freeware Double steroids? Really? Yes, really. If we&#8217;re going to call Device Remover a &#8220;Device Manager alternative,&#8221; the double is totally necessary. This is no sissy-boy device tree. Five tabs present you with a tree view, list view, drivers and services, list of drivers in memory, [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p><p>Filed under: <a href="http://www.downloadsquad.com/category/utilities/" rel="tag">Utilities</a>, <a href="http://www.downloadsquad.com/category/windows/" rel="tag">Windows</a>, <a href="http://www.downloadsquad.com/category/freeware/" rel="tag">Freeware</a></p><div align="center"><a href="http://www.pro-it-education.de/software/deviceremover/#_download"><img hspace="4" height="389" border="0" width="580" vspace="4" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1d518_sdafsadfsadf344t.jpg" alt="" /></a></p><div align="left">Double steroids? Really? Yes, really. If we&#8217;re going to call <a href="http://www.pro-it-education.de/software/deviceremover/#_download">Device Remover</a> a &#8220;Device Manager alternative,&#8221; the double is totally necessary.</p><p>This is no sissy-boy device tree. Five tabs present you with a tree view, list view, drivers and services, list of drivers in memory, and active system processes and handles. You can also export or print a full list of your devices and search for a specific device or driver.</p><p>On the Device Remover tools menu, you&#8217;ll find <a href="http://shaiperednik.com/tag/quick/" class="st_tag internal_tag" rel="tag" title="Posts tagged with quick">quick</a> links to your control panel applets, relevant registry hives, shutdown options, system restore functions, MMC snap-ins, and macro that automatically removes all your data from every one of <a href="http://shaiperednik.com/tag/google/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>&#8217;s web apps. Ok, the last one not so much. But there&#8217;s a hell of a lot packed into that menu.</p><p>It&#8217;s also good at backing up drivers and cleanup duties, and it&#8217;s available as a portable app (though the .NET framework must be installed).</p><p>Pictures do this app more justice than words, so have a look at <a href="http://cid-13a411233fbf2d4d.skydrive.live.com/browse.aspx/Device%20Remover%20Screenshots">the author&#8217;s screenshot gallery on Live.com</a>. Device Remover works on Windows <a href="http://shaiperednik.com/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XP">XP</a>, <a href="http://shaiperednik.com/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Vista">Vista</a>, and 7.</div></div><p><a href="http://www.downloadsquad.com/2009/09/30/device-remover-is-like-device-manager-on-double-steriods/">Device Remover is like Device Manager on double steroids</a> originally appeared on <a href="http://www.downloadsquad.com">Download Squad</a> on Wed, 30 Sep 2009 17:00:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6></h6><p><a href="http://www.pro-it-education.de/software/deviceremover/#_download">Read</a> | <a href="http://www.downloadsquad.com/2009/09/30/device-remover-is-like-device-manager-on-double-steriods/" rel="bookmark" title="Permanent link to this entry">Permalink</a> | <a href="http://www.downloadsquad.com/forward/19161234/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.downloadsquad.com/2009/09/30/device-remover-is-like-device-manager-on-double-steriods/#comments" title="View reader comments on this entry">Comments</a></p><p> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:1f91e850a04674bfc3576b36ad7e0355:yXvxjsW42NGzeQKrpMocQBmiEoGD2Kr%2FL1PfmCOnf69miFMm0BacaaAO5mtvDKz%2FwRonElN3C9ei"><img border="0" alt="Add to digg" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1d518_digg.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:cbb513bf2d37307f9c903c67a77e7b8f:0NEO%2BKYYqXk%2B6DyKfXz7hVA9n2gsO1P07t5HixjfGTiik2NPGnnk3qYUIDti63rC5khZS5BJcYHY"><img border="0" alt="Add to del.icio.us" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1d518_delicious.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a18ca1f280d5824bbc6739690e3880f9:kkYXh5rm1%2FcoAEgRtZXQvF2UzUCGMf8Adt9KkUPx5Jdlq7l6vfBDRUfpf40Njbp9yWRCKMeolqx9"><img border="0" alt="Add to Google" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1d518_google.png" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:5b771e026023b8882cfdc459e6507681:k4lQJglQcm9L7VSqkbHr%2FJOkCauZawZmiZE%2FkzgMGuZ4HjBfTq70G3wiZvx8J3Bdu0hUxIT0b9VQVA%3D%3D"><img border="0" alt="Add to StumbleUpon" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1d518_stumbleit.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4a30f90bfa5a7a1552bd3cfab451b8f5:s9s52tv2r8Q4KYj0QRfLGC6aycm86bjHjONr0amDklNdgdZUe1YacFPmMVD2OSN%2F%2BfO0ghUHxJ4%2BaA%3D%3D"><img border="0" alt="Add to Facebook" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/8b378_facebook.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:695bb587728201182a9c3318845adb46:W69rtb7gBlP6%2F52Ehecw3AmqUbL%2BySdh61EZAcPBOEhgbddQG7wYurCz0KQUrVcgnZVyb7AAKvtm"><img border="0" alt="Add to Reddit" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/8b378_reddit.png" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a50e8e4af66adddba29c69be808a4792:8nZcRm16DrELbBJPlUt4JfvIqCtpQUEjLCxPRcVq9eq6gr8Ak8h2tnaD5AwRP06%2FLH7bHciL8jgDPw%3D%3D"><img border="0" alt="Add to Technorati" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/8b378_technorati.png" /></a><br /> <br /> <a href="http://ads.pheedo.com/click.phdo?s=12513cf0ba259ebea18a6a1e0520a099&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/8b378_img.phdo?s=12513cf0ba259ebea18a6a1e0520a099&amp;p=1" /></a><br /> <img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/d0c7a_eus.gif?eui=2225" /><br /> Sponsored Topics:<br /> <a href="http://ads.pheedo.com/click.phdo?s=12513cf0ba259ebea18a6a1e0520a099&amp;p=64&amp;kw=Windows+XP">Windows XP</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=12513cf0ba259ebea18a6a1e0520a099&amp;p=64&amp;kw=Microsoft+Windows">Microsoft Windows</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=12513cf0ba259ebea18a6a1e0520a099&amp;p=64&amp;kw=Windows+Vista">Windows Vista</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=12513cf0ba259ebea18a6a1e0520a099&amp;p=64&amp;kw=Google">Google</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=12513cf0ba259ebea18a6a1e0520a099&amp;p=64&amp;kw=Download+Squad">Download Squad</a></p><p><a href="http://www.pheedcontent.com/click.phdo?i=12513cf0ba259ebea18a6a1e0520a099">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/09/device-remover-is-like-device-manager-on-double-steroids-2/" rel="bookmark">Device Remover is like Device Manager on double steroids</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on September 30, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/09/device-remover-is-like-device-manager-on-double-steroids-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/49 queries in 0.008 seconds using disk: basic
Object Caching 1849/1949 objects using disk: basic

Served from: shaiperednik.com @ 2012-02-04 17:20:12 -->
