<?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>Buzz Blogging &#187; Windows XP</title>
	<atom:link href="http://buzzblogging.com/topics/windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://buzzblogging.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 14 May 2011 10:56:41 +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 delete an undeletable file in Windows XP</title>
		<link>http://buzzblogging.com/how-to/how-to-delete-an-undeletable-file-in-windows-xp/</link>
		<comments>http://buzzblogging.com/how-to/how-to-delete-an-undeletable-file-in-windows-xp/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 17:18:49 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://buzzblogging.com/how-to/how-to-delete-an-undeletable-file-in-windows-xp/</guid>
		<description><![CDATA[In my Windows XP pc I usually have some files that can&#8217;t be deleted. I am not sure where this problem is coming from, but it is very annoying when you can&#8217;t delete a file for no reason. Here is a way to solve this: Open a Command Prompt window and leave it open. Close [...]]]></description>
			<content:encoded><![CDATA[<p>In my Windows XP pc I usually have some files that can&#8217;t be deleted. I am not sure where this problem is coming from, but it is very annoying when you can&#8217;t delete a file for no reason. Here is a way to solve this:</p>
<p>Open a Command Prompt window and leave it open. Close all open programs</p>
<p>Click Start =&gt; Run and enter <strong>TASKMGR.EXE</strong></p>
<p>Go to the Processes tab and End Process on Explorer.exe. Leave Task Manager open</p>
<p>Go back to the Command Prompt window and change to the directory the undeletable file is located in.</p>
<p>At the command prompt type &#8220;DEL &lt;filename&gt;&#8221; where &lt;filename&gt; is the file you wish to delete</p>
<p>Go back to Task Manager, click File =&gt; New Task and enter EXPLORER.EXE</p>
<p>Close Task Manager</p>
<p>Ok no problem again with these awful undeletable files. I am not sure if this is working with Windows Vista too, so please comment if you know.</p>
]]></content:encoded>
			<wfw:commentRss>http://buzzblogging.com/how-to/how-to-delete-an-undeletable-file-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Force windows to load the kernel in memory</title>
		<link>http://buzzblogging.com/tweaks/force-windows-to-load-the-kernel-in-memory/</link>
		<comments>http://buzzblogging.com/tweaks/force-windows-to-load-the-kernel-in-memory/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 07:41:29 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://buzzblogging.com/tweaks/force-windows-to-load-the-kernel-in-memory/</guid>
		<description><![CDATA[This one is the best tweak for windows XP I ever found, and it works very well. With this tweak we will force windows to load kernel and drivers in memory. Here is what you have to do : 1) Open the regedit tool (Start -&#62; Run -&#62; regedit.exe ) 2) Use the navigation in [...]]]></description>
			<content:encoded><![CDATA[<p>This one is the best tweak for windows XP I ever found, and it works very well. With this tweak we will force windows to load kernel and drivers in memory.</p>
<p>Here is what you have to do :</p>
<p>1) Open the regedit tool (Start -&gt; Run -&gt; regedit.exe )</p>
<p>2) Use the navigation in the left and go to <strong>HKEY LOCAL MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management</strong></p>
<p>3) Double click the <strong>DisablePagingExecutive</strong> attribute, and put 1 in the decimal value field<br />
This will make the drivers and the XP kernel run in memory.</p>
<p>4) Double click the <strong>LargeSystemCache</strong> attribute, and put 1 in the decimal value field<br />
This will improve performance of the kernel</p>
<p>5) Double click the <strong>IOPageLockLimit</strong> attribute. On some later versions of windows XP that doesn&#8217;t exists, so if this is the case you&#8217;re done. Otherwise you have to put to the hex value : 4000 for pcs with 128 mb ram, 10000 for 256 mb ram and if you have more put 40000. This value specifies how many bytes can be used for I/O operations in your system.</p>
<p>That&#8217;s it, enjoy your faster pc <img src='http://buzzblogging.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://buzzblogging.com/tweaks/force-windows-to-load-the-kernel-in-memory/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How to clean up your Windows XP memory</title>
		<link>http://buzzblogging.com/tweaks/how-to-clean-up-your-windows-xp-memory/</link>
		<comments>http://buzzblogging.com/tweaks/how-to-clean-up-your-windows-xp-memory/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 10:17:08 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://buzzblogging.com/tweaks/how-to-clean-up-your-windows-xp-memory/</guid>
		<description><![CDATA[You may know that Windows XP is not the best operating system in memory management. Many times you need to reboot your pc, just to clean the memory. Of course there is a simpler way to do this by creating a shortcut. Here is what you have to do: Right click on desktop, New -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>You may know that Windows XP is not the best operating system in memory management. Many times you need to reboot your pc, just to clean the memory. Of course there is a simpler way to do this by creating a shortcut. Here is what you have to do:</p>
<ol>
<li>Right click on desktop, New -&gt; Shortcut</li>
<li>Copy/paste this piece of code in the location box:  <strong>%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks</strong></li>
<li>Save the file</li>
<li>You are done! Now every time you need some memory double click on your newly created shortcut <img src='http://buzzblogging.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>In case you are bored to create the file, or you just don&#8217;t understand exactly what I write, just download the <a href="http://buzzblogging.com/wp-content/uploads/2007/12/memory-cleaner.lnk">Memory cleaner from here</a> (right click-&gt;Save As).</p>
]]></content:encoded>
			<wfw:commentRss>http://buzzblogging.com/tweaks/how-to-clean-up-your-windows-xp-memory/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

