<?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>Tech Buzzing</title>
	<atom:link href="http://www.techbuzzing.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbuzzing.com</link>
	<description></description>
	<lastBuildDate>Wed, 03 Mar 2010 12:49:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows 7: Automatically Delete Temporary Files</title>
		<link>http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/</link>
		<comments>http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 11:36:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://www.techbuzzing.com/?p=664</guid>
		<description><![CDATA[
The Windows Disk Cleanup Wizard will delete your temporary files, but only if they are over a week old. To create a simple batch script that will clean up your temporary directories:

Create the Batch File:
Open Notepad and type:
cd C:\Users\%username%\AppData\Local rmdir /S /Q Temp
And save the file as cleantemp.bat
Now double click on the file, you created, to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-665" title="3d_windows_logo_by_deviantmrgrim" src="http://www.techbuzzing.com/wp-content/uploads/2010/02/3d_windows_logo_by_deviantmrgrim-300x224.jpg" alt="3d_windows_logo_by_deviantmrgrim" width="300" height="224" /></p>
<p>The Windows Disk Cleanup Wizard will delete your temporary files, but only if they are over a week old. To create a simple batch script that will clean up your temporary directories:</p>
<p><span id="more-664"></span></p>
<p><strong>Create the Batch File:</strong></p>
<p>Open Notepad and type:</p>
<p><strong>cd C:\Users\%username%\AppData\Local rmdir /S /Q Temp</strong></p>
<p>And save the file as <strong>cleantemp.bat</strong></p>
<p>Now double click on the file, you created, to remove your temporary files and free up space on your computer. If this doesn’t work and gives an access error, try replacing <strong>%username%</strong> with your <strong>windows login username</strong>.</p>
<p><strong>To automate this process:</strong></p>
<p>1.  Right click on the batch file you created and click create shortcut.</p>
<p>2.  Place the shortcut in your startup folder in the start menu (Customize Your Start Menu.)</p>
<p>3.  Now when you log in to Windows 7, your temporary files will be deleted.</p>
<div><table border=0 bgcolor=#ffffff> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F02%2Fwindows-7-automatically-delete-temporary-files%2F&amp;t=Windows+7%3A+Automatically+Delete+Temporary+Files+&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F02%2Fwindows-7-automatically-delete-temporary-files%2F&amp;title=Windows+7%3A+Automatically+Delete+Temporary+Files+&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F02%2Fwindows-7-automatically-delete-temporary-files%2F&amp;title=Windows+7%3A+Automatically+Delete+Temporary+Files+&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Windows+7%3A+Automatically+Delete+Temporary+Files+;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F02%2Fwindows-7-automatically-delete-temporary-files%2F&amp;source=aliahmad38&amp;style=normal ' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>February 1, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-geographic-location/" title="Windows 7: Geographic Location ">Windows 7: Geographic Location </a> (0)</li><li>January 14, 2010 -- <a href="http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/" title="Windows 7: Create a System Recovery Disc ">Windows 7: Create a System Recovery Disc </a> (0)</li><li>December 15, 2009 -- <a href="http://www.techbuzzing.com/2009/12/upgrade-to-windows-7-from-windows-vista/" title="Upgrade To Windows 7 From Windows Vista">Upgrade To Windows 7 From Windows Vista</a> (0)</li><li>December 12, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-7-disable-the-autorunautoplay-feature/" title="Windows 7: Disable The AutoRun/AutoPlay Feature">Windows 7: Disable The AutoRun/AutoPlay Feature</a> (0)</li><li>December 9, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-7-shuffling-through-program-windows/" title="Windows 7: Shuffling Through Program Windows">Windows 7: Shuffling Through Program Windows</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7: Geographic Location</title>
		<link>http://www.techbuzzing.com/2010/02/windows-7-geographic-location/</link>
		<comments>http://www.techbuzzing.com/2010/02/windows-7-geographic-location/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 10:56:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://www.techbuzzing.com/?p=660</guid>
		<description><![CDATA[Many programs in Windows 7, such as Firefox, will utilize your geographic location. This location will be used in a variety of ways including letting people know where you are when you send emails and take pictures, etc.

To set your default geographic location:
1. Click the Start button, type loc, and click on Default Location.
2. From [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-661" title="windows7_2D00_logo2" src="http://www.techbuzzing.com/wp-content/uploads/2010/02/windows7_2D00_logo2.jpg" alt="windows7_2D00_logo2" width="236" height="235" />Many programs in Windows 7, such as Firefox, will utilize your geographic location. This location will be used in a variety of ways including letting people know where you are when you send emails and take pictures, etc.</p>
<p><span id="more-660"></span></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 203px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">To set your default geographic location:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 203px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">1. Click the Start button, type loc, and click on Default Location.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 203px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">2. From this screen, you can set your default location settings.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 203px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">3.  When you are done, click Apply.</div>
<p>To set your default geographic location:</p>
<p>1. Click the Start button, type loc, and click on Default Location.</p>
<p>2. From this screen, you can set your default location settings.</p>
<p><img class="aligncenter size-medium wp-image-662" title="Geographic Location copy" src="http://www.techbuzzing.com/wp-content/uploads/2010/02/Geographic-Location-copy-300x250.jpg" alt="Geographic Location copy" width="300" height="250" /></p>
<p>3.  When you are done, click Apply.</p>
<p>Now you are ready for maximum utilization as more location-aware programs and services are released.</p>
<div></div>
<div><table border=0 bgcolor=#ffffff> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F02%2Fwindows-7-geographic-location%2F&amp;t=Windows+7%3A+Geographic+Location+&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F02%2Fwindows-7-geographic-location%2F&amp;title=Windows+7%3A+Geographic+Location+&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F02%2Fwindows-7-geographic-location%2F&amp;title=Windows+7%3A+Geographic+Location+&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Windows+7%3A+Geographic+Location+;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F02%2Fwindows-7-geographic-location%2F&amp;source=aliahmad38&amp;style=normal ' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>February 12, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/" title="Windows 7: Automatically Delete Temporary Files ">Windows 7: Automatically Delete Temporary Files </a> (0)</li><li>January 14, 2010 -- <a href="http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/" title="Windows 7: Create a System Recovery Disc ">Windows 7: Create a System Recovery Disc </a> (0)</li><li>December 15, 2009 -- <a href="http://www.techbuzzing.com/2009/12/upgrade-to-windows-7-from-windows-vista/" title="Upgrade To Windows 7 From Windows Vista">Upgrade To Windows 7 From Windows Vista</a> (0)</li><li>December 12, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-7-disable-the-autorunautoplay-feature/" title="Windows 7: Disable The AutoRun/AutoPlay Feature">Windows 7: Disable The AutoRun/AutoPlay Feature</a> (0)</li><li>December 9, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-7-shuffling-through-program-windows/" title="Windows 7: Shuffling Through Program Windows">Windows 7: Shuffling Through Program Windows</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.techbuzzing.com/2010/02/windows-7-geographic-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7: Create a System Recovery Disc</title>
		<link>http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/</link>
		<comments>http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 11:22:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://www.techbuzzing.com/?p=648</guid>
		<description><![CDATA[
If Windows 7 goes wrong, you can attempt a repair, at boot up, to see if the problem can be fixed. To do this, you will need to create a system recovery disc; if you have the original Windows 7 disc, it will act as a recovery disc.

The system recovery disc cannot be used to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-649" title="microsoft-logo new" src="http://www.techbuzzing.com/wp-content/uploads/2010/01/microsoft-logo-new-300x220.png" alt="microsoft-logo new" width="300" height="220" /></p>
<p>If Windows 7 goes wrong, you can attempt a repair, at boot up, to see if the problem can be fixed. To do this, you will need to create a system recovery disc; if you have the original Windows 7 disc, it will act as a recovery disc.</p>
<p><span id="more-648"></span></p>
<p>The system recovery disc cannot be used to install Windows, but it can be used to fix common problems that prevent Windows from booting. I recommend you make a system recovery disc before playing with Windows’ settings.</p>
<p><img class="aligncenter size-medium wp-image-651" title="Recovery" src="http://www.techbuzzing.com/wp-content/uploads/2010/01/Recovery-300x246.jpg" alt="Recovery" width="300" height="246" /></p>
<p>To create a system recovery disc:</p>
<p>1.  Click the Start button.</p>
<p>2.  Type <strong>Backup.</strong></p>
<p>3.  Click Backup and Restore.</p>
<p>4.  In the left column, click Create a System repair disc.</p>
<p>5.  Select your DVD drive and click Create disc.</p>
<p>6.  Wait for the disc to burn.</p>
<p>7.  Test the disc by rebooting your PC with the disc in the drive. Boot from the    optical drive           (Boot from a CD or DVD) and ensure the disc works by waiting for the main menu to load; if the menu loads, you should be good to go in the event of a computer problem.</p>
<p>8.  Save the recovery disc in a safe place.</p>
<div><table border=0 bgcolor=#ffffff> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F01%2Fwindows-7-create-a-system-recovery-disc%2F&amp;t=Windows+7%3A+Create+a+System+Recovery+Disc+&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F01%2Fwindows-7-create-a-system-recovery-disc%2F&amp;title=Windows+7%3A+Create+a+System+Recovery+Disc+&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F01%2Fwindows-7-create-a-system-recovery-disc%2F&amp;title=Windows+7%3A+Create+a+System+Recovery+Disc+&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Windows+7%3A+Create+a+System+Recovery+Disc+;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F01%2Fwindows-7-create-a-system-recovery-disc%2F&amp;source=aliahmad38&amp;style=normal ' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>December 12, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-7-disable-the-autorunautoplay-feature/" title="Windows 7: Disable The AutoRun/AutoPlay Feature">Windows 7: Disable The AutoRun/AutoPlay Feature</a> (0)</li><li>February 12, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/" title="Windows 7: Automatically Delete Temporary Files ">Windows 7: Automatically Delete Temporary Files </a> (0)</li><li>February 1, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-geographic-location/" title="Windows 7: Geographic Location ">Windows 7: Geographic Location </a> (0)</li><li>December 15, 2009 -- <a href="http://www.techbuzzing.com/2009/12/upgrade-to-windows-7-from-windows-vista/" title="Upgrade To Windows 7 From Windows Vista">Upgrade To Windows 7 From Windows Vista</a> (0)</li><li>December 9, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-7-shuffling-through-program-windows/" title="Windows 7: Shuffling Through Program Windows">Windows 7: Shuffling Through Program Windows</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAC: Changing the Clock Display</title>
		<link>http://www.techbuzzing.com/2010/01/mac-changing-the-clock-display/</link>
		<comments>http://www.techbuzzing.com/2010/01/mac-changing-the-clock-display/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 10:53:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://www.techbuzzing.com/?p=644</guid>
		<description><![CDATA[
By default, Mac OS X provides a clock in the upper-right corner of the desktop. You can control the appearance of this display by using the System Preferences utility.


Open the System Preferences utility.
Click the Date &#38; Time icon.
To hide the clock, uncheck the &#8220;Show the date and time in the menu bar&#8221; check box. The [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-645" title="green_apple_logo" src="http://www.techbuzzing.com/wp-content/uploads/2010/01/green_apple_logo-300x300.jpg" alt="green_apple_logo" width="300" height="300" /></p>
<p>By default, Mac OS X provides a <a name="idd1e16945"></a><a name="idd1e16938"></a><a name="idd1e16933"></a>clock in the upper-right corner of the desktop. You can control the appearance of this display by using the System Preferences utility.</p>
<p><span id="more-644"></span></p>
<ol>
<li>Open the System Preferences utility.</li>
<li>Click the Date &amp; Time icon.</li>
<li>To hide the clock, uncheck the &#8220;Show the date and time in the menu bar&#8221; check box. The clock will be removed and all the options will be disabled.</li>
<li>If you prefer to view an icon of the clock instead of the actual time, choose Icon on the View as pop-up menu. The rest of the options will be disabled because they are not applicable.</li>
<li>If you choose to display the clock in the text format, use the check boxes to set the options you want to use. For example, to include seconds in the display, check the &#8220;Display the time with seconds&#8221; check box. The other options are just as easy to understand. As with other System Preferences Utility tools, changes you make are reflected instantly.</li>
<li>Quit the System Preferences utility.</li>
</ol>
<p>As in previous versions of the OS, you can click the menu bar clock to briefly display the date<a name="idd1e17052"></a><a name="idd1e17045"></a><a name="idd1e17040"></a>. The menu on which the date appears also enables you to change the view options and to open the Date &amp; Time pane of the System Preferences Utility.</p>
<div><table border=0 bgcolor=#ffffff> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F01%2Fmac-changing-the-clock-display%2F&amp;t=MAC%3A+Changing+the+Clock+Display&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F01%2Fmac-changing-the-clock-display%2F&amp;title=MAC%3A+Changing+the+Clock+Display&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F01%2Fmac-changing-the-clock-display%2F&amp;title=MAC%3A+Changing+the+Clock+Display&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=MAC%3A+Changing+the+Clock+Display;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.techbuzzing.com%2F2010%2F01%2Fmac-changing-the-clock-display%2F&amp;source=aliahmad38&amp;style=normal ' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>December 23, 2009 -- <a href="http://www.techbuzzing.com/2009/12/mac-enabling-automatic-login/" title="MAC: Enabling Automatic Login">MAC: Enabling Automatic Login</a> (0)</li><li>February 12, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/" title="Windows 7: Automatically Delete Temporary Files ">Windows 7: Automatically Delete Temporary Files </a> (0)</li><li>February 1, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-geographic-location/" title="Windows 7: Geographic Location ">Windows 7: Geographic Location </a> (0)</li><li>January 14, 2010 -- <a href="http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/" title="Windows 7: Create a System Recovery Disc ">Windows 7: Create a System Recovery Disc </a> (0)</li><li>December 30, 2009 -- <a href="http://www.techbuzzing.com/2009/12/unix-viewing-the-contents-of-directories/" title="UNIX: Viewing the Contents of Directories">UNIX: Viewing the Contents of Directories</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.techbuzzing.com/2010/01/mac-changing-the-clock-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UNIX: Viewing the Contents of Directories</title>
		<link>http://www.techbuzzing.com/2009/12/unix-viewing-the-contents-of-directories/</link>
		<comments>http://www.techbuzzing.com/2009/12/unix-viewing-the-contents-of-directories/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 12:34:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://www.techbuzzing.com/?p=640</guid>
		<description><![CDATA[
You will frequently need to move up and down the directory structure to work with specific files or other directories. UNIX has many commands that enable you to do so.

Command: pwd
What it does: Shows you the full path to your current location
Use the pwd command when you aren&#8217;t sure about the directory in which you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-641" title="UNIX logo" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/UNIX-logo-300x128.gif" alt="UNIX logo" width="300" height="128" /></p>
<p>You will frequently need to move up and down the directory structure to work with specific files or other directories. UNIX has many commands that enable you to do so.</p>
<p><span id="more-640"></span></p>
<p>Command: <tt><span style="font-size: 10.0pt;">pwd</span></tt></p>
<p>What it does: Shows you the full path to your current location</p>
<p>Use the <tt><span style="font-size: 10.0pt;">pwd</span></tt> command when <a name="idd1e34620"></a><a name="idd1e34617"></a>you aren&#8217;t sure about the directory in which you are currently located. When you use the command, you will see the full path in which you are working. This can be helpful as you move around the directories if you become confused about where you are.</p>
<p>Command: <tt><span style="font-size: 10.0pt;">cd</span></tt> <tt><span style="font-size: 10.0pt;">pathname</span></tt></p>
<p>What it does: Changes your directory location to the one in the path <tt><span style="font-size: 10.0pt;">pathname</span></tt></p>
<p><strong>When a specific command is listed in a step, you should ignore the period at the end of the command. For example, in the following steps, don&#8217;t type the period after the command </strong><tt><strong>cd music</strong></tt><strong> in Step 1.</strong></p>
<ol>
<li>Type <tt>cd Music</tt>. The prompt will change to <tt>[localhost:~/Music]</tt> to indicate that you are in the Music directory in your Home directory.</li>
</ol>
<p><strong>Remember that the </strong><tt><strong>~</strong></tt><strong> represents your Home directory, so </strong><tt><strong>~/Musi</strong></tt><strong>c means that you are in the Music directory that is within your Home directory. This can help you take some shortcuts when entering paths as you will see in the next step.</strong></p>
<p>Also remember that the forward slash (<tt>/</tt>) in a path indicates a change in level in the hierarchy. If you are in your Home directory and type <tt>cd /Music</tt>, you will get a message telling you that no such directory exists. When you enter the forward slash, Unix looks back to the highest level in the structure and there is a directory called Music in that directory. Leaving the <tt>/</tt> out indicates that Unix should look in the current directory, which is where the directory is actually located.</p>
<ol>
<li>Type <tt>cd /Users/shortusername</tt>, where <tt>shortusername</tt> is the short username for your account. This will move you back into your Home directory. You include the <tt>/User/</tt> because you are moving above the Music directory and so need to include the full pathname.</li>
</ol>
<p><strong>In a pathname, the tilde character (</strong><tt><strong>~</strong></tt><strong>) indicates that you are in your Home directory. In the previous step, you could have just entered </strong><tt><strong>cd ~</strong></tt><strong> to move back into your Home directory.</strong></p>
<p>Command: <tt>ls</tt></p>
<p>Options: <tt>-F</tt> differentiates between files and directories; <tt>-l</tt> shows full information for all the files in the directory</p>
<p>What it does: Lists the contents of a directory in various formats and with various information</p>
<p><strong>Note that while most commands and options are in lowercase, they aren&#8217;t always. For example, the </strong><tt><strong>-F</strong></tt><strong> option is different from the </strong><tt><strong>-f</strong></tt><strong> option (both are valid for the </strong><tt><strong>ls</strong></tt><strong> command).</strong></p>
<ol>
<li>Use the <tt>cd</tt> command to move into the directory of which you want to see the contents.</li>
<li>Type <tt>ls</tt>. You will see a multiple-column view of the directory; files and directories are listed by name.</li>
<li>Type <tt>ls -F</tt>. You will see the same list as before except that now directories are indicated by a <tt>/</tt> after their names.</li>
<li>Type <tt>ls -l</tt>. You will see the contents of the directory listed along with plenty of information about each file and directory within the current directory. If there are many items, the information will scroll so quickly that you might not be able to see all of it. This is a good opportunity to see an example of piping two commands together.</li>
<li>Type <tt>ls -l | more</tt>. This time, the same list will appear, but the display will stop when the screen is full and you will see the <tt>more</tt> prompt at the bottom of the window. Press the spacebar to see the next screenful of information. You can also scroll the window using the scrollbars to see all the items in the window.</li>
</ol>
<p><strong>If you type the command </strong><tt><strong>ls –la</strong></tt><strong>, you will also see the invisible files in a directory.</strong></p>
<p>The permissions string you see at the start of each item in the full listing indicates how the item can be accessed. The first character indicates whether the item is a file (<tt>-</tt>) or a directory (<tt>d</tt>). The next three characters indicate what the owner of the file can do; <tt>r</tt> is for read, <tt>w</tt> is for write, and <tt>x</tt> is for execute. If any of these characters is the hyphen (<tt>-</tt>), that action can&#8217;t be taken. The next three characters indicate the permission that the group has to the file. For example, if these characters are <tt>r-x</tt>, that would mean that other members of the group can read, not write, and execute the file. The last three characters indicate what everyone else can do.</p>
<p>The execute permission applies to a directory. In order to access a directory, you must have both read and execute permission. If you also have <tt>w</tt> permission, you can change the contents of the directory as well.</p>
<p>Command: <tt>file</tt> <tt>filename</tt></p>
<p>What it does: Indicates what kind of file <tt>filename</tt> is</p>
<p><strong>Type </strong><tt><strong>file</strong></tt><strong>, followed by the filename you would like information about, and press Return. Information about the file will be displayed.</strong></p>
<div><table border=0 bgcolor=#ffffff> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Funix-viewing-the-contents-of-directories%2F&amp;t=UNIX%3A+Viewing+the+Contents+of+Directories&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Funix-viewing-the-contents-of-directories%2F&amp;title=UNIX%3A+Viewing+the+Contents+of+Directories&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Funix-viewing-the-contents-of-directories%2F&amp;title=UNIX%3A+Viewing+the+Contents+of+Directories&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=UNIX%3A+Viewing+the+Contents+of+Directories;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Funix-viewing-the-contents-of-directories%2F&amp;source=aliahmad38&amp;style=normal ' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>February 12, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/" title="Windows 7: Automatically Delete Temporary Files ">Windows 7: Automatically Delete Temporary Files </a> (0)</li><li>February 1, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-geographic-location/" title="Windows 7: Geographic Location ">Windows 7: Geographic Location </a> (0)</li><li>January 14, 2010 -- <a href="http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/" title="Windows 7: Create a System Recovery Disc ">Windows 7: Create a System Recovery Disc </a> (0)</li><li>January 7, 2010 -- <a href="http://www.techbuzzing.com/2010/01/mac-changing-the-clock-display/" title="MAC: Changing the Clock Display">MAC: Changing the Clock Display</a> (0)</li><li>December 23, 2009 -- <a href="http://www.techbuzzing.com/2009/12/mac-enabling-automatic-login/" title="MAC: Enabling Automatic Login">MAC: Enabling Automatic Login</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.techbuzzing.com/2009/12/unix-viewing-the-contents-of-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAC: Enabling Automatic Login</title>
		<link>http://www.techbuzzing.com/2009/12/mac-enabling-automatic-login/</link>
		<comments>http://www.techbuzzing.com/2009/12/mac-enabling-automatic-login/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 08:04:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://www.techbuzzing.com/?p=636</guid>
		<description><![CDATA[
If you want to enable Automatic Login mode, create a  non-Administrator account to use. That way, even if someone does get access to  your Mac, they won&#8217;t be able to use the Administrator account. Of course, you  might have to log out and then log back in as the Administrator, but this [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-637" title="mac-wallpaper-16" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/mac-wallpaper-16-300x199.jpg" alt="mac-wallpaper-16" width="300" height="199" /></p>
<p>If you want to enable Automatic Login mode, create a  non-Administrator account to use. That way, even if someone does get access to  your Mac, they won&#8217;t be able to use the Administrator account. Of course, you  might have to log out and then log back in as the Administrator, but this  strategy provides a good compromise between security and convenience.</p>
<p><span id="more-636"></span></p>
<p>To configure the Automatic Login mode, use the following  steps:</p>
<p><a name="ch02pr07"></a><span style="font-weight: bold;"></p>
<ol>
<li><span style="font-weight: normal;">Open the System Preferences utility.
<p></span></li>
<li><span style="font-weight: normal;">Click the Accounts icon to open the Accounts pane of the System  Preferences window.
<p></span></li>
<li><span style="font-weight: normal;">Click the Set Auto Login button. The login account sheet will  appear. By default, the username of the currently logged in account will be  entered. If you want to have the current account logged in automatically, skip  to Step 5.<a name="idd1e7256"></a>
<p>If you aren&#8217;t logged in as the Administrator, you will have to  authenticate yourself before you can make these changes (click the Lock icon,  enter an Administrator User Name and Password, and press Return).</p>
<p></span></li>
<li><span style="font-weight: normal;">Enter the username for the account into which you want to be  logged in automatically in the User Name field.
<p></span></li>
<li><span style="font-weight: normal;">Enter the password for the account that you want to be  automatically logged in when the Mac starts up.
<p></span></li>
<li><span style="font-weight: normal;">When you have entered the user account information, click OK to  enable automatic login. When you return to the Accounts pane, you will see the  &#8220;Log in automatically as <span>username</span>&#8221; check box  where <span>username</span> is the account you selected in  Step 4.<a name="idd1e7286"></a><a name="idd1e7291"></a><a name="idd1e7298"></a><a name="idd1e7305"></a><a name="idd1e7310"></a><a name="idd1e7315"></a>
<p></span></li>
</ol>
<p></span></p>
<p>The next time you start or restart your Mac, the account you  specified will be automatically logged in and you will move directly to the  desktop for that account.</p>
<p>This setting affects only the start or restart sequence. When  you log out instead of shutting down or restarting, you will still see the Login  window again and will have to log in to resume using the Mac.</p>
<p>To disable automatic login <a name="idd1e7333"></a><a name="idd1e7338"></a><a name="idd1e7343"></a>again, uncheck the &#8220;Log in  automatically as <span>username</span>&#8221; check box on the  Accounts pane.</p>
<div><table border=0 bgcolor=#ffffff> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fmac-enabling-automatic-login%2F&amp;t=MAC%3A+Enabling+Automatic+Login&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fmac-enabling-automatic-login%2F&amp;title=MAC%3A+Enabling+Automatic+Login&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fmac-enabling-automatic-login%2F&amp;title=MAC%3A+Enabling+Automatic+Login&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=MAC%3A+Enabling+Automatic+Login;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fmac-enabling-automatic-login%2F&amp;source=aliahmad38&amp;style=normal ' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>January 7, 2010 -- <a href="http://www.techbuzzing.com/2010/01/mac-changing-the-clock-display/" title="MAC: Changing the Clock Display">MAC: Changing the Clock Display</a> (0)</li><li>February 12, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/" title="Windows 7: Automatically Delete Temporary Files ">Windows 7: Automatically Delete Temporary Files </a> (0)</li><li>February 1, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-geographic-location/" title="Windows 7: Geographic Location ">Windows 7: Geographic Location </a> (0)</li><li>January 14, 2010 -- <a href="http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/" title="Windows 7: Create a System Recovery Disc ">Windows 7: Create a System Recovery Disc </a> (0)</li><li>December 30, 2009 -- <a href="http://www.techbuzzing.com/2009/12/unix-viewing-the-contents-of-directories/" title="UNIX: Viewing the Contents of Directories">UNIX: Viewing the Contents of Directories</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.techbuzzing.com/2009/12/mac-enabling-automatic-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista: Parental Controls</title>
		<link>http://www.techbuzzing.com/2009/12/windows-vista-parental-controls/</link>
		<comments>http://www.techbuzzing.com/2009/12/windows-vista-parental-controls/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 12:12:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.techbuzzing.com/?p=633</guid>
		<description><![CDATA[
With Parental Controls, you can manage the rules for your children’s computer use. You can set time limits for use and also manage their access to the Web and to computer games.

Set up Parental Controls: 

Choose Control Panel from the Start menu, and in the User Accounts and Family Safety section, click Set Up Parental [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-634" title="Vista Logo by Vista" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/Vista-Logo-by-Vista-300x300.png" alt="Vista Logo by Vista" width="300" height="300" /></p>
<p>With Parental Controls, you can manage the rules for your children’s computer use. You can set time limits for use and also manage their access to the Web and to computer games.</p>
<p><span id="more-633"></span></p>
<p><strong>Set up Parental Controls: </strong></p>
<ol>
<li>Choose <strong>Control Panel </strong>from the <strong>Start </strong>menu, and in the <strong>User Accounts and Family Safety </strong>section, click <strong>Set Up Parental Controls</strong>.</li>
<li>Click the account you want to apply the controls, or if the user does not have one, click <strong>Create a New User Account</strong>.</li>
<li>In the User Controls Window, select the <strong>On, Enforce Current Settings </strong>option.</li>
<li>Specify whether you want Windows Vista to keep a record of computer activity.</li>
<li>Click <strong>Windows Vista Web Filter </strong>to display the Web Restrictions window.</li>
</ol>
<div><table border=0 bgcolor=#ffffff> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-vista-parental-controls%2F&amp;t=Windows+Vista%3A+Parental+Controls+&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-vista-parental-controls%2F&amp;title=Windows+Vista%3A+Parental+Controls+&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-vista-parental-controls%2F&amp;title=Windows+Vista%3A+Parental+Controls+&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Windows+Vista%3A+Parental+Controls+;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-vista-parental-controls%2F&amp;source=aliahmad38&amp;style=normal ' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>December 14, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-vista-complete-pc-backup-and-restore/" title="Windows Vista: Complete PC Backup and Restore">Windows Vista: Complete PC Backup and Restore</a> (0)</li><li>December 12, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-vista-keeping-on-task/" title="Windows Vista: Keeping on task">Windows Vista: Keeping on task</a> (0)</li><li>February 12, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/" title="Windows 7: Automatically Delete Temporary Files ">Windows 7: Automatically Delete Temporary Files </a> (0)</li><li>February 1, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-geographic-location/" title="Windows 7: Geographic Location ">Windows 7: Geographic Location </a> (0)</li><li>January 14, 2010 -- <a href="http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/" title="Windows 7: Create a System Recovery Disc ">Windows 7: Create a System Recovery Disc </a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.techbuzzing.com/2009/12/windows-vista-parental-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade To Windows 7 From Windows Vista</title>
		<link>http://www.techbuzzing.com/2009/12/upgrade-to-windows-7-from-windows-vista/</link>
		<comments>http://www.techbuzzing.com/2009/12/upgrade-to-windows-7-from-windows-vista/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:55:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://www.techbuzzing.com/?p=621</guid>
		<description><![CDATA[
Upgrading is the easiest option. However, upgrading can take a long time. To upgrade to Windows 7 from Windows Vista.

1. Insert the Windows 7 DVD into your DVD-ROM drive.
2. Click Run setup.exe from the Autoplay menu.

3. Click Install now on the Install Windows screen.

4. Setup will begin by copying files to your computer.

5. You also [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-630" title="microsoft-windows7-logo" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/microsoft-windows7-logo.jpg" alt="microsoft-windows7-logo" width="192" height="293" /></p>
<p>Upgrading is the easiest option. However, upgrading can take a long time. To upgrade to Windows 7 from Windows Vista.</p>
<p><span id="more-621"></span></p>
<p>1. Insert the Windows 7 DVD into your DVD-ROM drive.</p>
<p>2. Click <em>Run setup.exe</em> from the Autoplay menu.</p>
<p><img class="aligncenter size-medium wp-image-623" title="01" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/01-300x269.jpg" alt="01" width="300" height="269" /></p>
<p>3. Click <em>Install now</em> on the Install Windows screen.</p>
<p><img class="aligncenter size-medium wp-image-624" title="02" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/02-300x225.jpg" alt="02" width="300" height="225" /></p>
<p>4. Setup will begin by copying files to your computer.</p>
<p><img class="aligncenter size-medium wp-image-625" title="03" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/03-300x186.jpg" alt="03" width="300" height="186" /></p>
<p>5. You also get Windows updates online before upgrading Windows. This will ensure greater security and compatibility.</p>
<p><img class="aligncenter size-medium wp-image-626" title="04" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/04-300x187.jpg" alt="04" width="300" height="187" /></p>
<p>6. Accept the license terms and click Next</p>
<p><img class="aligncenter size-medium wp-image-627" title="05" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/05-300x187.jpg" alt="05" width="300" height="187" /></p>
<p>7. Now click Upgrade and follow the instructions. You may get a compatibility report, which will help you determine what may not work properly after the upgrade.</p>
<p><img class="aligncenter size-medium wp-image-628" title="06" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/06-300x187.jpg" alt="06" width="300" height="187" /></p>
<div><table border=0 bgcolor=#ffffff> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fupgrade-to-windows-7-from-windows-vista%2F&amp;t=Upgrade+To+Windows+7+From+Windows+Vista&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fupgrade-to-windows-7-from-windows-vista%2F&amp;title=Upgrade+To+Windows+7+From+Windows+Vista&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fupgrade-to-windows-7-from-windows-vista%2F&amp;title=Upgrade+To+Windows+7+From+Windows+Vista&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Upgrade+To+Windows+7+From+Windows+Vista;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fupgrade-to-windows-7-from-windows-vista%2F&amp;source=aliahmad38&amp;style=normal ' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>February 12, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/" title="Windows 7: Automatically Delete Temporary Files ">Windows 7: Automatically Delete Temporary Files </a> (0)</li><li>February 1, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-geographic-location/" title="Windows 7: Geographic Location ">Windows 7: Geographic Location </a> (0)</li><li>January 14, 2010 -- <a href="http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/" title="Windows 7: Create a System Recovery Disc ">Windows 7: Create a System Recovery Disc </a> (0)</li><li>December 12, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-7-disable-the-autorunautoplay-feature/" title="Windows 7: Disable The AutoRun/AutoPlay Feature">Windows 7: Disable The AutoRun/AutoPlay Feature</a> (0)</li><li>December 9, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-7-shuffling-through-program-windows/" title="Windows 7: Shuffling Through Program Windows">Windows 7: Shuffling Through Program Windows</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.techbuzzing.com/2009/12/upgrade-to-windows-7-from-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista: Complete PC Backup and Restore</title>
		<link>http://www.techbuzzing.com/2009/12/windows-vista-complete-pc-backup-and-restore/</link>
		<comments>http://www.techbuzzing.com/2009/12/windows-vista-complete-pc-backup-and-restore/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:07:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.techbuzzing.com/?p=617</guid>
		<description><![CDATA[
Few things can hurt a business more than systems crashing and losing valuable business and customer data. With Windows Complete PC Backup and Restore, you not only can back up your personal documents and files, but also you can back up all of your operating system files and programs—everything on your hard disk drive. In [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-618" title="2252332242_87c5842121" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/2252332242_87c5842121-300x214.jpg" alt="2252332242_87c5842121" width="300" height="214" /></p>
<p>Few things can hurt a business more than systems crashing and losing valuable business and customer data. With Windows Complete PC Backup and Restore, you not only can back up your personal documents and files, but also you can back up all of your operating system files and programs—everything on your hard disk drive. In the event of a catastrophic hardware failure, you can use Windows Complete PC Backup and Restore to get your entire computer back to normal in one easy step.</p>
<p><span id="more-617"></span></p>
<p><strong>Back up your computer: </strong></p>
<ol>
<li>Select <strong>Complete PC Backup and </strong>R<strong>estore </strong>from the <strong>Maintenance </strong>file under <strong>All Programs </strong>on the <strong>Start </strong>menu.</li>
<li>Click <strong>Back up computer</strong>.</li>
<li>Select a back-up device (DVDs, external hard disk, etc.).</li>
<li>Click <strong>Next</strong>, and follow the prompts.</li>
</ol>
<p><strong>Restore your computer: </strong></p>
<ol>
<li>Boot from the <strong>Windows Vista Ultimate DVD</strong>.</li>
<li>Select your language.</li>
<li>Select the <strong>Repair your computer </strong>option.</li>
<li>When you get to the Windows Recovery Environment screen, you will select the <strong>Complete PC and </strong>R<strong>estore </strong>option and follow the prompts to restore your system.</li>
</ol>
<div><table border=0 bgcolor=#ffffff> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-vista-complete-pc-backup-and-restore%2F&amp;t=Windows+Vista%3A+Complete+PC+Backup+and+Restore&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-vista-complete-pc-backup-and-restore%2F&amp;title=Windows+Vista%3A+Complete+PC+Backup+and+Restore&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-vista-complete-pc-backup-and-restore%2F&amp;title=Windows+Vista%3A+Complete+PC+Backup+and+Restore&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Windows+Vista%3A+Complete+PC+Backup+and+Restore;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-vista-complete-pc-backup-and-restore%2F&amp;source=aliahmad38&amp;style=normal ' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>December 15, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-vista-parental-controls/" title="Windows Vista: Parental Controls ">Windows Vista: Parental Controls </a> (0)</li><li>December 12, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-vista-keeping-on-task/" title="Windows Vista: Keeping on task">Windows Vista: Keeping on task</a> (0)</li><li>February 12, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/" title="Windows 7: Automatically Delete Temporary Files ">Windows 7: Automatically Delete Temporary Files </a> (0)</li><li>February 1, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-geographic-location/" title="Windows 7: Geographic Location ">Windows 7: Geographic Location </a> (0)</li><li>January 14, 2010 -- <a href="http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/" title="Windows 7: Create a System Recovery Disc ">Windows 7: Create a System Recovery Disc </a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.techbuzzing.com/2009/12/windows-vista-complete-pc-backup-and-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7: Disable The AutoRun/AutoPlay Feature</title>
		<link>http://www.techbuzzing.com/2009/12/windows-7-disable-the-autorunautoplay-feature/</link>
		<comments>http://www.techbuzzing.com/2009/12/windows-7-disable-the-autorunautoplay-feature/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 10:31:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://www.techbuzzing.com/?p=608</guid>
		<description><![CDATA[
According to latest E-Threats Landscape Report , AutoRun feature ranks among the Top 10 Malware Dissemination Methods, being accountable for 5.22% of the total amount of infections worldwide. Part of the current Downadup or Conficker worm pandemic was actually carried away via intermediary variants that exploited this specific feature.

To protect your system and data and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-609" title="microsoft-logo new" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/microsoft-logo-new-300x220.png" alt="microsoft-logo new" width="300" height="220" /></p>
<p>According to latest E-Threats Landscape Report , AutoRun feature ranks among the Top 10 Malware Dissemination Methods, being accountable for 5.22% of the total amount of infections worldwide. Part of the current Downadup or Conficker worm pandemic was actually carried away via intermediary variants that exploited this specific feature.</p>
<p><span id="more-608"></span></p>
<p>To protect your system and data and to prevent malware infections, there are several ways to<br />
disable the<strong> AutoRun</strong>/<strong>AutoPlay</strong> feature.</p>
<p><strong>Disabling </strong><strong>AutoRun/</strong><strong>AutoPlay using </strong><strong>Control Panel<br />
</strong>1. Choose <strong>Control Panel</strong> &gt; <strong>Hardware and Sound</strong> &gt; <strong>AutoPlay</strong>.  The AutoPlay window opens.<br />
2. Uncheck <strong>Use AutoPlay for all media</strong> and devices option.<br />
<strong>OR</strong><br />
From the media content drop-down lists, choose <strong>Take no action</strong>.</p>
<p><img class="aligncenter size-medium wp-image-610" title="Auto 1" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/Auto-1-300x226.jpg" alt="Auto 1" width="300" height="226" /></p>
<p>3. Click <strong>Save</strong>.</p>
<p><strong>Disabling AutoRun/AutoPlay using Policy Editor</strong></p>
<p>1. Click <strong>Start</strong>.<br />
2. In the Search programs and files box, type <strong>gpedit.msc</strong>.</p>
<p>3.In the left pane hierarchy, browse to <strong>Computer Configuration</strong> &gt; <strong>Administrative Templates</strong> &gt; <strong>Windows Components</strong> &gt; <strong>AutoPlay Policies</strong>.<br />
4. In the AutoPlay Policies right window, from the Settings list choose <strong>Turn off Autoplay</strong>.</p>
<p><img class="aligncenter size-medium wp-image-611" title="Auto 2" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/Auto-2-300x152.jpg" alt="Auto 2" width="300" height="152" /></p>
<p>5. Click <strong>Edit policy</strong> setting. The Turn off Autoplay window opens.<br />
6. From the upper-left list, choose <strong>Enabled</strong>.</p>
<p><img class="aligncenter size-medium wp-image-612" title="Auto 3" src="http://www.techbuzzing.com/wp-content/uploads/2009/12/Auto-3-300x215.jpg" alt="Auto 3" width="300" height="215" /></p>
<p>7. From the lower-left drop-down list of Options choose <strong>All drives</strong>.<br />
8. Click<strong> Apply</strong>.<br />
9. Click <strong>OK</strong>.</p>
<div><table border=0 bgcolor=#ffffff> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-7-disable-the-autorunautoplay-feature%2F&amp;t=Windows+7%3A+Disable+The+AutoRun%2FAutoPlay+Feature&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-7-disable-the-autorunautoplay-feature%2F&amp;title=Windows+7%3A+Disable+The+AutoRun%2FAutoPlay+Feature&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-7-disable-the-autorunautoplay-feature%2F&amp;title=Windows+7%3A+Disable+The+AutoRun%2FAutoPlay+Feature&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Windows+7%3A+Disable+The+AutoRun%2FAutoPlay+Feature;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.techbuzzing.com%2F2009%2F12%2Fwindows-7-disable-the-autorunautoplay-feature%2F&amp;source=aliahmad38&amp;style=normal ' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>January 14, 2010 -- <a href="http://www.techbuzzing.com/2010/01/windows-7-create-a-system-recovery-disc/" title="Windows 7: Create a System Recovery Disc ">Windows 7: Create a System Recovery Disc </a> (0)</li><li>February 12, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-automatically-delete-temporary-files/" title="Windows 7: Automatically Delete Temporary Files ">Windows 7: Automatically Delete Temporary Files </a> (0)</li><li>February 1, 2010 -- <a href="http://www.techbuzzing.com/2010/02/windows-7-geographic-location/" title="Windows 7: Geographic Location ">Windows 7: Geographic Location </a> (0)</li><li>December 15, 2009 -- <a href="http://www.techbuzzing.com/2009/12/upgrade-to-windows-7-from-windows-vista/" title="Upgrade To Windows 7 From Windows Vista">Upgrade To Windows 7 From Windows Vista</a> (0)</li><li>December 9, 2009 -- <a href="http://www.techbuzzing.com/2009/12/windows-7-shuffling-through-program-windows/" title="Windows 7: Shuffling Through Program Windows">Windows 7: Shuffling Through Program Windows</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.techbuzzing.com/2009/12/windows-7-disable-the-autorunautoplay-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
