<?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>Tips and tutorials</title>
	<atom:link href="http://www.tipsandtutorials.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandtutorials.net</link>
	<description>Tips and tutorials on various operating systems, such as setting up Windows 7 / XP / VISTA / 2003 / 2008, Fedora, Ubuntu, Centos, FreeBSD, Debian and other.</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:49:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to define an IP address in linux?</title>
		<link>http://www.tipsandtutorials.net/how-to-define-an-ip-address-in-linux.html</link>
		<comments>http://www.tipsandtutorials.net/how-to-define-an-ip-address-in-linux.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 20:49:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[ip_address]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[subnet mask]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6145</guid>
		<description><![CDATA[
The command to do all these manipulations at the level of your network card is ifconfig.
This command as root to type, is mainly used:
- Define or change the IP address of an interface,
- Change the ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/how-to-define-an-ip-address-in-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search a string in files Linux</title>
		<link>http://www.tipsandtutorials.net/search-a-string-in-files-linux.html</link>
		<comments>http://www.tipsandtutorials.net/search-a-string-in-files-linux.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 19:34:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[ever]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[want]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6143</guid>
		<description><![CDATA[On linux, do you ever happen to want to find a string in a complete, ie multiple files?
Well believe me, if one day you must search an email address, an IP address, a piece of ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/search-a-string-in-files-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a tar.gz file archive</title>
		<link>http://www.tipsandtutorials.net/create-a-tar-gz-file-archive.html</link>
		<comments>http://www.tipsandtutorials.net/create-a-tar-gz-file-archive.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 18:59:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6141</guid>
		<description><![CDATA[To compress a tar.gz file in Linux, you can simply use the following command:
tar -czf folder.tar.gz folder
Incidentally, if you need to do the reverse, that is to say decompress a tar.gz file to recover uncompressed, ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/create-a-tar-gz-file-archive.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace a string in multiple files Linux</title>
		<link>http://www.tipsandtutorials.net/replace-a-string-in-multiple-files-linux.html</link>
		<comments>http://www.tipsandtutorials.net/replace-a-string-in-multiple-files-linux.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 17:20:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[already]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[want]]></category>
		<category><![CDATA[without]]></category>
		<category><![CDATA[wrong]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6139</guid>
		<description><![CDATA[If you use Linux, you will definitely need one day to replace a string in multiple files, without having to do everything manually. 
Imagine, for example, you want to replace an email address in all ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/replace-a-string-in-multiple-files-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Windows 7 32-bit or 64 bit?</title>
		<link>http://www.tipsandtutorials.net/my-windows-7-32-bit-or-64-bit.html</link>
		<comments>http://www.tipsandtutorials.net/my-windows-7-32-bit-or-64-bit.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 15:55:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6137</guid>
		<description><![CDATA[From Windows 7 (or Vista), computers can use the 64-bit to be more efficient.
Only, some running on the default 64-bit, while others run on the 32-bit.
To get this information:
1) Click the &#8220;Start&#8221; button at the ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/my-windows-7-32-bit-or-64-bit.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How close a program that is not responding in Windows?</title>
		<link>http://www.tipsandtutorials.net/how-close-a-program-that-is-not-responding-in-windows.html</link>
		<comments>http://www.tipsandtutorials.net/how-close-a-program-that-is-not-responding-in-windows.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 14:12:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[allow]]></category>
		<category><![CDATA[completely]]></category>
		<category><![CDATA[Ctrl Alt Delete]]></category>
		<category><![CDATA[End Task]]></category>
		<category><![CDATA[Open Task Manager]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[Revo Uninstaller]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6135</guid>
		<description><![CDATA[Sometimes certain programs &#8220;plant&#8221; as it is commonly said, and therefore do not respond. You wait patiently beautiful but your program is completely blocked and in some cases can slow down completely while the operating ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/how-close-a-program-that-is-not-responding-in-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disk Cleanup in Windows Vista</title>
		<link>http://www.tipsandtutorials.net/disk-cleanup-in-windows-vista.html</link>
		<comments>http://www.tipsandtutorials.net/disk-cleanup-in-windows-vista.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 12:25:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Clean]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Disk Cleanup]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Windows Explorer]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6132</guid>
		<description><![CDATA[I. Introduction to the Disk Cleanup
Clean your hard drive can be very helpful for a more stable operating system and also to let you save space. It is therefore important to do regularly because many ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/disk-cleanup-in-windows-vista.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure a static IP address in Windows Vista</title>
		<link>http://www.tipsandtutorials.net/configure-a-static-ip-address-in-windows-vista.html</link>
		<comments>http://www.tipsandtutorials.net/configure-a-static-ip-address-in-windows-vista.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 10:48:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[want]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6129</guid>
		<description><![CDATA[I. Introduction to configuring a static IP address in Vista
It can sometimes be useful to have a fixed IP address for your computer for example to use some applications where you need to redirect ports. ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/configure-a-static-ip-address-in-windows-vista.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identify if the applications are running in 32 or 64 bits</title>
		<link>http://www.tipsandtutorials.net/identify-if-the-applications-are-running-in-32-or-64-bits.html</link>
		<comments>http://www.tipsandtutorials.net/identify-if-the-applications-are-running-in-32-or-64-bits.html#comments</comments>
		<pubDate>Tue, 07 Feb 2012 09:20:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[opens]]></category>
		<category><![CDATA[PID]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6122</guid>
		<description><![CDATA[With operating systems Windows XP, Vista or 7 64-bit versions, it is possible for the user to know which applications are running x32 or x64 mode and for that, nothing is complicated.
Down the menu of ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/identify-if-the-applications-are-running-in-32-or-64-bits.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dovecot SASL with Postfix</title>
		<link>http://www.tipsandtutorials.net/dovecot-sasl-with-postfix.html</link>
		<comments>http://www.tipsandtutorials.net/dovecot-sasl-with-postfix.html#comments</comments>
		<pubDate>Sun, 29 Jan 2012 15:11:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[anyone]]></category>
		<category><![CDATA[AUTH]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[DSN]]></category>
		<category><![CDATA[EHLO]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[MECHANISMS]]></category>
		<category><![CDATA[SASL]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6118</guid>
		<description><![CDATA[The SMTP Authentication (SMTP Auth) is an access control mechanism which does convey that authorized users, and anyone not authenticated is denied. Since version 2.3, Postfix supports SMTP AUTH through Dovecot SASL(Dovecot introduced since 1.0). ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/dovecot-sasl-with-postfix.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storage: real-time replication with DRBD</title>
		<link>http://www.tipsandtutorials.net/storage-real-time-replication-with-drbd.html</link>
		<comments>http://www.tipsandtutorials.net/storage-real-time-replication-with-drbd.html#comments</comments>
		<pubDate>Sun, 29 Jan 2012 12:58:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Automatic Verification Online]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[DRBD]]></category>
		<category><![CDATA[force]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Primary Secondary]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6114</guid>
		<description><![CDATA[DRBD (Distributed Replicated Block Device) is a distributed storage architecture for GNU / Linux, to speak quickly we can say that this is some sort of RAID 1 at the network level. This allows for ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/storage-real-time-replication-with-drbd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a VNC server and SSH tunneling</title>
		<link>http://www.tipsandtutorials.net/setting-up-a-vnc-server-and-ssh-tunneling.html</link>
		<comments>http://www.tipsandtutorials.net/setting-up-a-vnc-server-and-ssh-tunneling.html#comments</comments>
		<pubDate>Sun, 29 Jan 2012 11:05:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC General]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Setting]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[VNC]]></category>
		<category><![CDATA[VNCSERVERARGS]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6111</guid>
		<description><![CDATA[Here is a short tutorial for using VNC on a machine CentOS and so access to one (or more) session (s) X. In my case, I use it occasionally to access the desktop XFCEon my ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/setting-up-a-vnc-server-and-ssh-tunneling.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle &#8211; Optimization of sorting</title>
		<link>http://www.tipsandtutorials.net/oracle-optimization-of-sorting.html</link>
		<comments>http://www.tipsandtutorials.net/oracle-optimization-of-sorting.html#comments</comments>
		<pubDate>Thu, 26 Jan 2012 19:59:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[INTERSECT]]></category>
		<category><![CDATA[MINUS]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[UNION]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6108</guid>
		<description><![CDATA[When we perform a sort operation, we note the increase in I / O to disk. To overcome this increase slows down somewhere the performance of our queries, increase the value of SORT_AREA_SIZE. This parameter ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/oracle-optimization-of-sorting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle &#8211; Oracle architecture components</title>
		<link>http://www.tipsandtutorials.net/oracle-oracle-architecture-components.html</link>
		<comments>http://www.tipsandtutorials.net/oracle-oracle-architecture-components.html#comments</comments>
		<pubDate>Thu, 26 Jan 2012 18:33:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[CKPT]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[LGWR]]></category>
		<category><![CDATA[LMDN]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RECO]]></category>
		<category><![CDATA[SGA]]></category>
		<category><![CDATA[shared]]></category>
		<category><![CDATA[SMON]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6106</guid>
		<description><![CDATA[An Oracle server is a system used to manage databases and provides a means of information management open, comprehensive and integrated.
An Oracleserver consists of an instance and a database.
Oracle instance
The Oracle instance can access the ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/oracle-oracle-architecture-components.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an Autorun.inf file</title>
		<link>http://www.tipsandtutorials.net/creating-an-autorun-inf-file.html</link>
		<comments>http://www.tipsandtutorials.net/creating-an-autorun-inf-file.html#comments</comments>
		<pubDate>Thu, 26 Jan 2012 16:52:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PC General]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[Customize]]></category>
		<category><![CDATA[Customize Menu]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[Read]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6104</guid>
		<description><![CDATA[Allow the automatic execution
A feature of Windows make life easier for users is the automatic execution of applications on a CD-ROM into a drive. To use this option it is first necessary to ensure that ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/creating-an-autorun-inf-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard troubleshooting: On-Screen Keyboard</title>
		<link>http://www.tipsandtutorials.net/keyboard-troubleshooting-on-screen-keyboard.html</link>
		<comments>http://www.tipsandtutorials.net/keyboard-troubleshooting-on-screen-keyboard.html#comments</comments>
		<pubDate>Thu, 26 Jan 2012 15:20:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[First]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[Setting]]></category>
		<category><![CDATA[Start Menu]]></category>
		<category><![CDATA[Start Run]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6101</guid>
		<description><![CDATA[On-Screen Keyboard in Windows
Windows, in case of failure on your keyboard, you can start the Keyboard.
This little tool is very useful: by clicking on the desired letter, you print it in the text box.
Run the ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/keyboard-troubleshooting-on-screen-keyboard.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Driver / Driver MP3 player or USB unrecognized</title>
		<link>http://www.tipsandtutorials.net/driver-driver-mp3-player-or-usb-unrecognized.html</link>
		<comments>http://www.tipsandtutorials.net/driver-driver-mp3-player-or-usb-unrecognized.html#comments</comments>
		<pubDate>Thu, 26 Jan 2012 13:02:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Windows Media Format]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6098</guid>
		<description><![CDATA[First of all it should be noted that a USB key or USB drive will not work until Windows 98 SE (Second Edition). Make sure the USB ports are USB 2.0 (Hi-Speed ​​USB). Otherwise, the ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/driver-driver-mp3-player-or-usb-unrecognized.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable / disable the Welcome screen</title>
		<link>http://www.tipsandtutorials.net/enable-disable-the-welcome-screen.html</link>
		<comments>http://www.tipsandtutorials.net/enable-disable-the-welcome-screen.html#comments</comments>
		<pubDate>Thu, 26 Jan 2012 11:44:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[Click Change]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[DWORD]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[Start Run]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6096</guid>
		<description><![CDATA[This trick allows you to disable the display of the login screen modern (Welcome), and use the classic logon screen. It works only for Windows 2000 and XP.
Through the Control Panel

Go to Control Panel&#62; User ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/enable-disable-the-welcome-screen.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free up space on the system partition</title>
		<link>http://www.tipsandtutorials.net/free-up-space-on-the-system-partition.html</link>
		<comments>http://www.tipsandtutorials.net/free-up-space-on-the-system-partition.html#comments</comments>
		<pubDate>Thu, 26 Jan 2012 09:25:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Browsing History]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[Outlook Express]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[want]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6094</guid>
		<description><![CDATA[Your hard drive has two partitions, one for the system and one for data and you find that the system partition is almost full, while the other still has a lot of free space.
But it ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/free-up-space-on-the-system-partition.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Request password in Scheduled Tasks</title>
		<link>http://www.tipsandtutorials.net/request-password-in-scheduled-tasks.html</link>
		<comments>http://www.tipsandtutorials.net/request-password-in-scheduled-tasks.html#comments</comments>
		<pubDate>Thu, 26 Jan 2012 07:38:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[Introduction]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Request]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[tasks]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[want]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6092</guid>
		<description><![CDATA[Introduction
When you want to use the &#8220;Scheduled Tasks&#8221; in Windows to launch a program such as hours or days, a password is requested / required so that the scheduled task is executed.
How do I make ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/request-password-in-scheduled-tasks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Indexing Service (search service)</title>
		<link>http://www.tipsandtutorials.net/disable-indexing-service-search-service.html</link>
		<comments>http://www.tipsandtutorials.net/disable-indexing-service-search-service.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 21:37:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Indexing Service]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[Search Service]]></category>
		<category><![CDATA[showing]]></category>
		<category><![CDATA[Start Run]]></category>
		<category><![CDATA[Startup Type]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[Windows Search]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6090</guid>
		<description><![CDATA[On Windows, the search service

Open the Control Panel / Administrative Tools / Services and click on Start / Run / services.msc
In the window showing the services, right-click on Windows Search (depending on the version of ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/disable-indexing-service-search-service.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deactivate / reactivate System Restore in Vista</title>
		<link>http://www.tipsandtutorials.net/deactivate-reactivate-system-restore-in-vista.html</link>
		<comments>http://www.tipsandtutorials.net/deactivate-reactivate-system-restore-in-vista.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 20:16:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[System Restore]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[want]]></category>
		<category><![CDATA[without]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6088</guid>
		<description><![CDATA[After disinfection, it is necessary to disable and then re-enable System Restore to purge restore points as may be infected.

Click on Vista, right click on &#8220;Computer&#8221; and click &#8220;Properties&#8221;
Then click &#8220;System Protection&#8221;
Uncheck the box or ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/deactivate-reactivate-system-restore-in-vista.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Task Manager tabs disappeared</title>
		<link>http://www.tipsandtutorials.net/the-task-manager-tabs-disappeared.html</link>
		<comments>http://www.tipsandtutorials.net/the-task-manager-tabs-disappeared.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 18:55:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[End Task]]></category>
		<category><![CDATA[New Task]]></category>
		<category><![CDATA[opens]]></category>
		<category><![CDATA[Switch]]></category>
		<category><![CDATA[Window]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6086</guid>
		<description><![CDATA[This sudden disappearance of tabs and menus is probably due to a double-click in the area of ​​the three buttons:

End Task
Switch to
New Task

For restore, follow these steps:

Open Task Manager (CTRL + ALT + DEL)
Window (1 ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/the-task-manager-tabs-disappeared.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8211; To know the version of DirectX</title>
		<link>http://www.tipsandtutorials.net/windows-to-know-the-version-of-directx.html</link>
		<comments>http://www.tipsandtutorials.net/windows-to-know-the-version-of-directx.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 17:17:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[including]]></category>
		<category><![CDATA[installed]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6084</guid>
		<description><![CDATA[ntroduction to DirectX
DirectX is a set of drivers offer many features. His interest is to pool the capabilities of different drivers to provide a single interface for developers, including the development of video games.
It represents ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-to-know-the-version-of-directx.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage Windows Components</title>
		<link>http://www.tipsandtutorials.net/manage-windows-components.html</link>
		<comments>http://www.tipsandtutorials.net/manage-windows-components.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 15:28:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Accessories Calculator]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Manage Windows Components]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Outlook Express]]></category>
		<category><![CDATA[Windows Component Manager]]></category>
		<category><![CDATA[Windows Media Player]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6082</guid>
		<description><![CDATA[Windows XP offers a very interesting feature. Indeed, we have the ability to disable certain components such as games, MSN Messenger, Outlook Express, Internet Explorer and many other services, using the &#8220;Add or Remove Windows ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/manage-windows-components.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete the uninstall files for SP1 &amp; 2 &#8211; Vista</title>
		<link>http://www.tipsandtutorials.net/delete-the-uninstall-files-for-sp1-2-vista.html</link>
		<comments>http://www.tipsandtutorials.net/delete-the-uninstall-files-for-sp1-2-vista.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 13:07:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Command Prompt Run]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[pack]]></category>
		<category><![CDATA[Pc]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6080</guid>
		<description><![CDATA[This trick allows you to earn more than 700 million space on the system partition by removing the backup files created after installation of service pack (1 and 2). That said, after deleting these files, ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/delete-the-uninstall-files-for-sp1-2-vista.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows drive voice</title>
		<link>http://www.tipsandtutorials.net/windows-drive-voice.html</link>
		<comments>http://www.tipsandtutorials.net/windows-drive-voice.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 11:23:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[First]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6078</guid>
		<description><![CDATA[Vista users, do you know that whatever your version, you no longer have to enter your data via the keyboard, or even use your mouse. You can just tell Windows to open and close an ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-drive-voice.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the region of its DVD player / recorder</title>
		<link>http://www.tipsandtutorials.net/change-the-region-of-its-dvd-player-recorder.html</link>
		<comments>http://www.tipsandtutorials.net/change-the-region-of-its-dvd-player-recorder.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 09:56:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Costa Rica]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[France Region]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6076</guid>
		<description><![CDATA[You may have to change the region of your DVD player / recorder for any reason.
The area of ​​a drive can read DVD of the area.
Example: You buy a DVD in Costa Rica, while you ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/change-the-region-of-its-dvd-player-recorder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove obsolete entries in MSConfig</title>
		<link>http://www.tipsandtutorials.net/remove-obsolete-entries-in-msconfig.html</link>
		<comments>http://www.tipsandtutorials.net/remove-obsolete-entries-in-msconfig.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 08:36:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[allow]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[completely]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Remove]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6074</guid>
		<description><![CDATA[The System Configuration Utility &#8221; MSCONFIG &#8220;(M icrosoft S ystem URATION Config Utility) allows us to view and edit the boot configuration of Windows.
We can, among other things, disabling process automatically loaded at startup, and ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/remove-obsolete-entries-in-msconfig.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebuild the boot.ini in the absence</title>
		<link>http://www.tipsandtutorials.net/rebuild-the-boot-ini-in-the-absence.html</link>
		<comments>http://www.tipsandtutorials.net/rebuild-the-boot-ini-in-the-absence.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 07:14:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[boot.ini]]></category>
		<category><![CDATA[ENTER]]></category>
		<category><![CDATA[Enter Load Identifier]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[want]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6072</guid>
		<description><![CDATA[
Start the installation CD of Windows XP
Choose the repair by pressing R
Indicate the number of the Windows installation and press Enter
Enter the administrator password and again ENTER (if none, then do directly)
Type bootcfg / rebuild
Enter ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/rebuild-the-boot-ini-in-the-absence.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete an Administrator account in Windows XP</title>
		<link>http://www.tipsandtutorials.net/delete-an-administrator-account-in-windows-xp.html</link>
		<comments>http://www.tipsandtutorials.net/delete-an-administrator-account-in-windows-xp.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 21:57:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Administrative Tools]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[Computer Management]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Select Administrative Tools]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6068</guid>
		<description><![CDATA[Problem
How do I delete an administrator account on Windows XP?
Solution

Go to Control Panel
Select Administrative Tools, then Computer Management, and Local Users and Groups&#62; Users
Delete the desired account by right-clicking with the mouse, then remove

Related Posts:

Windows XP &#8211; Disable automatic restart
Windows XP ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/delete-an-administrator-account-in-windows-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8211; Driver damaged or missing (Code 39)</title>
		<link>http://www.tipsandtutorials.net/windows-driver-damaged-or-missing-code-39.html</link>
		<comments>http://www.tipsandtutorials.net/windows-driver-damaged-or-missing-code-39.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 20:13:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[Start Run]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6065</guid>
		<description><![CDATA[When installing or reinstalling drivers (drivers) a device, it is possible that Windows displays the following error message:
  Windows can not load the device driver for this hardware.
 This driver may be corrupted or ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-driver-damaged-or-missing-code-39.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find information about your system</title>
		<link>http://www.tipsandtutorials.net/find-information-about-your-system.html</link>
		<comments>http://www.tipsandtutorials.net/find-information-about-your-system.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 19:03:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PC General]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[often]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[Start Run]]></category>
		<category><![CDATA[want]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6063</guid>
		<description><![CDATA[msinfo32
Open the Start menu&#62; All Programs&#62; Accessories&#62; System Tools&#62; System Information.
You will find all the accurate information necessary in all applications, the components of your computer, without, however, go on the net.
To get the same ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/find-information-about-your-system.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your domain and your user password are incorrect, please try again</title>
		<link>http://www.tipsandtutorials.net/your-domain-and-your-user-password-are-incorrect-please-try-again.html</link>
		<comments>http://www.tipsandtutorials.net/your-domain-and-your-user-password-are-incorrect-please-try-again.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:21:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Start Run]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6061</guid>
		<description><![CDATA[Problem
When logging on Windows, how can the message &#8220;your domain and your user password are incorrect, please try again&#8221; disappears?
Solution
It is possible to remedy this through the registry by modifying the following key.

Go to Start&#62; ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/your-domain-and-your-user-password-are-incorrect-please-try-again.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to restore the Recycle Bin on the desktop</title>
		<link>http://www.tipsandtutorials.net/how-to-restore-the-recycle-bin-on-the-desktop.html</link>
		<comments>http://www.tipsandtutorials.net/how-to-restore-the-recycle-bin-on-the-desktop.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:48:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Recycle Bin]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6058</guid>
		<description><![CDATA[Problem
I lost the recycle bin on my desk when I turn on my computer. How to find it and restore it on my desktop?
Solution

For Vista / Seven:

Click &#8220;Start / All Programs / Accessories / Windows Explorer&#8221;
In the ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/how-to-restore-the-recycle-bin-on-the-desktop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is MRU?</title>
		<link>http://www.tipsandtutorials.net/what-is-mru.html</link>
		<comments>http://www.tipsandtutorials.net/what-is-mru.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 15:57:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PC General]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MRU]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[often]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6056</guid>
		<description><![CDATA[Sheets MRU (Most Recently Used Lists, translate: list of most recently used) denote the components of the system giving the list of recently opened items. Thus, by default Windows creates a list of recent documents opened by or affiliated with Microsoft ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/what-is-mru.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Completely remove a program</title>
		<link>http://www.tipsandtutorials.net/completely-remove-a-program.html</link>
		<comments>http://www.tipsandtutorials.net/completely-remove-a-program.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 13:09:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Next]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[Press F3]]></category>
		<category><![CDATA[Registry Editor]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6054</guid>
		<description><![CDATA[Despite uninstalling a program, it is possible that the registry keys or files are still present on the PC.
If the method &#8220;classic&#8221; (right click / delete)does not work, just use the registry editor.
Caution! This method requires to ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/completely-remove-a-program.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.exe is not a valid Win32 application</title>
		<link>http://www.tipsandtutorials.net/exe-is-not-a-valid-win32-application.html</link>
		<comments>http://www.tipsandtutorials.net/exe-is-not-a-valid-win32-application.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 11:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PC General]]></category>
		<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Corrupted]]></category>
		<category><![CDATA[DMA]]></category>
		<category><![CDATA[downloaded]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[PIO]]></category>
		<category><![CDATA[Problem]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6052</guid>
		<description><![CDATA[When you launch an executable file, Windows displays a message like:
Application name is not a valid Win32 application
To remedy this, there are several solutions corresponding to different causes:
Downloaded file
If the application in question was downloaded ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/exe-is-not-a-valid-win32-application.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 installs a hidden partition: What is it?</title>
		<link>http://www.tipsandtutorials.net/windows-7-installs-a-hidden-partition-what-is-it.html</link>
		<comments>http://www.tipsandtutorials.net/windows-7-installs-a-hidden-partition-what-is-it.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 09:05:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[allow]]></category>
		<category><![CDATA[already]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[functional]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[It]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6048</guid>
		<description><![CDATA[During installation, Windows 7 automatically creates a hidden partition primary active 100 or 200 MB depending on the total capacity allocated to 7.
This partition, which does not appear in &#8220;Computer&#8221; or &#8220;Explorer&#8221; is only visible ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-7-installs-a-hidden-partition-what-is-it.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2000/XP &#8211; Update without registering</title>
		<link>http://www.tipsandtutorials.net/windows-2000xp-update-without-registering.html</link>
		<comments>http://www.tipsandtutorials.net/windows-2000xp-update-without-registering.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 07:20:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[Registry Editor]]></category>
		<category><![CDATA[Start Run]]></category>
		<category><![CDATA[String Value]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[Windows Update]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6046</guid>
		<description><![CDATA[Not to send personal information in an update to Windows using Windows Update, you must add a key in the registry.

Open the registry:

Start&#62; Run and type regedit


Find the corresponding key:

Open the key HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-2000xp-update-without-registering.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prohibit or allow the automatic start of a CD</title>
		<link>http://www.tipsandtutorials.net/prohibit-or-allow-the-automatic-start-of-a-cd.html</link>
		<comments>http://www.tipsandtutorials.net/prohibit-or-allow-the-automatic-start-of-a-cd.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 05:49:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PC General]]></category>
		<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[allow]]></category>
		<category><![CDATA[Device Manager]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6050</guid>
		<description><![CDATA[Prohibit or allow the automatic start of a CD
Often viruses are transmitted by a CD via its automatic execution. To prevent this, we must ban the automatic start of a CD to be able to analyze ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/prohibit-or-allow-the-automatic-start-of-a-cd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstall software &#8211; Error 1721</title>
		<link>http://www.tipsandtutorials.net/uninstall-software-error-1721.html</link>
		<comments>http://www.tipsandtutorials.net/uninstall-software-error-1721.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 05:44:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Add Remove Programs]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Windows Installer]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6044</guid>
		<description><![CDATA[Problem
When you try to remove programs using Add / Remove Programs in Windows XP, it returns the following error:
  Error 1721.  Problem with this Windows Installer package.  It is impossible to run ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/uninstall-software-error-1721.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DLL file missing or deleted</title>
		<link>http://www.tipsandtutorials.net/dll-file-missing-or-deleted.html</link>
		<comments>http://www.tipsandtutorials.net/dll-file-missing-or-deleted.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 21:23:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[Folder Options]]></category>
		<category><![CDATA[Let Windows]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Start Run]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Using Explorer]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6041</guid>
		<description><![CDATA[The system is complaining of a library (DLL) is missing? It is possible to some extent to find it by following these steps:
Show hidden files system
In My Computer, click Tools, then Folder Options and then ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/dll-file-missing-or-deleted.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Player h: Invalid</title>
		<link>http://www.tipsandtutorials.net/player-h-invalid.html</link>
		<comments>http://www.tipsandtutorials.net/player-h-invalid.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 19:08:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[drive letter]]></category>
		<category><![CDATA[goes]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[Player]]></category>
		<category><![CDATA[Press F3]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[without]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6038</guid>
		<description><![CDATA[Invalid drive problem
This often happens when a player has been removed or if the letter was changed.
The solution is to remove all references to that drive in the registry.
Procedure

Click &#8220;Start&#8221;
In the window that appears, type ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/player-h-invalid.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script for starting and stopping Windows</title>
		<link>http://www.tipsandtutorials.net/script-for-starting-and-stopping-windows.html</link>
		<comments>http://www.tipsandtutorials.net/script-for-starting-and-stopping-windows.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 17:39:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Click Add Browse]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[Ultimate]]></category>
		<category><![CDATA[want]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6036</guid>
		<description><![CDATA[The trick is for Windows XP, Vista and 7, but the method varies depending on your edition of Windows (Professional or Home).
For Business, or Ultimate editions

Start the policy editor of the local group: Start Menu&#62; ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/script-for-starting-and-stopping-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8211; View the magnifying glass</title>
		<link>http://www.tipsandtutorials.net/windows-view-the-magnifying-glass.html</link>
		<comments>http://www.tipsandtutorials.net/windows-view-the-magnifying-glass.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 15:57:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[already]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[DWORD]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[Start Run]]></category>
		<category><![CDATA[Utility Manager]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6034</guid>
		<description><![CDATA[Windows XP and Vista have a nifty and little known to display a magnifying glass. This feature can be particularly handy for presentations.
To activate just the magnifying glass, just follow one of the following:
For keyboard ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-view-the-magnifying-glass.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Task Manager no longer displays</title>
		<link>http://www.tipsandtutorials.net/task-manager-no-longer-displays.html</link>
		<comments>http://www.tipsandtutorials.net/task-manager-no-longer-displays.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 13:55:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Click Save]]></category>
		<category><![CDATA[Exit Notepad]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office Accept]]></category>
		<category><![CDATA[often]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[Use File]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6032</guid>
		<description><![CDATA[Sometimes the task manager no longer appears (because of an infection often) and does not display a message &#8220;Task Manager has been disabled by your administrator&#8221; either with Ctrl + Alt + Delete or by ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/task-manager-no-longer-displays.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Other commands &#8211; windows commands</title>
		<link>http://www.tipsandtutorials.net/other-commands-windows-commands.html</link>
		<comments>http://www.tipsandtutorials.net/other-commands-windows-commands.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 12:09:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[CPL]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[LOGOFF]]></category>
		<category><![CDATA[NETPROJ]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[SHUTDOWN]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[WINDIR]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6030</guid>
		<description><![CDATA[
% HOMEDRIVE%: opens the explorer on the partition or the operating system is installed
% HOMEPATH%: opens the currently logged user folder C: \ Documents and Settings \ [user name]
% PROGRAMFILES%: opens the file to install ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/other-commands-windows-commands.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network management and Internet &#8211; windows commands</title>
		<link>http://www.tipsandtutorials.net/network-management-and-internet-windows-commands.html</link>
		<comments>http://www.tipsandtutorials.net/network-management-and-internet-windows-commands.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 10:24:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[CPL]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Windows Firewall]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6028</guid>
		<description><![CDATA[
NETCONNECT or ncpa.cpl CONTROL: opens network connections
Firewall.cpl: opens the Windows Firewall
Inetcpl.cpl: Open Internet Properties
IPCONFIG: displays the IP Address configurations on the computer (For more information, type IPCONFIG /? In the command prompt CMD)
NETSETUP.CPL: Opens the ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/network-management-and-internet-windows-commands.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disk Management &#8211; windows commands</title>
		<link>http://www.tipsandtutorials.net/disk-management-windows-commands.html</link>
		<comments>http://www.tipsandtutorials.net/disk-management-windows-commands.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 08:52:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[CHKDSK]]></category>
		<category><![CDATA[DEFRAG]]></category>
		<category><![CDATA[Disk Cleanup]]></category>
		<category><![CDATA[DISKPART]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[hard drive]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6026</guid>
		<description><![CDATA[
CHKDSK: performs an analysis of the partition specified in the command parameters (For more information, type CHKDSK /? In the command prompt CMD)
Cleanmgr: Opens the Disk Cleanup tool
DEFRAG: Defragment the hard drive
Dfrg.msc: opens the disk ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/disk-management-windows-commands.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programs and Windows tools &#8211; commands</title>
		<link>http://www.tipsandtutorials.net/programs-and-windows-tools-commands.html</link>
		<comments>http://www.tipsandtutorials.net/programs-and-windows-tools-commands.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 07:50:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[System Restore]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[wizard]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6024</guid>
		<description><![CDATA[
% WINDIR% \ system32 \ restore \ rstrui.exe: Opens the System Restore tool (for XP only).
CALC: opens Calculator
CHARMAP: Opens the Character
Clipbrd: Opens the clipboard (for XP only)
CMD: opens the command prompt
DIALER: opens the numerator Windows ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/programs-and-windows-tools-commands.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Panel &#8211; Windows commands</title>
		<link>http://www.tipsandtutorials.net/panel-windows-commands.html</link>
		<comments>http://www.tipsandtutorials.net/panel-windows-commands.html#comments</comments>
		<pubDate>Sun, 22 Jan 2012 21:24:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[CPL]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6020</guid>
		<description><![CDATA[
Access.cpl: Opens Accessibility Options (For XP only)
Appwiz.cpl: Opens the Add / Remove program
Azman.msc: open the Authorization Manager (For Vista only)
Certmgr.msc: opens the certificates for the current user
Cliconfg: Opens the SQL client configuration
COLLAB.CPL: Opens the immediate ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/panel-windows-commands.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic alignment of mouse</title>
		<link>http://www.tipsandtutorials.net/automatic-alignment-of-mouse.html</link>
		<comments>http://www.tipsandtutorials.net/automatic-alignment-of-mouse.html#comments</comments>
		<pubDate>Sun, 22 Jan 2012 19:55:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[Mouse]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[Pointer Options]]></category>
		<category><![CDATA[Start Run]]></category>
		<category><![CDATA[want]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6018</guid>
		<description><![CDATA[o save time in Windows, when installing software for example, it is possible to make the mouse cursor is automatically positioned on the button selected by default.
In Windows 2000, XP and Vista, it is possible ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/automatic-alignment-of-mouse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable / Disable the Print Spooler</title>
		<link>http://www.tipsandtutorials.net/enable-disable-the-print-spooler.html</link>
		<comments>http://www.tipsandtutorials.net/enable-disable-the-print-spooler.html#comments</comments>
		<pubDate>Sun, 22 Jan 2012 18:32:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[Manage]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[Print Spooler]]></category>
		<category><![CDATA[Print Spoolerkey]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[Startup Type]]></category>
		<category><![CDATA[stop]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6016</guid>
		<description><![CDATA[The print spooler service allows you to load in memory print jobs for later printing, that is to say, put them in the print queue.
It can also be the solution after the failure of installing ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/enable-disable-the-print-spooler.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limit the hours of use of PC</title>
		<link>http://www.tipsandtutorials.net/limit-the-hours-of-use-of-pc.html</link>
		<comments>http://www.tipsandtutorials.net/limit-the-hours-of-use-of-pc.html#comments</comments>
		<pubDate>Sun, 22 Jan 2012 16:20:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[NB]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[Start Menu Run]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[Windows Support]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6014</guid>
		<description><![CDATA[In case you have multiple user accounts, it is possible with the NET USER command to limit working hours on each day, so that your children spend too much time in front of the PC ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/limit-the-hours-of-use-of-pc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and optimize the Recovery Console in XP</title>
		<link>http://www.tipsandtutorials.net/install-and-optimize-the-recovery-console-in-xp.html</link>
		<comments>http://www.tipsandtutorials.net/install-and-optimize-the-recovery-console-in-xp.html#comments</comments>
		<pubDate>Sun, 22 Jan 2012 14:21:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[Changing]]></category>
		<category><![CDATA[Computer Configuration]]></category>
		<category><![CDATA[drives]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Local Policies]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Recovery Console]]></category>
		<category><![CDATA[Security Settings]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6011</guid>
		<description><![CDATA[Recovery Console in Windows XP can repair some problems starting (boot and MBR ). And checking the hard drive for errors.
You can install this console from the original CD of Windows XP once and for ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/install-and-optimize-the-recovery-console-in-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The files open in a new window</title>
		<link>http://www.tipsandtutorials.net/the-files-open-in-a-new-window.html</link>
		<comments>http://www.tipsandtutorials.net/the-files-open-in-a-new-window.html#comments</comments>
		<pubDate>Sun, 22 Jan 2012 12:31:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[File Types]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[Set Default]]></category>
		<category><![CDATA[Step]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6009</guid>
		<description><![CDATA[Sometimes the default (which corresponds to a double click) to open a file changes, resulting in the opening folders in new windows, which can be disturbing. To recover normal operation of the double click, follow ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/the-files-open-in-a-new-window.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Searchindexer.exe ?</title>
		<link>http://www.tipsandtutorials.net/what-is-searchindexer-exe.html</link>
		<comments>http://www.tipsandtutorials.net/what-is-searchindexer-exe.html#comments</comments>
		<pubDate>Sun, 22 Jan 2012 12:01:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[charge]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Windows Indexing Service]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6007</guid>
		<description><![CDATA[The process searchindexer.exe corresponds to the search service (or Indexing Service) of Windows. It is a service charge of exploring the contents of the hard drive to facilitate the search for a file on it.
However, ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/what-is-searchindexer-exe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSIS Error: can install many software more</title>
		<link>http://www.tipsandtutorials.net/nsis-error-can-install-many-software-more.html</link>
		<comments>http://www.tipsandtutorials.net/nsis-error-can-install-many-software-more.html#comments</comments>
		<pubDate>Sun, 22 Jan 2012 09:49:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[downloaded]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installed]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[trying]]></category>
		<category><![CDATA[want]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6003</guid>
		<description><![CDATA[NSIS Error

 The installation you are Trying to use IS corrupted or incomplete.  This Could Be the result of a damaged disk, a failed download or a virus.

 You May want to contact the ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/nsis-error-can-install-many-software-more.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My session opens and closes</title>
		<link>http://www.tipsandtutorials.net/my-session-opens-and-closes.html</link>
		<comments>http://www.tipsandtutorials.net/my-session-opens-and-closes.html#comments</comments>
		<pubDate>Sun, 22 Jan 2012 08:22:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Note]]></category>
		<category><![CDATA[opens]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=6000</guid>
		<description><![CDATA[Problem
How when my session opens and closes?
Solution
If Windows will not load personal settings and you fall back on the login screen:
Method 1
You return to the login screen just after the appearance of the window Loading ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/my-session-opens-and-closes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable automatic restart of Windows XP</title>
		<link>http://www.tipsandtutorials.net/disable-automatic-restart-of-windows-xp.html</link>
		<comments>http://www.tipsandtutorials.net/disable-automatic-restart-of-windows-xp.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 22:05:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Uncheck Automatically]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5998</guid>
		<description><![CDATA[To stop the restart, sometimes just a simple operation, but it is not effective in all cases:

1) Go to &#8220;Start&#8221; then &#8220;Control Panel&#8221;, then &#8220;Performance and Maintenance&#8221; and then &#8220;System&#8221; (or by right-clicking on &#8220;My ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/disable-automatic-restart-of-windows-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What makes reboot a PC?</title>
		<link>http://www.tipsandtutorials.net/what-makes-reboot-a-pc.html</link>
		<comments>http://www.tipsandtutorials.net/what-makes-reboot-a-pc.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 21:18:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PC General]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[EDF]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5996</guid>
		<description><![CDATA[1. Faulty memories
In most cases, the problems are due to reset with strips of RAM deficient. Memory cards &#8220;NoName&#8221; (unmarked) have particularly small defects that may prevent the proper functioning of PC . It should ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/what-makes-reboot-a-pc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Executable files (. Exe) no longer open</title>
		<link>http://www.tipsandtutorials.net/executable-files-exe-no-longer-open.html</link>
		<comments>http://www.tipsandtutorials.net/executable-files-exe-no-longer-open.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 18:30:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Click Save]]></category>
		<category><![CDATA[Close Notepad]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[EXE]]></category>
		<category><![CDATA[Executable]]></category>
		<category><![CDATA[File Typetab]]></category>
		<category><![CDATA[First]]></category>
		<category><![CDATA[Folder Options]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5993</guid>
		<description><![CDATA[First solution
This solution is valid for versions 2000 and XP.

Go to the Control Panel and then Folder Options.
Select the File Typetab and click New
Type in EXE file extension and click OK
EXE extension is automatically selected, ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/executable-files-exe-no-longer-open.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete a file locked in the memory</title>
		<link>http://www.tipsandtutorials.net/delete-a-file-locked-in-the-memory.html</link>
		<comments>http://www.tipsandtutorials.net/delete-a-file-locked-in-the-memory.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 17:12:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[anti]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Download Unlocker]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[opens]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[Select Delete]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5991</guid>
		<description><![CDATA[You just download an object (file, folder or program) that crashes your PC?
In addition, no anti-malware software (antivirus, antispyware etc.). Seems overcome this problem?
Finally, it is impossible to move, rename and delete most of this ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/delete-a-file-locked-in-the-memory.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize / Reduce Vista Vista4Expert</title>
		<link>http://www.tipsandtutorials.net/optimize-reduce-vista-vista4expert.html</link>
		<comments>http://www.tipsandtutorials.net/optimize-reduce-vista-vista4expert.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 15:27:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Cleaning]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[instead]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Security Center]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5989</guid>
		<description><![CDATA[Optimize / Reduce Vista
&#8230; Or rather make Vista tolerable.
Microsoft Vista has been designed taking into account the fact that computers are now more powerful, have more memory and can support advanced features such as indexing ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/optimize-reduce-vista-vista4expert.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do not wait for the network to start the PC</title>
		<link>http://www.tipsandtutorials.net/do-not-wait-for-the-network-to-start-the-pc.html</link>
		<comments>http://www.tipsandtutorials.net/do-not-wait-for-the-network-to-start-the-pc.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 13:05:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[back]]></category>
		<category><![CDATA[DWORD]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[Registry Editor]]></category>
		<category><![CDATA[turn]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5987</guid>
		<description><![CDATA[When you start your Windows XP, reading the address IP on your network can block your PC for a while. To resolve this problem, you have two options:
Firstly
Disable all network cards before stopping the PC, ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/do-not-wait-for-the-network-to-start-the-pc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spaces are not supported</title>
		<link>http://www.tipsandtutorials.net/spaces-are-not-supported.html</link>
		<comments>http://www.tipsandtutorials.net/spaces-are-not-supported.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 11:31:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[around]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5985</guid>
		<description><![CDATA[You want to make a command that requires you to specify a path, but it has a space on a file.
Example
You want to copy from one directory to another:
  copy c: \ folder to ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/spaces-are-not-supported.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a boot disk in XP</title>
		<link>http://www.tipsandtutorials.net/create-a-boot-disk-in-xp.html</link>
		<comments>http://www.tipsandtutorials.net/create-a-boot-disk-in-xp.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 09:52:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5983</guid>
		<description><![CDATA[To create a DOS boot disk (boot disk) on Windows XP:

Go to My Computer
Right-click the floppy drive and select &#8220;Format&#8221;.
A new option is now present to create a DOS boot disk.

Related Posts:

Creating an Autorun.inf file ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/create-a-boot-disk-in-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8211; StickyKeys</title>
		<link>http://www.tipsandtutorials.net/windows-stickykeys.html</link>
		<comments>http://www.tipsandtutorials.net/windows-stickykeys.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 08:02:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[ALT]]></category>
		<category><![CDATA[Ctrl]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[SHIFT]]></category>
		<category><![CDATA[Sticky Keys]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5981</guid>
		<description><![CDATA[StickyKeys is an accessibility feature provided by Windows.
The functionality of the &#8220;Sticky Keys&#8221; allows for people who have difficulty pressing multiple keys (eg CTRL + ALT + DEL), use the SHIFT, CTRL and ALT with ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-stickykeys.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable startup Ctfmon.exe</title>
		<link>http://www.tipsandtutorials.net/disable-startup-ctfmon-exe.html</link>
		<comments>http://www.tipsandtutorials.net/disable-startup-ctfmon-exe.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:47:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[Language Bar]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[want]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5979</guid>
		<description><![CDATA[The process ctfmon.exe is a Windows generic process for managing entries alternative text input software such as voice recognition, software, handwriting recognition, keyboard or any alternative to braille keyboard.
It is obvious that the process ctfmon.exe ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/disable-startup-ctfmon-exe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8211; Remove DLL cache</title>
		<link>http://www.tipsandtutorials.net/windows-remove-dll-cache.html</link>
		<comments>http://www.tipsandtutorials.net/windows-remove-dll-cache.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 20:00:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[DWORD]]></category>
		<category><![CDATA[force]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Registry Editor]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5977</guid>
		<description><![CDATA[When an application is launched, the operating system keeps track of DLL files for reuse in the next application start. However, these DLLs are loaded into memory, even after closing the application.
Software management of memory ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-remove-dll-cache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP &#8211; Recreating the boot.ini file</title>
		<link>http://www.tipsandtutorials.net/windows-xp-recreating-the-boot-ini-file.html</link>
		<comments>http://www.tipsandtutorials.net/windows-xp-recreating-the-boot-ini-file.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 17:56:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[boot.ini]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[installed]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[want]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5975</guid>
		<description><![CDATA[Here&#8217;s how to recreate the boot.inifile:

Start with the Windows installation CD. To do this:

Insert the installation CD and restart your PC. If nothing happens, go to the next step.
When you start your PC, try it ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-xp-recreating-the-boot-ini-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to optimize Windows?</title>
		<link>http://www.tipsandtutorials.net/how-to-optimize-windows.html</link>
		<comments>http://www.tipsandtutorials.net/how-to-optimize-windows.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 15:23:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[Automatically]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[DWORD]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[RAM]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5971</guid>
		<description><![CDATA[Here are some tips that will help you to best optimize the resources of Windows (XP and Vista) to get a more enjoyable!
Note that you must reboot the PC for the changes to take effect.
Save ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/how-to-optimize-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Professional: security, network administration</title>
		<link>http://www.tipsandtutorials.net/windows-7-professional-security-network-administration.html</link>
		<comments>http://www.tipsandtutorials.net/windows-7-professional-security-network-administration.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 13:52:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Professional]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5969</guid>
		<description><![CDATA[What to expect from Windows 7 Professional in terms of data security, encryption, and also in terms of network management. 
The enhanced security
One of the obsessions of business is to have control over their data ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-7-professional-security-network-administration.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Professional / Enterprise</title>
		<link>http://www.tipsandtutorials.net/windows-7-professional-enterprise.html</link>
		<comments>http://www.tipsandtutorials.net/windows-7-professional-enterprise.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 12:18:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[director]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Philippe Perechodkin]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[TPE]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5967</guid>
		<description><![CDATA[While Windows 7 is out, the firms have to move so far today to a new version &#8220;pro&#8221; of their operating system? 
 Through a comprehensive review of Windows 7 Professional / Enterprise, the testimony ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-7-professional-enterprise.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8211; Start / stop a service from the command line</title>
		<link>http://www.tipsandtutorials.net/windows-start-stop-a-service-from-the-command-line.html</link>
		<comments>http://www.tipsandtutorials.net/windows-start-stop-a-service-from-the-command-line.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 10:01:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[automate]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5965</guid>
		<description><![CDATA[The netsh tool (netsh.exe) can automate the startup or shutdown of a service using the following command line:

To start a service:
  Net start service_name

To stop a service:
  Net stop service_name


This requires administrator rights ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-start-stop-a-service-from-the-command-line.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8211; Can not find file. Exe</title>
		<link>http://www.tipsandtutorials.net/windows-can-not-find-file-exe.html</link>
		<comments>http://www.tipsandtutorials.net/windows-can-not-find-file-exe.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 09:29:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[Select Open]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5963</guid>
		<description><![CDATA[If when opening a file or open a particular extension Windows can not start the associated application, the cause may be one of the following:
The file association is incorrect
If the error comes from opening a ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-can-not-find-file-exe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make XP software compatible with Vista / Windows 7</title>
		<link>http://www.tipsandtutorials.net/make-xp-software-compatible-with-vista-windows-7.html</link>
		<comments>http://www.tipsandtutorials.net/make-xp-software-compatible-with-vista-windows-7.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 07:44:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[functional]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5961</guid>
		<description><![CDATA[Most of the old software is not compatible with Vista, it may be due to the graphics of Vista or rights to use the PC. This trick can help you out a few times, however ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/make-xp-software-compatible-with-vista-windows-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Associate an application with a file extension</title>
		<link>http://www.tipsandtutorials.net/associate-an-application-with-a-file-extension.html</link>
		<comments>http://www.tipsandtutorials.net/associate-an-application-with-a-file-extension.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 23:41:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[Click Open]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[Manage]]></category>
		<category><![CDATA[Modify]]></category>
		<category><![CDATA[opens]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5959</guid>
		<description><![CDATA[Show all file extensions
By default, Windows XP hides extensions whose type is known. To view all extensions:

In My Computer or Windows Explorer, click on the &#8220;Tools&#8221; menu and choose &#8220;Folder Options&#8221;.
Click on the &#8220;View&#8221; tab.
Uncheck ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/associate-an-application-with-a-file-extension.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista &#8211; Enable / Disable Flip3D</title>
		<link>http://www.tipsandtutorials.net/vista-enable-disable-flip3d.html</link>
		<comments>http://www.tipsandtutorials.net/vista-enable-disable-flip3d.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 21:10:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Aero]]></category>
		<category><![CDATA[DWM]]></category>
		<category><![CDATA[DWORD]]></category>
		<category><![CDATA[ENTER]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[Tab]]></category>
		<category><![CDATA[Ultimate]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5942</guid>
		<description><![CDATA[The Flip3D is a visual tool built into Vista (equivalent to the ALT + TAB), which allows to switch between open windows. To use this tool, hold the Windows key + TAB or the Windows ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/vista-enable-disable-flip3d.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the key of Windows Vista</title>
		<link>http://www.tipsandtutorials.net/change-the-key-of-windows-vista.html</link>
		<comments>http://www.tipsandtutorials.net/change-the-key-of-windows-vista.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 19:23:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Change Product Key]]></category>
		<category><![CDATA[Computer Properties]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Next]]></category>
		<category><![CDATA[Product Key]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[Vista Service Pack]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5955</guid>
		<description><![CDATA[Like XP , it is possible to change the license key for your Vista. However, reactivation is still needed.
To do this:

Go to Start&#62; right click Computer&#62; Properties
At the bottom of the page, click Change Product ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/change-the-key-of-windows-vista.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making a checkdisk on Windows Vista</title>
		<link>http://www.tipsandtutorials.net/making-a-checkdisk-on-windows-vista.html</link>
		<comments>http://www.tipsandtutorials.net/making-a-checkdisk-on-windows-vista.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 17:02:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Command Prompt Run]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[ENTER]]></category>
		<category><![CDATA[Making]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[want]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5953</guid>
		<description><![CDATA[The analysis of the hard drive (checkdisk) to find and correct some types of problems above (indexes, table MFT , &#8230;)
This can be useful in case of loss of access to his record or a ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/making-a-checkdisk-on-windows-vista.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Partially disable the UAC</title>
		<link>http://www.tipsandtutorials.net/partially-disable-the-uac.html</link>
		<comments>http://www.tipsandtutorials.net/partially-disable-the-uac.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 15:33:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[want]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5951</guid>
		<description><![CDATA[The UAC (User Account Control) is a process used by Windows Vista, to run by default, applications with limited rights of a limited user, and this, regardless of privilege level of the user run this ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/partially-disable-the-uac.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy the results of a DOS command</title>
		<link>http://www.tipsandtutorials.net/copy-the-results-of-a-dos-command.html</link>
		<comments>http://www.tipsandtutorials.net/copy-the-results-of-a-dos-command.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 13:05:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[CLIP]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5949</guid>
		<description><![CDATA[Windows Vista and Windows Server 2003, the CLIP command to copy the results call for a command in the DOS command prompt. This trick can be useful if you are asked to paste the results ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/copy-the-results-of-a-dos-command.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo messenger open in tabs not in windows</title>
		<link>http://www.tipsandtutorials.net/yahoo-messenger-open-in-tabs-not-in-windows.html</link>
		<comments>http://www.tipsandtutorials.net/yahoo-messenger-open-in-tabs-not-in-windows.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 12:03:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Multimess]]></category>
		<category><![CDATA[messages]]></category>
		<category><![CDATA[Messenger]]></category>
		<category><![CDATA[messenger 11]]></category>
		<category><![CDATA[Messenger Preferences]]></category>
		<category><![CDATA[NEW]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[recent contacts]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[yahoo messenger]]></category>
		<category><![CDATA[yahoo messenger 11]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=301</guid>
		<description><![CDATA[As many of you noticed yahoo messenger 11.5.0.155-us came with new features.
1. On top of groups apear a new group named: Recent contacts wich show you last people you were talk.

2. This version of messenger ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/yahoo-messenger-open-in-tabs-not-in-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install an unsigned driver microsoft</title>
		<link>http://www.tipsandtutorials.net/install-an-unsigned-driver-microsoft.html</link>
		<comments>http://www.tipsandtutorials.net/install-an-unsigned-driver-microsoft.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 11:51:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[force]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installed]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[OFF]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[unsigned driver]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5946</guid>
		<description><![CDATA[Force the driver installation on Vista
Sometimes the installation of some drivers on Windows Vista blocks. When this happens, you can not run the device correctly.
Problem
Indeed, by default, Vista blocks unsigned drivers. We must disable the ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/install-an-unsigned-driver-microsoft.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Error: Function invalid MS-DOS</title>
		<link>http://www.tipsandtutorials.net/vista-error-function-invalid-ms-dos.html</link>
		<comments>http://www.tipsandtutorials.net/vista-error-function-invalid-ms-dos.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 09:10:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Microsoft Vista]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5944</guid>
		<description><![CDATA[You want to delete a file and Microsoft Vista in its role as guardian angel of your data prevents you telling you funny messages like:
Copy the file &#8211; An unexpected error stops the operation. Note ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/vista-error-function-invalid-ms-dos.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View all devices of the computer</title>
		<link>http://www.tipsandtutorials.net/view-all-devices-of-the-computer.html</link>
		<comments>http://www.tipsandtutorials.net/view-all-devices-of-the-computer.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 07:23:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Advanced System Settingsin]]></category>
		<category><![CDATA[Device Manager]]></category>
		<category><![CDATA[Environment Variables]]></category>
		<category><![CDATA[installed]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[System Variables]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5941</guid>
		<description><![CDATA[To open Device Manager, go to the Start menu and make a right-click My Computer&#62; Manage, and select Device Manager.
Here you will find only the devices visible. To view all devices, go to the View ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/view-all-devices-of-the-computer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save settings on exit Windows</title>
		<link>http://www.tipsandtutorials.net/save-settings-on-exit-windows.html</link>
		<comments>http://www.tipsandtutorials.net/save-settings-on-exit-windows.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 21:32:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[DWORD]]></category>
		<category><![CDATA[ENTER]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[Start Run]]></category>
		<category><![CDATA[System Requirements Windows]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[Ultimate]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5937</guid>
		<description><![CDATA[This trick allows you to define whether Windows should or not, save your settings when you close Windows.
The parameters we are talking about are those of the office, start menu, taskbar and Control Panel.
System Requirements: ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/save-settings-on-exit-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide icons of the drives in the workstation</title>
		<link>http://www.tipsandtutorials.net/hide-icons-of-the-drives-in-the-workstation.html</link>
		<comments>http://www.tipsandtutorials.net/hide-icons-of-the-drives-in-the-workstation.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 20:02:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[drives]]></category>
		<category><![CDATA[DWORD]]></category>
		<category><![CDATA[ENTER]]></category>
		<category><![CDATA[hide drives]]></category>
		<category><![CDATA[Pc]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[restrict access drive]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[want]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5934</guid>
		<description><![CDATA[You want to hide the icons of drives (see scores) displayed on your My Computer (Computer in Vista), to restrict access? Feasible, Windows XP and Vista, modifying the registry. This is at your own risk, ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/hide-icons-of-the-drives-in-the-workstation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Restore: White Calendar</title>
		<link>http://www.tipsandtutorials.net/system-restore-white-calendar.html</link>
		<comments>http://www.tipsandtutorials.net/system-restore-white-calendar.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 18:24:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[restore calendar]]></category>
		<category><![CDATA[Start Run]]></category>
		<category><![CDATA[System Restore]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[White Calendar]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5931</guid>
		<description><![CDATA[If the calendar in the System Restore feature is turned white, then do this:

Go to Start&#62; Run.
Type the following command:
  regsvr32 jscript

Confirm and wait for confirmation
Repeat the same for these two commands:
  regsvr32 ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/system-restore-white-calendar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the sound of an event on Vista</title>
		<link>http://www.tipsandtutorials.net/change-the-sound-of-an-event-on-vista.html</link>
		<comments>http://www.tipsandtutorials.net/change-the-sound-of-an-event-on-vista.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 16:16:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5929</guid>
		<description><![CDATA[Like XP and this history, it is possible to change the sound assigned to an event.
To do this:

Go to Start&#62; Control Panel

In Classic View: click Sound.
In Category View: Click Hardware and Sound&#62; Sound.


Go to the ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/change-the-sound-of-an-event-on-vista.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosts file or Lhoste: can not change</title>
		<link>http://www.tipsandtutorials.net/hosts-file-or-lhoste-can-not-change.html</link>
		<comments>http://www.tipsandtutorials.net/hosts-file-or-lhoste-can-not-change.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 14:01:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[Click Run]]></category>
		<category><![CDATA[Click Save]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Hosts]]></category>
		<category><![CDATA[LMHOSTS]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Start]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5927</guid>
		<description><![CDATA[Error messages:
These error messages appear when you try to edit the hosts (or LMHOSTS ) in Microsoft Windows Vista from an administrator account:
  Access to C: \ Windows \ System32 \ drivers \ etc ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/hosts-file-or-lhoste-can-not-change.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a shortcut to toggle the screen saver</title>
		<link>http://www.tipsandtutorials.net/create-a-shortcut-to-toggle-the-screen-saver.html</link>
		<comments>http://www.tipsandtutorials.net/create-a-shortcut-to-toggle-the-screen-saver.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 12:20:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[File Name]]></category>
		<category><![CDATA[screen saver]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5925</guid>
		<description><![CDATA[The screen saver (or screensaver) may disrupt or derail certain applications on your computer, such as burning a CD, watching a video, etc..
To avoid turning off every time your screensaver manually by the display properties, ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/create-a-shortcut-to-toggle-the-screen-saver.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook Express &#8211; Read / check box hotmail or MSN account</title>
		<link>http://www.tipsandtutorials.net/outlook-express-read-check-box-hotmail-or-msn-account.html</link>
		<comments>http://www.tipsandtutorials.net/outlook-express-read-check-box-hotmail-or-msn-account.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 10:05:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[Configuring Outlook Express]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[msn.]]></category>
		<category><![CDATA[Next]]></category>
		<category><![CDATA[Outlook Express]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5921</guid>
		<description><![CDATA[It is possible to raise its messages to a Hotmail or MSN account using the email client Outlook Express 5 or higher.
Configuring Outlook Express
* On the Tools menu, click Accounts

Click the Add button, then click ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/outlook-express-read-check-box-hotmail-or-msn-account.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype does not recognize the microphone</title>
		<link>http://www.tipsandtutorials.net/skype-does-not-recognize-the-microphone.html</link>
		<comments>http://www.tipsandtutorials.net/skype-does-not-recognize-the-microphone.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 08:37:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[checked]]></category>
		<category><![CDATA[Choose]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[Packard Bell]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5919</guid>
		<description><![CDATA[Skype insists on not wanting to recognize the microphone . To resolve this problem, just check three points:
1. In the Control Panel
Go to Control Panel, then Sounds and Audio Devices

On the Playback tab, check that nothing is on mute

Click advanced ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/skype-does-not-recognize-the-microphone.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unblock a contact on Skype</title>
		<link>http://www.tipsandtutorials.net/unblock-a-contact-on-skype.html</link>
		<comments>http://www.tipsandtutorials.net/unblock-a-contact-on-skype.html#comments</comments>
		<pubDate>Tue, 17 Jan 2012 21:44:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Privacy Blocked]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5917</guid>
		<description><![CDATA[To unblock someone on skype

Go to the Tools&#62; Options &#8230;
In the left menu, then select Privacy Blocked users, you get a list of everyone you&#8217;ve blocked!
You just have to unlock them.

Related Posts:

No Related Posts

]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/unblock-a-contact-on-skype.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable DNS cache of Mozilla Firefox</title>
		<link>http://www.tipsandtutorials.net/disable-dns-cache-of-mozilla-firefox.html</link>
		<comments>http://www.tipsandtutorials.net/disable-dns-cache-of-mozilla-firefox.html#comments</comments>
		<pubDate>Tue, 17 Jan 2012 20:29:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[want]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5913</guid>
		<description><![CDATA[Mozilla Firefox has its own cache DNS , regardless of the operating system. For almost all users that enables significant performance gains because it avoids query DNS for each connection to a site previously visited there shortly.
However, for developers and webmasters ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/disable-dns-cache-of-mozilla-firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird &#8211; Management of double-mails</title>
		<link>http://www.tipsandtutorials.net/thunderbird-management-of-double-mails.html</link>
		<comments>http://www.tipsandtutorials.net/thunderbird-management-of-double-mails.html#comments</comments>
		<pubDate>Tue, 17 Jan 2012 17:59:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[already]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Good]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[Options]]></category>
		<category><![CDATA[want]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5911</guid>
		<description><![CDATA[Sometimes when you get emails in your favorite mail client, sometimes the server disconnects. Then once you get two (or more) the same messages and you are then obliged to remove them by hand.
Fortunately, if you ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/thunderbird-management-of-double-mails.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP/2000 &#8211; To move the installation CD</title>
		<link>http://www.tipsandtutorials.net/windows-xp2000-to-move-the-installation-cd.html</link>
		<comments>http://www.tipsandtutorials.net/windows-xp2000-to-move-the-installation-cd.html#comments</comments>
		<pubDate>Tue, 17 Jan 2012 16:09:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[makes]]></category>
		<category><![CDATA[Registry Editor]]></category>
		<category><![CDATA[Start Run]]></category>

		<guid isPermaLink="false">http://www.tipsandtutorials.net/?p=5908</guid>
		<description><![CDATA[This tip applies to Windows XP and Windows 2000.
Regularly to make updates or add Windows components, you are prompted to insert the Windows installation CD in the drive.
Solution avoids this constraint:

Copy the i386 folder (and ...]]></description>
		<wfw:commentRss>http://www.tipsandtutorials.net/windows-xp2000-to-move-the-installation-cd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

