<?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>Fix error &#187; Technology tips</title>
	<atom:link href="http://www.fixerror.net/tag/technology-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fixerror.net</link>
	<description></description>
	<lastBuildDate>Fri, 05 Feb 2010 17:00:08 +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>Fix Internet access for Nexus One</title>
		<link>http://www.fixerror.net/2010/01/internet-access-nexus-one/</link>
		<comments>http://www.fixerror.net/2010/01/internet-access-nexus-one/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:49:39 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[General errors]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Technology tips]]></category>
		<category><![CDATA[Nexus One]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=899</guid>
		<description><![CDATA[




In this article I try to fix the problem when the Nexus One owners try to connect from Wired or Wireless and the connection cannot be done. To fix this issue you should update your Nexus One phone with a kernel that supports tethering, and after you update your kernel you can connect to Wireless and [...]]]></description>
			<content:encoded><![CDATA[<p>In this article I try to fix the problem when the <strong>Nexus One</strong> owners try to connect from <strong>Wired</strong> or <strong>Wireless</strong> and the connection cannot be done. To fix this issue you should update your <strong>Nexus One</strong> phone with a kernel that supports tethering, and after you update your kernel you can connect to <strong>Wireless </strong>and <strong>Wired</strong>.</p>
<p><img class="alignnone size-full wp-image-905" title="nrt65678" src="http://www.fixerror.net/wp-content/uploads/2010/01/nrt65678.jpeg" alt="nrt65678" width="312" height="472" /></p>
<p><a href="http://code.google.com/p/android-wifi-tether/downloads/list" target="_blank">Download the kernel update from here</a>.</p>
<p>If you&#8217;re running on a user you should try to install like default installation.</p>
<h3><span style="text-decoration: underline;">Fix Nexus One problem</span></h3>
<p>Step 1: First run a userdebug or eng build. This update won&#8217;t run on the user build, you will get <em><span style="text-decoration: underline;">verification failed</span></em>;<br />
Step 2: Download the update from <a href="http://code.google.com/p/android-wifi-tether/downloads/list" target="_blank">here</a>;<br />
Step 3: Now you should copy the file to phone SD cars, but first rename the file into <em><strong><span style="text-decoration: underline;">update.zip</span></strong></em>;<br />
Step 4: In case that you have <strong>adb</strong>, try <strong>adb</strong> reboot recovery(more details for abd <a href="http://forum.xda-developers.com/showthread.php?t=502010" target="_blank">here</a>);<br />
Step 5: If you don&#8217;t have adb try the next steps:</p>
<ul>
<li>Power off your phone</li>
<li>Turn it on whilst holding the trackball down</li>
<li> At the boot screen, use the volume keys to select <strong><em>bootloader</em></strong> then press the power button to select</li>
<li> At the next screen, select <strong><em>recovery</em></strong> and press the power button to select it<br />
<span id="more-899"></span></li>
</ul>
<p>Step 6: The boot <span style="text-decoration: underline;"><em>cross</em></span> will appear, and shortly after a &#8216;!&#8217; graphic will appear. Hold down the power button, then press <em>volume up</em>;<br />
Step 7: You will see a menu with blue text. Use the trackball to highlight and select <strong>apply SD card update</strong>;<br />
Step 8: The process should take a few seconds, after which you can reboot your phone;<br />
Step 9: If you get <strong>verification failed</strong> you probably have a user build;<br />
Step 10: You now have a tether-enabled kernel.</p>
<p>Next you can read the instructions for user build: All steps before step 12 are safe and wont touch your phone&#8217;s Rom /flash</p>
<p>Step 1: Get a copy of <strong>adb</strong> and <strong>fastboot</strong> (check the SDK or Google for them);<br />
Step 2: Grab the <strong>Nexus One</strong> update zip and <strong>nexusone-zimage</strong> from the <a href="http://code.google.com/p/android-wifi-tether/downloads/list" target="_blank">downloads page</a>;<br />
Step 3: Plug your phone&#8217;s USB in;<br />
Step 4: <strong>adb</strong> reboot bootloader;<br />
Step 5: When the bootloader screen appears: fastboot boot nexusone-zimage;<br />
Step 6: Make sure the phone boots, if not, STOP</p>
<ul>
<li> Note that Wifi will not work at this stage.</li>
<li> If the phone fails to boot, something is wrong. Pull the battery to reboot.</li>
</ul>
<p>Step 7: Unzip the update zipfile, then <strong>adb push bcm4329.ko /sqlite_stmt_journals/</strong>;<br />
Step 8: adb shell;<br />
Step 9: su;<br />
Step 10: <strong>insmod /sqlite_stmt_journals/bcm4329.ko</strong>;</p>
<ul>
<li> If an error appears doing this, STOP;</li>
</ul>
<p>Step 11:  lsmod;</p>
<ul>
<li>You should see &#8216;bcm4329&#8242; listed. If not, STOP;</li>
</ul>
<p>Step 12: mount -w -o remount /dev/block/mtdblock3 /system;<br />
Step 13: cat /sqlite_stmt_journals/bcm4329.ko &gt; /system/lib/modules/bcm4329.ko;<br />
Step 14: Logout out of the phone;<br />
Step 15: adb reboot bootloader;<br />
Step 16: When the boot screen appears: fastboot flash zimage nexusone-zimage;<br />
Step 17: fastboot reboot;<br />
Step 18. Your <strong>Nexus One</strong> should come up;</p>
<p><a href="http://code.google.com/p/android-wifi-tether/wiki/NexusOneKernelUpdate" target="_blank">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2010/01/internet-access-nexus-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix BSOD in Windows 7</title>
		<link>http://www.fixerror.net/2010/01/fix-bsod-in-windows-7/</link>
		<comments>http://www.fixerror.net/2010/01/fix-bsod-in-windows-7/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 00:19:13 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[General errors]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Technology tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows error]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=859</guid>
		<description><![CDATA[While you play a game, or install a new software, or upgrade a driver, or restart your computer, or&#8230;..in Windows 7, appear a BSOD(Black Screen of Death) or a BSOD(Blue Screen of Death). In this article you can find the solution to solve these screens of death for Windows 7.
Among the many errors that occur [...]]]></description>
			<content:encoded><![CDATA[<p>While you play a game, or install a new software, or upgrade a driver, or restart your computer, or&#8230;..in <strong>Windows 7</strong>, appear a <span style="text-decoration: underline;"><strong>BSOD(Black Screen of Death)</strong></span> or a <span style="text-decoration: underline;"><strong>BSOD(Blue Screen of Death)</strong></span>. In this article you can find the solution to solve these screens of death for <strong>Windows 7</strong>.</p>
<p>Among the many <a href="http://www.fixerror.net" target="_blank">errors that occur in Windows and which can be solved here</a>, at least a part of them, this error occurred which cannot be neglected.</p>
<p>Most times  the <strong>BSOD(Black Screen of Death)</strong> in <strong>Windows 7</strong> appear when you logging on, and it seems that this error occurs after the latest <strong>Microsoft</strong> security updates released on November 25th, have caused problems for some <strong>Windows 7</strong> users creating a <strong>BSOD(Black Screen of Death)</strong>.</p>
<p>To solve the <strong>Black Screen Of Death(BSOD)</strong> in <strong>Windows 7</strong> you can <a href="http://www.fixerror.net/2009/11/fix-windows-7-black-screen/" target="_blank">follow the next steps to fix the BSOD screen</a>, but these are available in case that the <strong>BSOD</strong> not appear everytime.</p>
<p><img class="alignnone size-full wp-image-892" title="bdo69870" src="http://www.fixerror.net/wp-content/uploads/2010/01/bdo69870.jpeg" alt="bdo69870" width="450" /></p>
<p>If appear the <strong>BSOD(Black Screen of Death)</strong> screen in <strong>Windows 7</strong>, follow these steps to fix this error:</p>
<p><strong>Step 1</strong>: Restart your computer;</p>
<p><strong>Step 2</strong>: Logon into your account, or into account that appear this <strong>BSOD</strong>;<br />
<span id="more-859"></span></p>
<p><strong>Step 3</strong>: After the <strong>BSOD</strong> screen appear, make sure that your computer is connected to the Internet;</p>
<p><strong>Step 4</strong>: Press the CTRL, ALT and DEL keys simultaneously;</p>
<p><strong>Step 5</strong>: When prompted, click <strong>Start Task Manager</strong>;</p>
<p><strong>Step 6</strong>: In <strong>Task Manager</strong> click on the <strong>Application Tab</strong>;</p>
<p><strong>Step 7</strong>: Next click <strong>New Task</strong>;</p>
<p><strong>Step 8</strong>:Now enter the command: <span style="text-decoration: underline;"><strong>&#8220;C:\Program Files\Internet Explorer\iexplore.exe&#8221;<br />
&#8220;http://info.prevx.com/download.asp?GRAB=BLACKSCREENFIX&#8221;</strong></span></p>
<p><em><strong>Note</strong>: this command assumes that you are using internet explorer as your browser, if not substitute your browser path and file details for those of iexplore.exe or use the Browser option of Task manager to locate it;</em></p>
<p><strong>Step 9</strong>: Click <strong>OK</strong> and your browser should start up and begin the download process;</p>
<p><strong>Step 10</strong>: When prompted for the download click  <strong>Run</strong>, the black screen fix program will download and run to automatically fix the issue;</p>
<p><strong>Step 11</strong>: Restart your computer;</p>
<p>In case that appear the <strong>BSOD(Blue screen of death)</strong>, this error may occur from different causes, causes like a new installation of software, new driver, an upgrade of a driver, compatible problem between the components, and these are not too all.</p>
<p>A solution to solve this error is to start your computer in Safe Mode, and then to restore your computer  to an earlier date. Next you can read the steps to restore your computer to an earlier date.</p>
<h3><span style="text-decoration: underline;">How to restore your computer to an earlier date in Windows 7</span></h3>
<p><strong>Step 1</strong>: Go to <strong>Start</strong>, and type <span style="text-decoration: underline;"><strong><em>restore</em></strong></span> in the Search form;</p>
<p><strong>Step 2</strong>:  Click on <strong>System Restore</strong> at the top of the start menu;</p>
<p><strong>Step 3</strong>: At this step should appear a <strong>Restore system files and settings</strong> screen;</p>
<p><strong>Step 4</strong>: Select <strong>Recommended restore</strong> and then click <strong>Next</strong> button, or you can select <strong>Choose a different restore point</strong> and will see a list with restore points that you can choose from;</p>
<p><em>Info: For example if you make an antivirus installation last time and after that the BSOD occurs, choose the restored point old that the last installation of software.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2010/01/fix-bsod-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a restored point for Windows 7</title>
		<link>http://www.fixerror.net/2010/01/create-a-restored-point-for-windows-7/</link>
		<comments>http://www.fixerror.net/2010/01/create-a-restored-point-for-windows-7/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 17:31:48 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[Technology tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows error]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=881</guid>
		<description><![CDATA[Many error appears in Windows 7, and some of these are very bad for your computers. And for this reason before to install a new software, or install a new component on your computer, or upgrade a new driver you should create a restore point for your system.
In this article you can find the steps [...]]]></description>
			<content:encoded><![CDATA[<p>Many error appears in <strong>Windows 7</strong>, and some of these are very bad for your computers. And for this reason before to install a new software, or install a new component on your computer, or upgrade a new driver you should create a restore point for your system.</p>
<p>In this article you can find the steps to create a restores point to an earlier date, and this can help you when you have problem with your computer, because you can restore your computer to an earlier date when your computer has worked well.</p>
<p><img class="alignnone size-full wp-image-883" title="71" src="http://www.fixerror.net/wp-content/uploads/2010/01/71.jpg" alt="71" width="390" height="390" /></p>
<h3><span style="text-decoration: underline;">Steps to create a restored point for Windows 7</span></h3>
<p><strong>Step 1</strong>: Go to <strong>Start Menu</strong> and right-click on <strong>Computer</strong> and then click on <strong>Properties</strong>;</p>
<p><strong>Step 2</strong>: On <strong>Control Panel</strong> click on <strong>System Protection</strong>;</p>
<p><strong>Step 3</strong>: On <strong>System Properties</strong> windows go to <strong>System Protection</strong> tab;</p>
<p><strong>Step 4</strong>: Click on <strong>Create</strong> button;</p>
<p><strong>Step 5</strong>: Type a description that can be easily identify later;</p>
<p><strong>Step 6</strong>: Click the <strong>Create</strong> button, and then the system will create the restore point;</p>
<p><strong>Step 7</strong>: When the process is finished, you&#8217;ll get a message saying it&#8217;s completed successfully;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2010/01/create-a-restored-point-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to open a file if I get an access denied message</title>
		<link>http://www.fixerror.net/2010/01/how-to-open-a-file-if-i-get-an-access-denied-message/</link>
		<comments>http://www.fixerror.net/2010/01/how-to-open-a-file-if-i-get-an-access-denied-message/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 15:11:26 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[Technology tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows error]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=853</guid>
		<description><![CDATA[If you try to open a file and you receive an access denied messages, you should verify two option: first you should see if you have permissions to access the file, or you should check if the file is encrypted or not.

How to check the permissions of the file or of the folder
Step 1: Right [...]]]></description>
			<content:encoded><![CDATA[<p>If you try to open a file and you receive an access denied messages, you should verify two option: first you should see if you have permissions to access the file, or you should check if the file is encrypted or not.</p>
<p><img class="alignnone size-full wp-image-854" title="7" src="http://www.fixerror.net/wp-content/uploads/2010/01/7.jpg" alt="7" width="390" height="390" /></p>
<h3><span style="text-decoration: underline;">How to check the permissions of the file or of the folder</span></h3>
<p><strong>Step 1</strong>: Right click on the file or folder, and then click <strong>Properties</strong>;</p>
<p><strong>Step 2</strong>: Click the <strong>Security</strong> tab;</p>
<p><strong>Step 3</strong>: Under <strong>Group or user names</strong>, click your name to see the permissions you have;</p>
<h3><span style="text-decoration: underline;">How to check if the file is encrypted</span></h3>
<p><strong>Step 1</strong>: Right click the file, and then click <strong>Properties</strong>;</p>
<p><strong>Step 2</strong>: Click the <strong>General</strong> tab, and then click <strong>Advanced</strong>;</p>
<p>If the Encrypt contents to secure data check box is selected, you need the certificate that was used to encrypt the file to open it.</p>
<p>[<a href="http://windows.microsoft.com/en-us/windows7/How-do-I-open-a-file-if-I-get-an-access-denied-message" target="_blank">Source</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2010/01/how-to-open-a-file-if-i-get-an-access-denied-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Reclaim Some Storage Space In Windows 7 and Vista</title>
		<link>http://www.fixerror.net/2009/12/how-to-reclaim-some-storage-space-in-windows-7-and-vista/</link>
		<comments>http://www.fixerror.net/2009/12/how-to-reclaim-some-storage-space-in-windows-7-and-vista/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 19:24:37 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[Technology tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows error]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=849</guid>
		<description><![CDATA[If you need space, if you do not have a hard disk with a capacity of 1 terabyte hard drives, is much cheaper than the following steps to adjust your memory, this just in case you need more space, and this you can do through disable hibernation.
Hibernation basically writes your current system state to a [...]]]></description>
			<content:encoded><![CDATA[<p>If you need space, if you do not have a hard disk with a capacity of 1 terabyte hard drives, is much cheaper than the following steps to adjust your memory, this just in case you need more space, and this you can do through disable hibernation.</p>
<p>Hibernation basically writes your current system state to a non-volatile memory source, such as your primary HDD or SSD, allowing you to turn off your system and restore your progress at a later date.</p>
<p>This feature of the calculator is beneficial in the sense that when you start the computer in a state of hibernation, the latter starts faster than normal when you start.</p>
<p><a href="http://www.techspot.com/articles-info/232/img-1.jpg" target="_blank"><img class="alignnone size-full wp-image-850" title="325345" src="http://www.fixerror.net/wp-content/uploads/2009/12/325345.jpg" alt="325345" width="495" height="208" /></a></p>
<h3><span style="text-decoration: underline;">How to Disable Hibernation in Windows 7 and Windows Vista</span></h3>
<p><strong>Step 1</strong>: Go to <strong>Start</strong>, then type <strong>cmd</strong> in the <strong>Start</strong> menu;</p>
<p><strong>Step 2</strong>: Type <strong>powercfg.exe -h off</strong> and the press Enter key;</p>
<h3><span style="text-decoration: underline;"><span style="text-decoration: underline;">How to Disable Hibernation in Windows XP</span></span></h3>
<p>In <strong>Windows XP</strong> you cannot disable the hibernation from cmd, and to disable the hibernation you should follow the next steps:</p>
<p><strong>Step 1</strong>: Go to <strong>Control Panel</strong> -&gt; <strong>Performance and Maintenance</strong> -&gt; <strong>Power Options</strong> -&gt; <strong>Hibernate</strong>;</p>
<p><strong>Step 2</strong>: Uncheck &#8216;<strong><span style="text-decoration: underline;">Enable hibernation</span></strong>&#8216;;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2009/12/how-to-reclaim-some-storage-space-in-windows-7-and-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to download and install Windows XP Mode</title>
		<link>http://www.fixerror.net/2009/12/how-to-download-and-install-windows-xp-mode/</link>
		<comments>http://www.fixerror.net/2009/12/how-to-download-and-install-windows-xp-mode/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 06:22:59 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[Technology tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=845</guid>
		<description><![CDATA[In the last article I wrote about how to install programs that work in Windows XP mode. We can say that this article is the continuation of the last article, and in this article we describe how you can download and install Windows XP Mode.
How to download and install Windows XP Mode
Step 1: Go to [...]]]></description>
			<content:encoded><![CDATA[<p>In the last article I wrote about <a href="http://www.fixerror.net/2009/12/how-to-install-and-use-a-program-in-windows-xp-mode/" target="_blank">how to install programs that work in Windows XP mode</a>. We can say that this article is the continuation of the last article, and in this article we describe how you can download and install <strong>Windows XP Mode</strong>.</p>
<h3><span style="text-decoration: underline;">How to download and install Windows XP Mode</span></h3>
<p><strong>Step 1</strong>: Go to <strong>Start</strong>, <strong>All Programs</strong>, click <strong>Windows Virtual PC</strong>, and then click <strong>Windows XP Mode</strong>;</p>
<p><strong>Step 2</strong>: In the <strong>Windows XP Mode</strong> dialog box, click <strong>Download</strong> to go back to the <strong>Windows XP Mode</strong> and <strong>Windows Virtual PC</strong> webpage;</p>
<p><strong>Step 3</strong>: In the <strong>Windows 7</strong> system type drop-down list, click 32-bit or 64-bit depending on what version of <strong>Windows 7</strong> you&#8217;re currently running. In the <strong>Windows XP Mode</strong> language drop-down list, click the language you want to use, and then click <strong>Download Windows XP Mode</strong>;</p>
<p><strong>Step 4</strong>: Click <strong>Open</strong> to install the program immediately; or click <strong>Save</strong> to save the installation file to your computer, and then double-click the file;</p>
<p><strong>Step 5</strong>: In the <strong>Welcome to Setup</strong> for <strong>Windows XP Mode</strong> dialog box, click <strong>Next</strong>;</p>
<p><strong>Step 6</strong>: Choose the location for the virtual hard disk file that <strong>Windows XP Mode</strong> uses, or accept the default location, and then click <strong>Next</strong>;</p>
<p><strong>Step 7</strong>: On the <strong>Setup Completed</strong> screen, select the <strong>Launch Windows XP Mode</strong> check box, and then click <strong>Finish</strong>;</p>
<p><strong>Step 8</strong>: If you accept the license terms, click <strong>I accept the license terms</strong>, and then click <strong>Next</strong>;</p>
<p><strong>Step 9</strong>: On the <strong>Installation folder and credentials</strong> page, accept the default location where <strong>Windows XP Mode</strong> files will be stored, or enter a new location;</p>
<p><strong>Step 10</strong>: Enter a password, enter it again to confirm it, and then click <strong>Next</strong>;</p>
<p><strong>Step 11</strong>: On the <strong>Help protect your computer</strong> screen, choose whether you want to protect your computer by turning on automatic updates, and then click <strong>Start Setup</strong>;</p>
<p>After setup is complete, <strong>Windows XP Mode</strong> opens in a separate window.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2009/12/how-to-download-and-install-windows-xp-mode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install and use a program in Windows XP Mode</title>
		<link>http://www.fixerror.net/2009/12/how-to-install-and-use-a-program-in-windows-xp-mode/</link>
		<comments>http://www.fixerror.net/2009/12/how-to-install-and-use-a-program-in-windows-xp-mode/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 06:18:49 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[Technology tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=836</guid>
		<description><![CDATA[Some programs that you want to install on Windows 7 was not compatible with the latter. In this situation you  will only have to install programs in Windows XP mode.
Hopefully Windows 7 allows a certain program installed in Windows XP mode, this is very useful for many users, especially for users who want to [...]]]></description>
			<content:encoded><![CDATA[<p><span id="result_box" class="short_text"><span style="background-color: #ffffff;" title="Este posibil ca anumite programe pe care vreti sa le instalat pe Windows 7 sa nu fie compatibile cu acesta din urma">Some programs that you want to install on <strong>Windows 7</strong> was not compatible with the latter</span></span>. In this situation you  will only have to install programs in <strong>Windows XP mode</strong>.</p>
<p>Hopefully <strong>Windows 7</strong> allows a certain program installed in <strong>Windows XP mode</strong>, this is very useful for many users, especially for users who want to aibe programs installed on their computers which unfortunately are not compatible with <strong>Windows 7</strong>.</p>
<p><img class="alignnone size-full wp-image-839" title="wxm" src="http://www.fixerror.net/wp-content/uploads/2009/12/wxm.jpg" alt="wxm" width="410" height="260" /></p>
<h3><span style="text-decoration: underline;">Steps to install a program in Windows XP mode</span></h3>
<p><strong>Step 1</strong>: Go to <strong>Start</strong>, click <strong>All Programs</strong>, click <strong>Windows Virtual PC</strong>, and then click <strong>Windows XP Mode</strong>;</p>
<p><strong>Step 2</strong>: In <strong>Windows XP Mode</strong>, insert the program&#8217;s installation disc into your computer&#8217;s CD/DVD drive; or browse to the program&#8217;s installation file, open the file, and follow the instructions to install the program;</p>
<p><strong>Step 3</strong>: Click the <strong>Clos</strong>e button at the top of the <strong>Windows XP Mode</strong> window;</p>
<p><strong>Step 4</strong>: In <strong>Windows 7</strong>, click the <strong>Start</strong> button, click <strong>Windows Virtual PC</strong>, click <strong>Windows XP Mode Applications</strong>, and then click the program you want to open;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2009/12/how-to-install-and-use-a-program-in-windows-xp-mode/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to remove all the temporary Internet-related files</title>
		<link>http://www.fixerror.net/2009/12/how-to-remove-all-the-temporary-internet-related-files/</link>
		<comments>http://www.fixerror.net/2009/12/how-to-remove-all-the-temporary-internet-related-files/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 12:52:47 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Technology tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=821</guid>
		<description><![CDATA[At each viewing of a site that you do, in your computers are stored data on these sites, data such as a local copy of the site, a copy that is made in the temporary file.
Considering that the size of the files increases with time browsing, the more temporary file size is greater the more [...]]]></description>
			<content:encoded><![CDATA[<p>At each viewing of a site that you do, in your computers are stored data on these sites, data such as a local copy of the site, a copy that is made in the temporary file.</p>
<p>Considering that the size of the files increases with time browsing, the more temporary file size is greater the more likely to have trouble opening web pages. A good solution which is to avoid such problems is to delete at a certain period of time the temporary file.</p>
<p><span id="result_box" class="short_text"><span style="background-color: #ffffff;" title="In acest articol puteti citi despre cum puteti">In this article you can read about how you can</span></span> remove all the temporary Internet-related for <strong>Internet Explorer 6</strong> and <strong>Internet Explorer 7</strong>.</p>
<h3><span style="text-decoration: underline;">How to remove the temporary Internet-related files from your computer when you use Internet Explorer 6</span></h3>
<p><span style="text-decoration: underline;"><img class="alignnone size-full wp-image-826" title="in6" src="http://www.fixerror.net/wp-content/uploads/2009/12/in6.jpg" alt="in6" width="404" height="455" /><br />
</span></p>
<p><strong>Step 1</strong>: Start your <strong>Internet Explorer 6</strong>;</p>
<p><strong>Step 2</strong>: Go to <strong>Tools</strong> -&gt; then press on <strong>Internet Options</strong>;</p>
<p><strong>Step 3</strong>: Click the <strong>General</strong> tab;</p>
<p><strong>Step 4</strong>: Under <strong>Temporary Internet</strong> files, click <strong>Settings</strong>;</p>
<p><strong>Step 5</strong>: Click <strong>Delete Files</strong>, and then click <strong>OK</strong>;</p>
<p><strong>Step 6</strong>: Click <strong class="uiterm">Delete Cookies</strong>, and then click <strong class="uiterm">OK</strong>;</p>
<p><strong>Step 7</strong>: Under <strong>History</strong>, click <strong>Clear History</strong>, and then click <strong>Yes</strong>;</p>
<p><strong>Step 8</strong>: Click <strong>OK</strong>;<br />
<span id="more-821"></span></p>
<h3><span style="text-decoration: underline;"><span style="text-decoration: underline;">How to remove the temporary Internet-related files from your computer when you use Internet Explorer 7<br />
</span></span></h3>
<p><strong>Step 1</strong>: Start your <strong>Internet Explorer 7</strong>;</p>
<p><strong>Step 2</strong>: Go to <strong>Tools</strong> -&gt; then press on <strong>Internet Options</strong>;</p>
<p><strong>Step 3</strong>: Click the <strong>General</strong> tab;</p>
<p><strong>Step 4:</strong> Under <strong>Browsing History</strong>, click <strong>Delete</strong>, and when you are prompted, click <strong>Yes</strong> to confirm;</p>
<p><strong>Step 5</strong>: In the <strong>Delete Browsing History</strong> dialog box, under <strong>Temporary Internet Files</strong>, click <strong>Delete Files</strong>, and when you are prompted, click <strong>Yes</strong> to confirm;</p>
<p><strong>Step 6</strong>: Under <strong>Cookies</strong>, click <strong>Delete Cookies</strong>, and when you are prompted, click <strong>Yes</strong> to confirm;</p>
<p><strong>Step 7</strong>: Under <strong>History</strong>, click <strong>Delete History</strong>, and when you are prompted, click <strong>Yes</strong> to confirm;</p>
<p><strong>Step 8</strong>: Click <strong>Close</strong>, and then click <strong>OK</strong> to close the <strong>Internet Options </strong> dialog box;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2009/12/how-to-remove-all-the-temporary-internet-related-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back up your programs, system settings, and files in Windows 7</title>
		<link>http://www.fixerror.net/2009/12/back-up-your-programs-system-settings-and-files-in-windows-7/</link>
		<comments>http://www.fixerror.net/2009/12/back-up-your-programs-system-settings-and-files-in-windows-7/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 14:54:36 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[Technology tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=788</guid>
		<description><![CDATA[It is not easy to keep your computer away from attacks or to certain programs or drivers that often harms us our computer. A reliable method to protect us from these attacks on our computers is to have a back up for programs, files and system settings.
In this article you can read about how you [...]]]></description>
			<content:encoded><![CDATA[<p>It is not easy to keep your computer away from attacks or to certain programs or drivers that often harms us our computer. A reliable method to protect us from these attacks on our computers is to have a back up for programs, files and system settings.</p>
<p>In this article you can read about how you can make a back up for your programs, system settings, and files in <strong>Windows 7</strong>.</p>
<p>In this case you can create a system image with your files, programs and settings, a system image which contains a copy of <strong>Windows</strong>.</p>
<p>This image can be used to restore your computer files, programs and settings, and the image is stored into another location from the original programs, settings, and files.</p>
<p>Every time when you make a new system image, the old version of the system image will be deleted when the drive runs out of space. To help conserve disk space, you can manually delete older system images.</p>
<p><img class="alignnone size-full wp-image-816" title="7" src="http://www.fixerror.net/wp-content/uploads/2009/12/7.jpg" alt="7" width="390" height="390" /></p>
<h3><span style="text-decoration: underline;">Steps to back up your programs, settings and files</span></h3>
<p><strong>Step 1</strong>: Go to <strong>Start</strong> -&gt; <strong>Control Panel</strong>, clicking <strong>System and Maintenance</strong>, and then clicking <strong>Backup and Restore</strong>;</p>
<p><strong>Step 2</strong>: In the left pane, click <strong>Create a system image</strong>, and then follow the steps in the wizard;</p>
<p>If you&#8217;re saving your system images in a network location, you can only keep the most current system image for each computer. System images are saved in the format of <em><strong>drive\WindowsImageBackup\computer name\</strong></em>. If you have an existing system image for a computer and are creating a new one for the same computer, the new system image will overwrite the existing one. If you want to keep the existing system image, you can copy it to a different location before creating the new system image by following these steps:</p>
<p><strong>Step 1</strong>. Navigate to the location of the system image;</p>
<p><strong> Step 2</strong>. Copy the <strong>WindowsImageBackup</strong> folder to a new location;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2009/12/back-up-your-programs-system-settings-and-files-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install more than one operating system (multiboot)</title>
		<link>http://www.fixerror.net/2009/12/how-to-install-more-than-one-operating-system-multiboot/</link>
		<comments>http://www.fixerror.net/2009/12/how-to-install-more-than-one-operating-system-multiboot/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 08:56:17 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[Technology tips]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=807</guid>
		<description><![CDATA[If you want to test a new operating system on your computer, a useful method is to install a secondary operating system. This multiboot solution help if you are not sure that the new operating system conforms to your expectations, or if you want to have two operating systems on the same computer.
In this article [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to test a new operating system on your computer, a useful method is to install a secondary operating system. This multiboot solution help if you are not sure that the new operating system conforms to your expectations, <span id="result_box" class="short_text"><span style="background-color: #ffffff;" title="sau in cazul in care doriti sa aveti doua sisteme de operare pe acelasi calculator.">or if you want to have two operating systems on the same computer.</span></span></p>
<p><span class="short_text"><span style="background-color: #ffffff;" title="sau in cazul in care doriti sa aveti doua sisteme de operare pe acelasi calculator.">In this article you can find the information needed to install in parallel a different operating system.<br />
</span></span></p>
<p>Before beginning the installation process for the second operating system, have to make sure that you have a second partition of your hard drive, and also that you have the space required to install new operating system.</p>
<p>A second step you need to do it before starting the installation is to make sure that your computer is compatible with the new operating system, and for <strong>Windows 7</strong> can find out if your computer is compatible from <a href="http://www.fixerror.net/2009/10/windows-7-system-requirements/" target="_blank">here</a>.</p>
<p>After you have installed the second operating system, when you turn on your computer you will have to choose one of them.</p>
<h3><span style="text-decoration: underline;">How to install Windows on a separate partition or hard disk</span></h3>
<p>Before to install a new SO on your computer, be sure to disable all antivirus software and <a href="http://www.fixerror.net/2009/11/back-up-for-a-windows-7-based-computer/" target="_blank">back up your files</a> to an external hard disk, a CD, a DVD, a USB flash drive, or a network folder. Also, find your 25-character <strong>Windows</strong> product key.</p>
<p><strong>Step 1</strong>: Turn on your computer;</p>
<p><strong>Step 2</strong>:</p>
<ul>
<li>If you download via Internet <strong>Windows 7</strong> &#8211; open the installation file;</li>
<li>If you have a CD with <strong>Windows 7</strong>, insert the CD into your computer, and the installation should start automatically;</li>
</ul>
<p><strong>Step 3</strong>: On the <strong>Install Windows</strong> menu, click <strong>Install now</strong>;</p>
<p><strong>Step 4</strong>: On the <strong>Get important updates for installation</strong> page, we recommend getting the latest updates to help ensure a successful installation and to help protect your computer against security threats. You must be connected to the Internet to receive installation updates. This page might not appear if your computer is not connected to the Internet;</p>
<p><strong>Step 4</strong>: On the <strong>Please read the license terms</strong> page, if you accept the license terms, click <strong>I accept the license terms</strong>;</p>
<p><strong>Step 5</strong>: On the <strong>Which type of installation do you want</strong>? page, click <strong>Custom</strong>;</p>
<p><strong>Step 6</strong>: On the <strong>Where do you want to install Windows</strong>? page, select the partition or disk where you want to install the new Windows operating system. Be sure to install Windows on a different partition from the one where the earlier version of Windows is installed;</p>
<p><strong>Step 7</strong>: Click <strong>Next</strong> to begin the installation. You might see a compatibility report;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2009/12/how-to-install-more-than-one-operating-system-multiboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
