<?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>ComputerChimp.com &#187; Windows</title> <atom:link href="http://computerchimp.com/category/windows/feed" rel="self" type="application/rss+xml" /><link>http://computerchimp.com</link> <description>Computer Basics for Beginners</description> <lastBuildDate>Mon, 14 Jun 2010 12:10:06 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Svchost CPU Usage Slowing Down Your Computer?</title><link>http://computerchimp.com/printers/svchost-cpu-usage-slowing-down-your-computer.html</link> <comments>http://computerchimp.com/printers/svchost-cpu-usage-slowing-down-your-computer.html#comments</comments> <pubDate>Wed, 01 Oct 2008 15:23:05 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Printers]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[100% CPU]]></category> <category><![CDATA[hp network printer]]></category> <category><![CDATA[hp printer problem]]></category> <category><![CDATA[Slow Computer]]></category> <category><![CDATA[svchost]]></category> <category><![CDATA[svchost.exe]]></category><guid
isPermaLink="false">http://computerchimp.com/?p=41</guid> <description><![CDATA[I encountered a nagging problem with all the Windows PCs on my network. Sometimes, they’d run just fine. Other times, they’d slow to a crawl. What used to take only a few seconds for my computer to accomplish would now take several minutes. During my research, I found that several other people encountered similar problems. [...]]]></description> <content:encoded><![CDATA[<p></p><p>I encountered a nagging problem with all the Windows PCs on my network. Sometimes, they’d run just fine. Other times, they’d slow to a crawl. What used to take only a few seconds for my computer to accomplish would now take several minutes. During my research, I found that several other people encountered similar problems.<span
id="more-41"></span></p><p>Many people identified the problem as an issue with the Windows Update Agent (WUA). You can read about it and the fix for it on Microsoft’s support site at <a
href="”http://support.microsoft.com/kb/916089/en-us”">support.microsoft.com/kb/916089/en-us</a>. In all likelihood, however, if you’ve been updating Windows regularly, you already have the required fix.</p><p>I was able to track down my problem to software related to my HP printer. For some strange reason, the software was engaging my computer in a constant search for the printer, which was really bogging down both computers on my home network.</p><p>If you have an HP printer that you share on your network via a router and you’re experiencing very poor performance, this post may help you identify and fix the problem.</p><h3>Identifying the Culprit</h3><p>To find out what’s causing the slowdown, press Ctrl+Alt+Delete to display the Windows Task Manager shown below and click the Processes tab. Examine the list of processes for any process except “System Idle Process” that’s consuming a huge percentage of CPU resources. On my networked PCs, the process that was hogging the CPU was svchost.exe.</p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc01.jpg" alt="" /></p><p>Svchost is part of Windows. Other software can call it into action. Several instances of svchost.exe were running, but only one may be causing a problem. Your next step is to find out which program running the problem instance of svchost is causing the problem.</p><p>Download a utility called <a
href="”http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx”">Process Explorer</a> and run it on my computer as shown below. This nifty utility displays a list of all the processes currently running, just like the Windows Task Manager does, but allows you to view more information about each process.</p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc02.jpg" alt="" /></p><p>Double-click the process that’s consuming so much CPU usage to display a window with more information about the process, as shown below. This example shows information for HP Network Devices Support.</p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc03.jpg" alt="" /></p><h3>Changing a Service from Automatic to Manual</h3><p>In the many discussions I read about this problem on other Web sites, I knew that I needed to change the service from automatic to manual in order to fix the problem. However, nobody really explained how to do that. Here’s how:</p><ol><li>Click Start and then <strong>Control Panel</strong>.</li><li>Click <strong>Switch to Classic View</strong>.</li><li>Double-click <strong>Administrator Tools</strong> as shown below.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc04.jpg" alt="" /></p><li>Double-click <strong>Services</strong>, as shown below.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc05.jpg" alt="" /></p><p>The Services window appears, as shown below. Note that it includes a couple HP services, including HP Network Devices Support.</p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc06.jpg" alt="" /></p><li>Double-click <strong>HP Network Devices Support</strong>. Windows displays additional information about the service, as shown below, including the command used to run it.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc07.jpg" alt="" /></p><li>Change the <strong>Startup Type</strong> from <strong>Automatic</strong> to <strong>Manual</strong> and then <strong>click the </strong>OK button.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc08.jpg" alt="" /></p></ol><h3>Assigning Your Network Printer a Static IP Address</h3><p>Unfortunately, now that you’ve essentially disabled the HP tool for locating the network printer on startup, Windows won’t be able to find your printer. To address this issue, assign your printer a static (fixed) IP address. The process for doing this differs depending on the router you’re using. I have a Netgear router, and the process goes something like this:</p><ol><li>Open your Web browser, type the IP address of your router, and press Enter. The IP address usually looks something like 127.132.0.1. (I blurred mine in the image below for security purposes.) Check the documentation that came with your router for information on how to access its settings.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc09.jpg" alt="" /></p><li>Login, if necessary, by entering your username and password. (Again, this should be included in your router’s documentation, unless you or someone else changed the router’s login settings.)</li><li>Click the <strong>LAN IP Setup</strong> link to display the LAN IP Setup settings, where can assign a specific IP address to any device on the network, as shown below.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc10.jpg" alt="" /></p><li>Click <strong>Add</strong> to display a list of devices for which you can reserve a specific IP address.</li><li>Click the option button next to your printer and click <strong>Add</strong>, as shown below. This returns you to the LAN IP Setup page.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc11.jpg" alt="" /></p><li>Click <strong>Apply</strong>, as shown below.</li><p> </p><p
style="text-align: center;"><img
src="http://joekraynak.com/images/SVCHost/svc12.jpg" alt="" /></p></ol><p>Assuming everything goes as planned, the next time you restart your computer, you shouldn’t have a problem with svchost consuming all your CPU usage, and you should have no trouble printing.</p><p>Now, perform the same steps on your other networked computers.</p> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/printers/svchost-cpu-usage-slowing-down-your-computer.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Windows Vista Thumbs Up or Thumbs Down?</title><link>http://computerchimp.com/windows/windows-vista-thumbs-up-or-thumbs-down.html</link> <comments>http://computerchimp.com/windows/windows-vista-thumbs-up-or-thumbs-down.html#comments</comments> <pubDate>Fri, 22 Aug 2008 14:33:00 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[Windows Vista]]></category> <category><![CDATA[ComputerChimp.com]]></category> <category><![CDATA[Microsoft Windows Vista]]></category> <category><![CDATA[Mojave Experiment]]></category><guid
isPermaLink="false">http://computerchimp.com/windows/windows-vista-thumbs-up-or-thumbs-down.html</guid> <description><![CDATA[When I was writing Deconstructing Golden Tee LIVE, I interviewed several game designers who all told me the same thing – users go through a period during which they resist change before they embrace it. I’m wondering whether the same thing is occurring with Windows Vista. Many die hard Windows XP users I’ve talked with [...]]]></description> <content:encoded><![CDATA[<p></p><p>When I was writing <em>Deconstructing Golden Tee LIVE</em>, I interviewed several game designers who all told me the same thing – users go through a period during which they resist change before they embrace it. I’m wondering whether the same thing is occurring with Windows Vista.<span
id="more-30"></span></p><p>Many die hard Windows XP users I’ve talked with insist that they’re going to stick with XP at least until Microsoft &#8220;works out all the bugs in Vista.&#8221; Many of these users haven&#8217;t even tried Vista. They simply have a knee-jerk reaction against it.</p><p>Apparently, Microsoft is well aware that this is going on. Relatively recently, the company did a little experiment called <a
href="http://www.mojaveexperiment.com">The Mojave Experiment</a>. They wanted to know what people would think of Vista if they didn&#8217;t know it was Vista: Would they still hate it?</p><p>Overwhelmingly, the answer was No. People who used Windows Vista not knowing they were using Vista reported that they loved the operating system.</p><p>Admittedly, I was a little hesitant to use Vista at first, and I really didn&#8217;t like it. I didn&#8217;t like having to learn a new way of doing things. I knew where everything I needed was located in XP and didn&#8217;t want to have to go hunting for all that stuff again.</p><p>Over time, however, I&#8217;ve become a fan of Windows Vista. Here are some of the things I like about it:</p><ul><li><strong>3D desktop:</strong> When you have multiple application windows open in Vista, you can flip through the stack in 3D.</li><li><strong>Start menu search:</strong> All I have to do is click the Start button and start typing some text in the Search box to find what I&#8217;m looking for.</li><li><strong>Beefed up media features:</strong> I especially like the new Windows Movie Maker, which now allows me to burn my video to a recordable DVD to play on my TV&#8217;s DVD player.</li><li><strong>New sidebar and gadgets:</strong> The new sidebar in Windows Vista provides quick access to customizable mini-applications (called <em>gadgets</em>), which include weather updates, news headlines, late-breaking sports scores, your personal calendar, a calculator, and other often-used features and tools.</li><li><strong>New backup utility:</strong> Everyone tells you to back up the files on your computer, but Windows XP offers a shoddy backup utility. Vista improves the backup capabilities of Windows, enabling you to back up your files to recordable CDs or DVDs, external hard drives, and other backup media.</li><li><strong>Speech recognition:</strong> If you&#8217;d rather bark out commands than point and click with a mouse, Windows Vista can accommodate your preference. Equip your computer with a microphone, train Vista to tune its ear to your voice, and you&#8217;re ready to enter commands and type without touching your keyboard or mouse. The more you use the feature, the better it works!</li><li><strong>Windows SideShow:</strong> Designed for notebook computers, Windows SideShow enables you to display critical information on a secondary or auxiliary screen whether the notebook is on, off, or in sleep mode. In other words, you don&#8217;t have to power up your computer to view meeting schedules, phone numbers, addresses, and recent e-mail messages. This saves you gobs of time and conserves battery power at the same time. Of course, your notebook computer must be equipped with a secondary or auxiliary screen.</li></ul><p>If you&#8217;ve tried Windows Vista, I&#8217;d like to know what you think of it. Do you give it a thumbs up or a thumbs down? Why?</p> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/windows/windows-vista-thumbs-up-or-thumbs-down.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Make a Slide Show with Windows Movie Maker</title><link>http://computerchimp.com/slide-show/make-a-slide-show-with-windows-movie-maker.html</link> <comments>http://computerchimp.com/slide-show/make-a-slide-show-with-windows-movie-maker.html#comments</comments> <pubDate>Tue, 29 Jul 2008 16:39:46 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Slide Show]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ComputerChimp.com | Create Slide Show | Windows Movie M]]></category><guid
isPermaLink="false">http://computerchimp.com/windows/make-a-slide-show-with-windows-movie-maker.html</guid> <description><![CDATA[My daughter returned home from a Spanish class trip to Costa Rica with over 250 photos on our neighbor&#8217;s new digital camera – Olympus Stylus 790SW 7.1MP Waterproof Digital Camera with Dual Image Stabilized 3x Optical Zoom. We downloaded them to her computer and backed them up to a recordable CD and returned the camera. [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://www.amazon.com/gp/product/B000UW3DB6?ie=UTF8&amp;tag=fooallfordum-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B000UW3DB6"><img
title="Order on Amazon.com" src="http://joekraynak.com/images/olympus.jpg" border="0" alt="" hspace="5" align="left" /></a>My daughter returned home from a Spanish class trip to Costa Rica with over 250 photos on our neighbor&#8217;s new digital camera – <em>Olympus Stylus 790SW 7.1MP Waterproof Digital Camera with Dual Image Stabilized 3x Optical Zoom</em>. We downloaded them to her computer and backed them up to a recordable CD and returned the camera. Now, we wanted to create a slide show with musical accompaniment that we could record on a DVD to play on our TV&#8217;s DVD player. Both of our computers are equipped with PowerPoint, but we decided to try a different approach – using Windows Movie Maker.<span
id="more-29"></span></p><p>The actual process of making a slide show in Windows Movie Maker for Windows XP and Vista is nearly identical. However, as I discovered through this process, it&#8217;s easier in Vista. On my daughter&#8217;s PC running Windows Vista, we could edit the photos in Windows Photo Gallery, create the side show in Movie Maker, and then burn it to a DVD to play in a TV DVD player. On my PC running XP, I had to use a separate program to edit the photos (I used Paint Shop Pro), and Movie Maker did not provide me with an option to record the slide show to a TV DVD; I could only save it to a CD or DVD for playback on a PC.</p><h2>First Things First</h2><p>Even before you start thinking about creating your slide show, edit your photos:</p><ul><li>Rotate any photos 90 degrees clockwise or counterclockwise so they&#8217;re right-side-up.</li><li>Correct any photos that are too dark, too light, have red-eye problems, or just don&#8217;t look right for whatever reason. (You can&#8217;t do too much to correct out-of-focus photos.) Most photo editing programs, including Windows Photo Gallery (included with Vista) feature tools for rotating images and an Auto Fix command for correcting problems.</li></ul><p>In Windows Photo Gallery, you can click a photo and use the Rotate buttons to rotate it. To edit the photo, double-click it.</p><blockquote><p><strong>Tip:</strong> If you have Vista, you can start creating your Movie Maker slide show in Windows Photo Gallery. Click <strong>Start</strong>, <strong>All Programs</strong>, <strong>Windows Photo Gallery</strong>. After editing your photos, click <strong>File</strong>, <strong>Select All</strong>, and then click <strong>Make a Movie</strong>. Windows closes the Photo Gallery and runs Windows Movie Maker, which you can then use to make your slide show movie.</p></blockquote><h2>Make the Slide Show</h2><p>To make the slide show, we took the following steps. (If you already selected the photos in Windows Photo Gallery and clicked Make a Movie, you can skip steps 1-3.)</p><ol><li>Click <strong>Start</strong>, point to <strong>All Programs</strong>, and click <strong>Windows Movie Maker</strong>. (In Windows XP, you may need to select Start, All Programs, Accessories, Windows Movie Maker.)</li><li>Under <strong>Import</strong> or <strong>Capture Video</strong>, click the option for importing <strong>Pictures</strong>.</li><li>Change to the folder that contains the photos you want to include in your slide show, select all the photos you want to include in your slide show, and click <strong>Import</strong>. Windows Movie Maker imports the selected photos.</li><li>Take one of the following steps to add photos to your slide show:<ul><li>To control the order of the photos, drag each photo to the desired location in the storyboard (the pane at the bottom of Movie Maker).</li><li>Select all of the photos you want to include in your slide show, and then drag one of the selected photos into the Storyboard (the pane at the bottom of Movie Maker) and release the mouse button.</li></ul></li></ol><h2>Add Music</h2><p>Adding music that plays in the background can really enhance your slide show, but first, you need to have some audio tracks:</p><ul><li>Use Windows Media Player to rip tracks from one or more CDs.</li><li>Use audio tracks or clips you downloaded from the Internet. (Windows Movie Maker supports the following audio file formats: aif, .aifc, .aiff .asf, .au, .mp2, .mp3, .mpa, .snd, .wav, and .wma.)</li></ul><p>Once you have some audio clips stored in one or more folders on your computer&#8217;s hard drive, you can import them into Movie Maker and add them to your slide show:</p><ol><li>Under <strong>Import</strong> or <strong>Capture Video</strong>, click the option for importing <strong>Audio or Music</strong>.</li><li>Change to the folder that contains the audio tracks or clips you want to include in your slide show, select all the clips you want to include in your slide show, and click <strong>Import</strong>. Windows Movie Maker imports the selected clips.</li><li>Above the Storyboard (the pane at the bottom of Movie Maker), click <strong>Storyboard</strong> and then click <strong>Timeline</strong> or click <strong>Show Timeline</strong> to change to timeline view. (You have to be in timeline view to add music.)</li><li>Take one of the following steps to add audio tracks to your slide show:<ul><li>To control the order of the audio clips, drag each clip to the desired location in the Audio section of the timeline. (Make sure the line that defines the beginning of the audio clip butts up against the beginning of the timeline or the end of the previous clip, or you&#8217;ll have dead air in your slide show.)</li><li>Select all of the audio clips you want to include in your slide show, and then drag one of the selected clips into the audio section of the timeline and release the mouse button.</li></ul></li></ol><blockquote><p><strong>Tip:</strong> You probably want to have the music run a little past the end of the slide show to be sure that music will play the entire time.</p></blockquote><blockquote><p><strong>Tip:</strong> Instead of music, you may want to include your own narration of what&#8217;s shown in each slide. (You need to have a microphone installed on your computer in order to record narration.) To record narration, open the Tools menu, click Narrate Timeline, and use the onscreen controls (and your microphone).</p></blockquote><h2>Add a Title and Credits</h2><p>To give your slide show a professional touch, add a title slide and credits. I won&#8217;t bore you with detailed step-by-step instructions. Use the options on the Tools menu and follow the onscreen instructions to add a title slide and credits.</p><blockquote><p><strong>Tip:</strong> You can also add transition effects between slides by using the <strong>Tools</strong>, <strong>Transitions</strong> or <strong>Video Transitions</strong> command, but I like the default slide transitions. If you do use transitions, use the same transition between all slides, so the different transitions won&#8217;t distract from your show.</p></blockquote><h2>Preview Your Slide Show</h2><p>Before burning (recording) your slide show to a CD or DVD, preview it to make sure it contains all the photos and music you want it to include in the order in which you want them to play.</p><p>To preview your slide show, click the first slide in your show (probably the Title slide if you added a title to your slide show), and then click the <strong>Play</strong> button.</p><h2>Save Your Project</h2><p>To save your project so you can edit it later, click <strong>File</strong>, <strong>Save Project</strong> or press Ctrl+S and then save the file as you would save any file on your computer. This simply saves your project. It doesn&#8217;t allow you to play the slide show on another computer or on a TV DVD player. To do that, you need to &#8220;publish&#8221; your movie, as discussed in the next section.</p><h2>Publish Your Slide Show</h2><p>When your slide show is just as you want it, you can publish it to share with others. In Windows XP, you can save the movie (slide show) to your computer, to a CD, send it via e-mail, save it to a format that can play on the Web, or save it to a DV (Digital Video) recorder. In Windows Vista, you have all of those options, plus you can record to a DVD disc to play on other computers equipped with DVD players or on a TV DVD player.</p><blockquote><p><strong>Note:</strong> To publish your slide show to a DVD, your computer must be equipped with a recordable DVD player and you must use recordable DVDs.</p></blockquote><p>To publish your movie (slide show), click <strong>Start</strong>, <strong>Publish Movie</strong> (Windows Vista) or <strong>Start</strong>, <strong>Save Movie File</strong> (Windows XP), and follow the onscreen cues to save/publish the file in the desired format.</p> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/slide-show/make-a-slide-show-with-windows-movie-maker.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Troubleshooting Windows Via Microsoft&#8217;s Knowledge Base</title><link>http://computerchimp.com/troubleshooting/troubleshooting-windows-via-microsofts-knowledge-base.html</link> <comments>http://computerchimp.com/troubleshooting/troubleshooting-windows-via-microsofts-knowledge-base.html#comments</comments> <pubDate>Tue, 27 May 2008 14:43:03 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://computerchimp.com/troubleshooting/troubleshooting-windows-via-microsofts-knowledge-base.html</guid> <description><![CDATA[Whenever I encounter a problem in Microsoft Windows, the first place I turn to is Microsoft’s Knowledge Base – an incredible resource for articles on troubleshooting and correcting problems in Microsoft Windows and other Microsoft programs. To access the Knowledge Base, take the following steps: Fire up Internet Explorer or whichever Web browser you use. [...]]]></description> <content:encoded><![CDATA[<p></p><p>Whenever I encounter a problem in Microsoft Windows, the first place I turn to is Microsoft’s Knowledge Base – an incredible resource for articles on troubleshooting and correcting problems in Microsoft Windows and other Microsoft programs.<span
id="more-25"></span></p><p>To access the Knowledge Base, take the following steps:</p><ol><li>Fire up Internet Explorer or whichever Web browser you use.</li><li>Go to www.microsoft.com.</li><li>Click the <strong>Support</strong> link.</li><li>Click <strong>Knowledge Base</strong>. The Advanced Search page appears.</li><li>Click the <strong>Show More Options</strong> button.</li><li>Open the <strong>On what product do you want to search?</strong> list and click the Microsoft product you think is causing the problem.</li><li>Click in the search box near the top of the page and type a description of the problem you’re having. (If you received an error message, type the message exactly as it appeared.</li><li>Click the <strong>Search</strong> button.</li></ol><blockquote><p>Personally, I prefer using the Microsoft Knowledge Base to troubleshoot problems, but the Support page contains additional tools, including Help &amp; Support Home, Microsoft Update, Windows XP Solution Center, Windows Vista Solution Center, and 2007 Office suites Solution Center. All of these are worth checking out.</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/troubleshooting/troubleshooting-windows-via-microsofts-knowledge-base.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tip: Expand and Restore Windows</title><link>http://computerchimp.com/windows/tip-expand-and-restore-windows.html</link> <comments>http://computerchimp.com/windows/tip-expand-and-restore-windows.html#comments</comments> <pubDate>Fri, 04 Apr 2008 14:30:59 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[Windows Tip]]></category><guid
isPermaLink="false">http://computerchimp.com/windows/tip-expand-and-restore-windows.html</guid> <description><![CDATA[If you still use the Maximize and Restore buttons in the upper right corner of a program&#8217;s window, you probably waste a lot of time trying to get the mouse pointer positioned precisely over the desired button, especially if you&#8217;re using your notebook PC&#8217;s touchpad. Did you know that you don&#8217;t have to use those [...]]]></description> <content:encoded><![CDATA[<p></p><p>If you still use the Maximize and Restore buttons in the upper right corner of a program&#8217;s window, you probably waste a lot of time trying to get the mouse pointer positioned precisely over the desired button, especially if you&#8217;re using your notebook PC&#8217;s touchpad.<span
id="more-16"></span></p><p
style="text-align: center"><img
src="http://joekraynak.com/images/maximize.jpg" border="0" alt="Click Maximize Button" hspace="5" vspace="5" width="400" height="308" /></p><p>Did you know that you don&#8217;t have to use those buttons? Simply double-click anywhere inside the window&#8217;s title bar (except on the buttons of course). If the window is maximized, double-clicking the title bar restores it. If it is not maximized, double-clicking the title bar maximizes the window.</p><p
style="text-align: center"><img
src="http://joekraynak.com/images/restore.jpg" border="0" alt="Double-click Title Bar" hspace="5" vspace="5" width="400" height="307" /></p><p>Try it.</p> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/windows/tip-expand-and-restore-windows.html/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
Page Caching using disk (user agent is rejected)
Database Caching 5/11 queries in 0.064 seconds using disk

Served from: computerchimp.com @ 2010-09-08 00:20:00 -->