<?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>JVG Websites</title>
	<atom:link href="http://jvgwebsites.com/feed" rel="self" type="application/rss+xml" />
	<link>http://jvgwebsites.com</link>
	<description>Making Your Online Presence Simple</description>
	<lastBuildDate>Sat, 30 Mar 2013 01:36:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Disk Cleanup in Windows 7</title>
		<link>http://jvgwebsites.com/how-to/delete-files-using-disk-cleanup-in-windows-7.html</link>
		<comments>http://jvgwebsites.com/how-to/delete-files-using-disk-cleanup-in-windows-7.html#comments</comments>
		<pubDate>Fri, 09 Sep 2011 06:07:36 +0000</pubDate>
		<dc:creator>JVGW</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows Tips & Tricks]]></category>
		<category><![CDATA[Spreading The Word]]></category>

		<guid isPermaLink="false">http://sestematic.com/?p=5146</guid>
		<description><![CDATA[To reduce the number of unnecessary files on your hard disk to free up disk space and help your computer run faster, use Disk Cleanup. It removes temporary files, empties the Recycle Bin, and removes a variety of system files and other items that you no longer need. To delete files using Disk Cleanup The [...]]]></description>
				<content:encoded><![CDATA[<p>To reduce the number of unnecessary files on your hard disk to free up disk space and help your computer run faster, use Disk Cleanup. It removes temporary files, empties the Recycle Bin, and removes a variety of system files and other items that you no longer need.</p>
<h3>To delete files using Disk Cleanup</h3>
<p>The following procedure cleans up files associated with your user account. You can also use Disk Cleanup to clean up all the files on your computer.</p>
<ol>
<li>Open Disk Cleanup by clicking the Start button . In the search box, type Disk Cleanup, and then, in the list of results, click Disk Cleanup.</li>
<li>In the Drives list, click the hard disk drive that you want to clean up, and then click OK.</li>
<li>In the Disk Cleanup dialog box, on the Disk Cleanup tab, select the check boxes for the file types that you want to delete, and then click OK.</li>
<li>In the message that appears, click Delete files.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jvgwebsites.com/how-to/delete-files-using-disk-cleanup-in-windows-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Flush DNS in Microsoft Windows</title>
		<link>http://jvgwebsites.com/windows-tips-tricks/how-to-flush-dns-in-microsoft-windows.html</link>
		<comments>http://jvgwebsites.com/windows-tips-tricks/how-to-flush-dns-in-microsoft-windows.html#comments</comments>
		<pubDate>Thu, 21 Jul 2011 21:59:57 +0000</pubDate>
		<dc:creator>JVGW</dc:creator>
				<category><![CDATA[Windows Tips & Tricks]]></category>
		<category><![CDATA[Spreading The Word]]></category>

		<guid isPermaLink="false">http://sestematic.com/?p=4833</guid>
		<description><![CDATA[In Microsoft Windows, you can use the command ipconfig /flushdns to flush the DNS resolver cache. Open the command prompt and type the following: C:&#62;ipconfig /flushdns Windows IP Configuration Successfully flushed the DNS Resolver Cache. The above command will completely flush the DNS, deleting any incorrect entries too. You can also use the command ipconfig [...]]]></description>
				<content:encoded><![CDATA[<p>In Microsoft Windows, you can use the command ipconfig /flushdns to flush the DNS resolver cache. Open the command prompt and type the following:</p>
<p><strong>C:&gt;ipconfig /flushdns</strong><br />
Windows IP Configuration<br />
Successfully flushed the DNS Resolver Cache.</p>
<p>The above command will completely flush the DNS, deleting any incorrect entries too. You can also use the command ipconfig /displaydns to view the DNS resolver cache.</p>
<h3>Turning Off DNS Caching under Microsoft Windows</h3>
<p>If you experience frequent issues with DNS caching under Microsoft Windows, you can disable client-side DNS caching with either of these two commands:</p>
<p>net stop dnscache<br />
sc servername stop dnscache</p>
<p>This will disable DNS caching until the next reboot. To make the change permanent, use the Service Controller tool or the Services tool to set the DNS Client service startup type to Disabled. You can permanently disable DNS Client by following the below steps:</p>
<ul>
<li>Goto Start and click on Run.</li>
<li>Type Services.msc in the Run command box.</li>
<li>A window listing all the services will popup. Search for a service called DNS Client.</li>
<li>Double click on the listed DNS Client service and click Stop. Similarly, you can restart it by clicking Start.</li>
</ul>
<h3>Tuning DNS Caching under Microsoft Windows</h3>
<p>You can modify the behavior of the Microsoft Windows DNS caching algorithm by setting two registry entries in the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDnscacheParameters registry key.</p>
<p>The MaxCacheTtl represents the maximum time that the results of a DNS lookup will be cached. The default value is 86,400 seconds. If you set this value to 1, DNS entries will only be cashed for a single second.</p>
<p>MaxNegativeCacheTtl represents the maximim time that the results of a failed DNS lookup will be cached. The default value is 900 seconds. If you set this value to 0, failed DNS lookups will not be cached.</p>
]]></content:encoded>
			<wfw:commentRss>http://jvgwebsites.com/windows-tips-tricks/how-to-flush-dns-in-microsoft-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsofts Free Anti Virus Software</title>
		<link>http://jvgwebsites.com/windows-tips-tricks/microsofts-free-anti-virus-software.html</link>
		<comments>http://jvgwebsites.com/windows-tips-tricks/microsofts-free-anti-virus-software.html#comments</comments>
		<pubDate>Tue, 21 Jun 2011 18:47:45 +0000</pubDate>
		<dc:creator>JVGW</dc:creator>
				<category><![CDATA[Windows Tips & Tricks]]></category>
		<category><![CDATA[Spreading The Word]]></category>

		<guid isPermaLink="false">http://sestematic.com/?p=4780</guid>
		<description><![CDATA[Microsoft Security Essentials Product Information As a no-cost service for genuine Windows PCs, Microsoft Security Essentials offers you comprehensive, state-of-the-art protection against malicious threats such as viruses, Trojans, spyware, and other malware. Microsoft Security Essentials: Delivers quality protection backed by industry standards and ongoing research into software threats. Built on the Microsoft industry-certified antimalware protection [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://windows.microsoft.com/en-us/windows/security-essentials-download" target="_blank">Microsoft Security Essentials Product Information</a></p>
<p>As a no-cost service for genuine Windows PCs, Microsoft Security Essentials offers you comprehensive, state-of-the-art protection against malicious threats such as viruses, Trojans, spyware, and other malware. Microsoft Security Essentials:</p>
<p>Delivers quality protection backed by industry standards and ongoing research into software threats.</p>
<p>Built on the Microsoft industry-certified antimalware protection platform, Microsoft Security Essentials takes advantage of the same core antimalware technology that fuels the rest of the security products from Microsoft, including Microsoft Forefront, the Malicious Software Removal Tool, and Windows Defender, and has received the VB100 award from Virus Bulletin Ltd., Checkmark Certification from West Coast Labs, and certification from the ICSA Labs. Microsoft Security Essentials is backed by the Microsoft Malware Protection Center (MMPC),</p>
<p>Makes it easy to stay protected after a simple download.</p>
<p>It’s as easy as clicking a download button to get Microsoft Security Essentials. Your system downloads Microsoft Security Essentials in the language you need and installs* with a few simple clicks.</p>
<p><span id="more-4780"></span></p>
<p>Once you have installed Microsoft Security Essentials your software updates automatically, making it easy to sit back and relax.</p>
<p>Microsoft Security Essentials uses the Microsoft Update service to ensure the signatures, antimalware engine, and application are automatically updated. New malware signatures are downloaded once per day with the new signatures accessed in near real time through the Dynamic Signature Service. As the threat landscape changes and new malware emerges, malware engine upgrades and new application features are also delivered to you automatically through the Microsoft Update service.</p>
<p>Is simple to understand and easy to use.</p>
<p>Microsoft Security Essentials runs quietly and efficiently in the background so that you are free to use your PC the way you want. The software uses the popular green-yellow-red color coding to designate the security status of your PC, and a color-coded icon in the taskbar tells you at a glance if your attention is required. It’s simple – when you’re green, you’re good. However, if a yellow or red icon is present, you can take the required action directly from the system tray icon without having to enter the application.</p>
<p>When user intervention is required, clear status and recommended actions are presented to you on the home page and through application alerts, which are designed to minimize interruption. In addition, you can take immediate action directly from an alert.</p>
<p>Doesn’t get in the way of PC performance.</p>
<p>Microsoft Security Essentials doesn’t carry the weight of suite products and has a much smaller download size. Scans and updates are scheduled to run when the PC is idle and use a low-priority thread. CPU throttling ensures that no more than 50 percent of the CPU is utilized by Microsoft Security Essentials activity, so that your system continues to perform those tasks you are likely to be performing, such as opening files or browser windows, saving files, and using cut, copy, and paste. Microsoft Security Essentials uses smart caching and active memory swapping so signatures that are not in use are not taking up space, thus limiting the amount of memory used even as the volume of known malware continues to increase. This makes Microsoft Security Essentials friendlier toward older PCs, as well as today’s smaller, less powerful form factors such as netbooks.</p>
<p>We are focused on ongoing Microsoft Security Essentials performance improvements as well. Telemetry on files that are slow to scan is sent to Microsoft for analysis and resolution, and routine engine updates can incorporate advancements for improved scanning speed, remove unneeded signatures, and reduce memory usage.</p>
<p>Runs quietly in the background.</p>
<p>Microsoft does not push offers or display information-only pop-up windows or update status notifications. Microsoft Security Essentials simply runs quietly in the background. You will be alerted only if and when there are specific actions that need to be taken. When you are not present or are too busy to take the recommended action, Microsoft Security Essentials can take the default action on your behalf; you can launch the application at a later time to review and adjust actions taken if desired.</p>
<p><a href="http://windows.microsoft.com/en-us/windows/security-essentials-download" target="_blank">For full information and download visit  Microsoft Securtiy Essentials Site<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jvgwebsites.com/windows-tips-tricks/microsofts-free-anti-virus-software.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable a Cookie Blocker</title>
		<link>http://jvgwebsites.com/how-to/enable-a-cookie-blocker.html</link>
		<comments>http://jvgwebsites.com/how-to/enable-a-cookie-blocker.html#comments</comments>
		<pubDate>Sun, 22 May 2011 19:34:01 +0000</pubDate>
		<dc:creator>JVGW</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows Tips & Tricks]]></category>
		<category><![CDATA[Spreading The Word]]></category>

		<guid isPermaLink="false">http://sestematic.com/?p=4891</guid>
		<description><![CDATA[Block cookies in Internet Explorer. Click &#8220;Tools&#8221; in the top menu bar and then select &#8220;Internet Options.&#8221; Click the &#8220;Privacy&#8221; tab near the top of the resulting dialog box, and then click the &#8220;Advanced&#8221; button underneath the &#8220;Settings&#8221; heading. Change both cookie setting options to &#8220;Block.&#8221; Click &#8220;OK&#8221; on each of the two open dialog [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Block cookies in Internet Explorer</strong>. Click &#8220;Tools&#8221; in the top menu bar and then select &#8220;Internet Options.&#8221; Click the &#8220;Privacy&#8221; tab near the top of the resulting dialog box, and then click the &#8220;Advanced&#8221; button underneath the &#8220;Settings&#8221; heading. Change both cookie setting options to &#8220;Block.&#8221; Click &#8220;OK&#8221; on each of the two open dialog boxes to close them and confirm your changes.</p>
<p><strong>Block cookies in Firefox</strong>. Click &#8220;Tools&#8221; in the top menu bar and then select &#8220;Options.&#8221; Select &#8220;Privacy&#8221; from the menu bar at the top of the resulting dialog box. Find the &#8220;Cookies&#8221; heading and uncheck the box below labeled &#8220;Accept cookies from sites.&#8221; Click &#8220;OK&#8221; to confirm the new setting.</p>
<p><strong>Block cookies in Safari</strong>. Click the icon resembling a gear, located in the top-right corner of the browser window. Select the &#8220;Preferences&#8221; option, and then click the &#8220;Security&#8221; icon at the top of the resulting dialog box. Change your setting under &#8220;Accept cookies&#8221; to &#8220;Never.&#8221; Close the Preferences menu to save your changes.</p>
<p><strong>Block cookies in Chrome</strong>. Click the icon resembling a wrench, located in the top-right corner of the browser window. Select &#8220;Options,&#8221; and then click the &#8220;Under the Hood&#8221; tab. Locate the &#8220;Cookie settings&#8221; heading. Click the drop-down menu located directly under the heading and select the &#8220;Block all cookies&#8221; option. Click the &#8220;Close&#8221; button to confirm your new settings.</p>
<p><strong>Block cookies in Opera</strong>. Click &#8220;Tools&#8221; in the top menu bar and then select &#8220;Preferences.&#8221; Click the &#8220;Advanced&#8221; tab from the top of the Preferences dialog box, and then choose &#8220;Cookies&#8221; from the left-hand menu on the resulting screen. Select the &#8220;Never accept cookies&#8221; option. Click &#8220;OK&#8221; to save your change.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jvgwebsites.com/how-to/enable-a-cookie-blocker.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Novice User Uninstall Unwanted Apps Easy</title>
		<link>http://jvgwebsites.com/windows-tips-tricks/novice-user-uninstall-unwanted-apps-easy.html</link>
		<comments>http://jvgwebsites.com/windows-tips-tricks/novice-user-uninstall-unwanted-apps-easy.html#comments</comments>
		<pubDate>Sat, 21 May 2011 18:45:50 +0000</pubDate>
		<dc:creator>JVGW</dc:creator>
				<category><![CDATA[Windows Tips & Tricks]]></category>
		<category><![CDATA[Spreading The Word]]></category>

		<guid isPermaLink="false">http://sestematic.com/?p=4778</guid>
		<description><![CDATA[Revo Uninstaller Pro helps you to uninstall software and remove unwanted programs installed on your computer easily! Even if you have problems uninstalling and cannot uninstall them from &#8220;Windows Add or Remove Programs&#8221; control panel applet. Free Download Revo Uninstaller is a much faster and more powerful alternative to &#8220;Windows Add or Remove Programs&#8221; applet! [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Revo Uninstaller Pro</strong> helps you to uninstall software and remove unwanted programs installed on your computer easily! Even if you have problems uninstalling and cannot uninstall them from &#8220;Windows Add or Remove Programs&#8221; control panel applet.</p>
<p><a href="https://www.plimus.com/jsp/download_trial.jsp?contractId=2807540&amp;referrer=Jerzeeman" target="_blank">Free Download</a></p>
<p><strong>Revo Uninstaller</strong> is a much faster and more powerful alternative to &#8220;Windows Add or Remove Programs&#8221; applet! It has very powerful features to uninstall and remove programs.</p>
<ul>
<li>No more stubborn programs</li>
<li>No more installation errors</li>
<li>No more upgrade problems</li>
<li>Remove programs easily</li>
</ul>
<p>With its advanced and fast algorithms, <strong>Revo Uninstaller</strong> Pro analyzes an application&#8217;s data before uninstall and scans for remnants after the uninstall of a program. After the program&#8217;s regular uninstaller runs, you can remove additional unnecessary files, folders and registry keys that are usually left over on your computer. <strong>Revo Uninstaller</strong> Pro offers you some simple, easy to use, but effective and powerful methods for uninstalling software like tracing the program during its installation.</p>
<p><strong>Revo Uninstaller</strong> Pro has a very powerful feature called <strong>Forced Uninstall</strong>. <strong>Forced Uninstall</strong> is the best solution when you have to remove stubborn programs, partially installed programs, partially uninstalled programs, and programs not listed as installed at all!</p>
<p>To remove a program completely, and without leaving a trace, you can monitor all system changes made during its installation, and then use that information to uninstall it with one click only – simple and easy!</p>
<p><a href="https://www.plimus.com/jsp/download_trial.jsp?contractId=2807540&amp;referrer=Jerzeeman" target="_blank">Remove unwanted apps and uninstall today with Revo Free Download.</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jvgwebsites.com/windows-tips-tricks/novice-user-uninstall-unwanted-apps-easy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Home Group</title>
		<link>http://jvgwebsites.com/fixes/windows-7-home-group.html</link>
		<comments>http://jvgwebsites.com/fixes/windows-7-home-group.html#comments</comments>
		<pubDate>Fri, 22 Apr 2011 19:33:01 +0000</pubDate>
		<dc:creator>JVGW</dc:creator>
				<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Windows Tips & Tricks]]></category>
		<category><![CDATA[Spreading The Word]]></category>

		<guid isPermaLink="false">http://sestematic.com/?p=4889</guid>
		<description><![CDATA[Whether at home or at the office, networking has gone mainstream. Once upon a time, a computer had value as a stand-alone machine running applications, but that time has passed. Without an ability to access the Internet, retrieve e-mail, chat via instant messaging, and connect with file shares and software, the computer is little more [...]]]></description>
				<content:encoded><![CDATA[<p>Whether at home or at the office, networking has gone mainstream. Once upon a time, a computer had value as a stand-alone machine running applications, but that time has passed. Without an ability to access the Internet, retrieve e-mail, chat via instant messaging, and connect with file shares and software, the computer is little more than an expensive paperweight.</p>
<p>Clearly, the trend is toward remote and mobile computing, and it’s important for an operating system to provide the tools necessary to remain connected and productive from anywhere. Microsoft is incorporating a variety of new networking features in Windows 7 that simplify connectivity and help users access network resources no matter where they are connecting from. Here we’ll take a closer look at some of the innovative networking features to be found in Windows 7 (we may get a little bit technical at times).</p>
<p>HomeGroup</p>
<p>Let’s start with an enhancement aimed primarily at home users and home businesses: With Windows 7, Microsoft introduces the concept of HomeGroup. The HomeGroup feature serves two primary purposes: (1) to make sharing files and resources between computers on a home network easier, and (2) to protect shared files and resources from guests or wireless-network intruders.</p>
<p>Many homes have multiple computers, and users want to be able to share music and pictures, or network all of the computers so as to print to a single printer. This type of local area networking has been possible in Windows for years, but it has often been easier said than done, leading to many hours of user frustration.</p>
<p>Open HomeGroup from the Control Panel. Click on Create a HomeGroup to begin the process. You can determine the types of files or content that you want to share with the HomeGroup by checking or unchecking the appropriate boxes.</p>
<p>After you click Next to create the HomeGroup, Windows 7 will automatically generate a password that other users will need in order to join the HomeGroup and share the resources. Windows 7 Starter and Windows 7 Home Basic versions cannot create a HomeGroup, but computers running any version of Windows 7 can join a HomeGroup. One significant drawback to the HomeGroup concept is that it works only with Windows 7, so any Windows XP or Windows Vista systems in the home will not be able to participate.</p>
<p>Using a HomeGroup simplifies the process of sharing files, folders, and other network resources with trusted computers on your home network. At the same time, it enables you to allow visiting guests to connect to your wireless network for Internet access without also granting them access to the shared content and resources. It also prevents any unauthorized rogue wireless connections from gaining access to shared resources.</p>
]]></content:encoded>
			<wfw:commentRss>http://jvgwebsites.com/fixes/windows-7-home-group.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Undelete</title>
		<link>http://jvgwebsites.com/windows-tips-tricks/file-undelete.html</link>
		<comments>http://jvgwebsites.com/windows-tips-tricks/file-undelete.html#comments</comments>
		<pubDate>Wed, 20 Apr 2011 09:19:44 +0000</pubDate>
		<dc:creator>JVGW</dc:creator>
				<category><![CDATA[Windows Tips & Tricks]]></category>
		<category><![CDATA[Spreading The Word]]></category>

		<guid isPermaLink="false">http://sestematic.com/?p=4648</guid>
		<description><![CDATA[Recover All Types of Files Undelete lost and deleted files with a step-by-step wizard. You only need a single data recovery tool to undelete all type of files and recover many types of documents with full previews. Introducing easy wizard-based user interface while providing sophisticated data recovery algorithms under the hood, File Undelete offers the [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Recover All Types of Files</strong></p>
<p>Undelete lost and deleted files with a step-by-step wizard. You only need a single data recovery tool to undelete all type of files and recover many types of documents with full previews. Introducing easy wizard-based user interface while providing sophisticated data recovery algorithms under the hood, File Undelete offers the most reliable data recovery solutions to home and office users.</p>
<p><strong>Ready for Home Use</strong></p>
<p>File Undelete is ideal for home and office users, ready to recover files in a variety of formats. Digital pictures and office documents, databases and multimedia files, MP3 tunes and compressed archives can be recovered even if the damage is severe. Anyone and everyone can use File Undelete with absolutely no experience in data recovery. Undeleting files from healthy, corrupted or inaccessible hard drives only takes a few steps in the easy Recovery Wizard.</p>
<p><strong>Surefooted Performance</strong></p>
<p>With File Undelete, you can undelete files from healthy hard drives in a matter of minutes. However, File Undelete really shines in complex, almost hopeless situations of corrupted disks, damaged file systems, missing or formatted partitions. If your disk is severely damaged or inaccessible, File Undelete performs comprehensive scans of the entire disk surface in order to detect the beginning and end of each recoverable document based on data obtained from the disk. File Undelete can recover files in more than 150 different formats even if the disk being recovered is completely inaccessible, and supports all revisions of FAT and NTFS file systems.</p>
<p><strong>LivePreview</strong></p>
<p>Preview deleted files before recovery! File Undelete features advanced LivePreview, a feature that makes it possible to preview files of more than 150 types before the recovery. You can estimate the quality of work of File Undelete even in its free mode by performing the disk scan and previewing recoverable documents. If you see a file, it can be recovered for sure.</p>
<p><strong>Universal Compatibility</strong></p>
<p>File Undelete supports all versions of Windows from Windows 95 to Windows Vista and 2003 Server, and can recover deleted files from all revisions of FAT and NTFS file systems.</p>
<p><strong><a href="https://www.plimus.com/jsp/download_trial.jsp?contractId=1732030&amp;referrer=Jerzeeman">Download Trial For Free Now</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://jvgwebsites.com/windows-tips-tricks/file-undelete.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create System Image in Windows 7</title>
		<link>http://jvgwebsites.com/how-to/create-system-image-in-windows-7.html</link>
		<comments>http://jvgwebsites.com/how-to/create-system-image-in-windows-7.html#comments</comments>
		<pubDate>Tue, 22 Mar 2011 19:32:14 +0000</pubDate>
		<dc:creator>JVGW</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows Tips & Tricks]]></category>
		<category><![CDATA[Spreading The Word]]></category>

		<guid isPermaLink="false">http://sestematic.com/?p=4887</guid>
		<description><![CDATA[The new backup utilities in Windows 7 are actually pretty impressive and creating an image will be possible in all versions. Today we take a look at creating a backup image of your machine without the need for a third party utility like Ghost or True Image. You just just finished installing a fresh copy [...]]]></description>
				<content:encoded><![CDATA[<p>The new backup utilities in Windows 7 are actually pretty impressive and creating an image will be possible in all versions. Today we take a look at creating a backup image of your machine without the need for a third party utility like Ghost or True Image.</p>
<p>You just just finished installing a fresh copy of Windows 7 on your computer and have it set up to your liking. One of the first things you should do now is create an image of the disc so in the event of a crash you will be able to restore it to its current state. An image is an exact copy of everything on the drive and will restore it back to its current state. It’s probably best to create an image when everything is clean and organized on your system. This will make the image file smaller and allows you to restore the system with a smooth running set up.</p>
<p>Creating an Image in Windows 7</p>
<p>Click on Start go to Getting Started and then select Back up your files.</p>
<p>Next click on the Create a system image hyperlink.</p>
<p>Decide where you want to save the image. You can choose an external drive, burn to multiple DVD’s, or store it on a network location.</p>
<p>You can include other drives if you want as well but remember that will add to the size of the final image.</p>
<p>At the confirmation screen notice the amount of space the image may take. If something doesn’t look right you can still go back from this point and make adjustments.</p>
<p>A progress meter is displayed while the images is created and backed up. In this example a disk of about 15GB in size took under 20 minutes backed up to an external drive. Times will vary depending on your system and where you’re backing it up to.</p>
<p>After the process is complete you get the option to create a system repair disc which you should do and make sure to save it in a secure location.</p>
<p>When it comes time to restore the image, you will be able to use the System Recovery Options to get the system back.</p>
]]></content:encoded>
			<wfw:commentRss>http://jvgwebsites.com/how-to/create-system-image-in-windows-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where are drivers stored in Win 7</title>
		<link>http://jvgwebsites.com/windows-tips-tricks/where-are-drivers-stored-in-windows-7.html</link>
		<comments>http://jvgwebsites.com/windows-tips-tricks/where-are-drivers-stored-in-windows-7.html#comments</comments>
		<pubDate>Sun, 20 Mar 2011 09:18:09 +0000</pubDate>
		<dc:creator>JVGW</dc:creator>
				<category><![CDATA[Windows Tips & Tricks]]></category>
		<category><![CDATA[Spreading The Word]]></category>

		<guid isPermaLink="false">http://sestematic.com/?p=4646</guid>
		<description><![CDATA[In older operating systems such as windows XP and 2000, the driver source files needed for installing the devices were typically found in several locations. %SystemRoot%Driver Cachei386drivers.cab %SystemRoot%Driver Cachei386service_pack.cab .inf files under %windir%inf .sys files under%SystemRoot%System32Drivers Support DLLs under %SystemRoot%System32 Third Party co-installers in various locations. DriverStore is a new and a central location in [...]]]></description>
				<content:encoded><![CDATA[<p>In older operating systems such as windows XP and <strong>2000</strong>, the driver source files needed for installing the devices were typically found in several locations.</p>
<ul>
<li>%SystemRoot%Driver Cachei386drivers.cab</li>
<li>%SystemRoot%Driver Cachei386service_pack.cab</li>
<li>.inf files under %windir%inf</li>
<li>.sys files under%SystemRoot%System32Drivers</li>
<li>Support DLLs under %SystemRoot%System32</li>
<li><strong>Third Party</strong> co-installers in various locations.</li>
</ul>
<p>DriverStore is a new and a central location in <strong>Windows Vista</strong> and <strong>Windows 7</strong> where all the driver files will be stored, before they are copied to theirfinal destination during the device driver installation.</p>
<p>For example, the driver package developed by Microsoft that contains the core mouse<br />
support files is present in the following folder:</p>
<p><strong>C:WindowsSystem32DriverStoreFileRepository</strong><strong>msmouse.inf_amd64_neutral_6f653f6716c1448c</strong></p>
<p>Keeping the drivers in a central store allows for a much faster device installation and a more reliable driver rollback.</p>
]]></content:encoded>
			<wfw:commentRss>http://jvgwebsites.com/windows-tips-tricks/where-are-drivers-stored-in-windows-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Windows BackUp</title>
		<link>http://jvgwebsites.com/how-to/using-windows-backup.html</link>
		<comments>http://jvgwebsites.com/how-to/using-windows-backup.html#comments</comments>
		<pubDate>Tue, 22 Feb 2011 19:31:11 +0000</pubDate>
		<dc:creator>JVGW</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows Tips & Tricks]]></category>
		<category><![CDATA[Spreading The Word]]></category>

		<guid isPermaLink="false">http://sestematic.com/?p=4885</guid>
		<description><![CDATA[Back up your files To help ensure that you don&#8217;t lose your files, you should back them up regularly. You can set up automatic backups or manually back up your files at any time. To back up your files Open Backup and Restore by clicking the Start button , clicking Control Panel, clicking System and [...]]]></description>
				<content:encoded><![CDATA[<div>
<h3>Back up your files</h3>
<p>To help ensure that you don&#8217;t lose your files, you should back them up regularly. You can set up automatic backups or manually back up your files at any time.</p>
<div>
<h3>To back up your files</h3>
<div>
<ol>
<li>Open Backup and Restore by clicking the Start button , clicking Control Panel, clicking System and Maintenance, and then clicking Backup and Restore.</li>
<li>Do one of the following:
<ul>
<li>If you&#8217;ve never used Windows Backup before, click Set up backup, and then follow the steps in the wizard. If you&#8217;re prompted for an administrator password or confirmation, type the password or provide confirmation.</li>
<li>If you&#8217;ve created a backup before, you can wait for your regularly scheduled backup to occur, or you can manually create a new backup by clicking Back up now. If you&#8217;re prompted for an administrator password or confirmation, type the password or provide confirmation.</li>
</ul>
</li>
</ol>
</div>
</div>
<div>
<div>
<div>
<h3>Notes</h3>
<ul>
<li>We recommend that you don&#8217;t back up your files to the same hard disk that Windows is installed on.</li>
<li>Always store media used for backups (external hard disks, DVDs, or CDs) in a secure place to prevent unauthorized people from having access to your files—we recommend a fireproof location separate from your computer. You might also consider encrypting the data on your backup.</li>
</ul>
</div>
</div>
</div>
<div>
<h3>To create a new, full backup</h3>
<div>
<div>
<p>After you create your first backup, Windows Backup will add new or changed information to your subsequent backups. If you&#8217;re saving your backups on a hard drive or network location, Windows Backup will create a new, full backup for you automatically when needed. If you&#8217;re saving your backups on CDs or DVDs and can&#8217;t find an existing backup disc, or if you want to create a new backup of all of the files on your computer, you can create a full backup. Here&#8217;s how to create a full backup:</p>
</div>
<ol>
<li>Open Backup and Restore by clicking the Start button , clicking Control Panel, clicking System and Maintenance, and then clicking Backup and Restore.</li>
<li>In the left pane, click Create new, full backup.
<div>
<div>
<div>
<h3>Note</h3>
<p>You will only see this option if your backup is being saved on CDs or DVDs.</p>
</div>
</div>
</div>
</li>
</ol>
</div>
</div>
<div>
<h3>To set up a backup after upgrading from a previous version of Windows</h3>
<div>
<div>
<p>After you upgrade Windows, you will need to set up Windows Backup, even if you had a scheduled backup in the previous version of Windows. This is because there are several changes to the backup program. Instead of selecting file types to back up, you can have Windows back up data files saved in libraries, on the desktop, and in default Windows folders, or you can choose specific libraries and folders to be backed up. You can also create a system image of your computer. For more information, see <a id="pageContainer0_ID0E1GAC" href="http://windows.microsoft.com/en-US/windows7/How-does-Windows-choose-which-files-to-back-up" target="_blank">How does Windows choose which files to back up?</a></p>
<p>To set up your backup, follow these steps:</p>
</div>
<ol>
<li>Open Backup and Restore by clicking the Start button , clicking Control Panel, clicking System and Maintenance, and then clicking Backup and Restore.</li>
<li>Click Set up backup, and then follow the steps in the wizard. If you&#8217;re prompted for an administrator password or confirmation, type the password or provide confirmation.</li>
</ol>
</div>
</div>
</div>
<p>Was this helpful? Leave a coment or share it..</p>
]]></content:encoded>
			<wfw:commentRss>http://jvgwebsites.com/how-to/using-windows-backup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  sestematic.com/feed ) in 0.42739 seconds, on Apr 20th, 2013 at 8:30 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Apr 20th, 2013 at 9:30 pm UTC -->