<?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>DukhSukh &#187; Windows XP</title>
	<atom:link href="http://www.dukhsukh.com/tag/windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dukhsukh.com</link>
	<description>When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile.</description>
	<lastBuildDate>Tue, 10 Aug 2010 11:13:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows XP Tips n Tricks</title>
		<link>http://www.dukhsukh.com/2008/09/windows-xp-tips-n-tricks/</link>
		<comments>http://www.dukhsukh.com/2008/09/windows-xp-tips-n-tricks/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 14:24:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows XP Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.dukhsukh.com/?p=260</guid>
		<description><![CDATA[How to determine a 16 bit application from a 32 bit application ? Old 16 bit app are still useful and are in use by many. I think this is the result computer evolution. If You want to know whether a particular executable is a 16 bit or 32 bit application, here is a secret. [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!- Advanced AdSense by Jim Gaudet -><!- google_ad_section_start -><h1><span style="font-size: small;">How to determine a 16 bit application from a 32 bit application  ?</span></h1>
<p><span style="font-size: small;">Old 16 bit app are still useful and are in use by many. I think  this is the result computer evolution. If You want to know whether a particular  executable is a 16 bit or 32 bit application, here is a secret. Right-click the  program’s executable file and Then choose Properties. If You see a Version tab,  it’s a 32-bit program else its a 16-bit program. Alternately You can go into  task manager and look for applications that have ntvdm.exe (virtual dos machine)  in the name column of process tab. If there is one, it means its a 16 bit  app.</span></p>
<p><strong> </strong><strong>Does your computer forgets  to power off after shutdown ?<br />
</strong>If this is is the case, try this. It  may help. Open registry by going to START-RUN and entering REGEDIT and  Navigating to [HKEY_CURRENT_USERControl PanelDesktop] and look for value of  PowerOffActive key. If it is set to 0, set it to 1 . This may not work in all  cases (specially if your hardware does not support APMS protocol) but is worth a  try in other cases.<br />
<span id="more-260"></span><br />
<strong>How to avoid password entry at start up ?</strong><br />
Open Administrative  tools in control panel and go to Local security policy.Select accounts and  within that password policies. Set minimum password length to 0. This should be  enough to stop password from being entered at startup.<br />
I have received some  criticism for asking users to set their password length to 0 and I agree to some  of the potential security risks. Here is one better way to do it.</p>
<p>Go to  START-RUN and enter <strong>&#8220;control userpasswords2&#8243;</strong> select the user the you  would like to have auto logon set to and then uncheck &#8220;Users must enter a user  name and password to use this computer&#8221;. Ok out. Now you have to do one more  thing. Go to START-RUN and enter <strong>&#8220;control userpasswords&#8221;</strong> and clicking on  “Change the way users log on or off”, and unchecking both “Use the Welcome  Screen” and “Use Fast User Switching”.</p>
<p>There is another way to gt to the same screen. Try this  to auto logon 1. At a command prompt, type:<strong> <strong>rundll32  netplwiz.dll,UsersRunDll</strong> 2. In the User Accounts dialog that appears, clear  the &#8220;Users must enter a user name and password to use this computer&#8221; check box  and click OK. 3. Enter the user name and password of the account you want to  automatically log on.</strong></p>
<p><strong> Now Reboot and see it happen.</strong></p>
<h3 class="articleTitle">Move the My Documents Folder</h3>
<p><span>Keeping the My Documents folder on a partition separate from the  operating-system files can save you pain if you have to reformat the boot  partition. You may also want to store it on a network share that gets backed up  regularly. Right-click on My Documents on the desktop or in the Start menu and  choose Properties. Click on Find Target to select the new location, and click on  OK. In the Move Documents box, click on Yes to move the  documents.</span></p>
<h1 class="articleTitle">Recover a Corrupted System File</h1>
<p class="articleCopy">If an essential Windows file gets whacked by a virus or  otherwise corrupted, restore it from the Windows CD. Search the CD for the  filename, replacing the last character with an underscore; for example,  Notepad.ex_. If it&#8217;s found, open a command prompt and enter the command EXPAND,  followed by the full pathname of the file and of the desired destination: EXPAND  D:SETUPNOTEPAD.EX_ C:WindowsNOTEPAD.EXE. If either pathname contains any  spaces, surround it with double quotes.</p>
<p class="articleCopy">If the file isn&#8217;t found, search on the unmodified filename.  It will probably be inside a CAB file, which Win XP treats as a folder. Simply  right-drag and copy the file to the desired location. In other Windows  platforms, search for a file matching *.cab that contains the filename. When the  search is done, open a command prompt and enter EXTRACT /L followed by the  desired location, the full pathname of the CAB file, and the desired filename;  for example: EXTRACT /L C:Windows D:I386Driver.cab Notepad.exe. Again, if the  destination or CAB file pathname contains spaces, surround it with double  quotes.</p>
<h1 class="articleTitle">Keep Files Private</h1>
<p class="articleCopy">f you want to encrypt the contents of an individual file or  directory, Windows XP Pro will do the trick, provided you enable NTFS on your  hard drive. To encrypt a file, right-click on it to bring up the Properties  window. Click on the Advanced button, then in the Advanced Attributes dialog box  click on Encrypt contents to secure data. This will encrypt the file (using  either DES, which employs a 56-bit key on each 64-bit block of data, or 3DES,  which uses a 56-bit key three times on each 64-bit block of data), and it will  provide a certificate just for you. This certificate is key; if you reinstall  Windows or otherwise lose your user account, your access to the encrypted files  will be gone, too. You need to export your certificates to back them up: For  detailed instructions, search on export certificate in Windows Help.</p>
<p class="articleCopy">Windows XP does not require you to enter your password when  you open the encrypted file. Once you log on to a session, encrypted files are  available for you—and anyone who walks up to your system—to view.</p>
<p class="articleCopy">Windows XP Home doesn&#8217;t support this method. Both XP Home  and XP Pro, however, let you create password-protected compressed files. To do  this, right-click on the desired file and choose Send To | Compressed (zipped)  Folder. Open the resulting folder and select Add a Password from the File menu;  delete the original file. Note that this encryption is relatively weak. It  should dissuade casual users but won&#8217;t put up much of a fight against someone  determined to hack it apart.</p>
<p class="articleCopy"><!--subscribe2--></p>
<p class="articleTitle">
<!- Advanced AdSense by Jim Gaudet -><!- google_ad_section_end -><!-- Jaxl IM embed starts -->
<script type="text/javascript">
(function() {
var jaxlChat = document.createElement("script");
jaxlChat.type = "text/javascript";
jaxlChat.async = true;
jaxlChat.src = "http://im.jaxl.im/ui/jaxl.php";
(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(jaxlChat);
})();
</script>
<!-- Jaxl IM embed ends -->

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dukhsukh.com/2008/09/windows-xp-tips-n-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard Shortcuts</title>
		<link>http://www.dukhsukh.com/2008/09/keyboard-shortcuts/</link>
		<comments>http://www.dukhsukh.com/2008/09/keyboard-shortcuts/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 14:16:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Keyboard shortcut]]></category>

		<guid isPermaLink="false">http://www.dukhsukh.com/?p=258</guid>
		<description><![CDATA[Keyboard Shortcuts When speed counts, the keyboard is still king. Almost all the actions and commands you can perform with a mouse you can perform faster using combination of keys on your keyboard. These simple keyboard shortcuts can get you where you want to go faster than several clicks of a mouse. You&#8217;ll work faster [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!- Advanced AdSense by Jim Gaudet -><!- google_ad_section_start -><p><strong>Keyboard Shortcuts</strong></p>
<p>When speed counts, the keyboard is still king. Almost all the actions and commands you can perform with a mouse you can perform faster using combination of keys on your keyboard. These simple keyboard shortcuts can get you where you want to go faster than several clicks of a mouse. You&#8217;ll work faster on spreadsheets and similar documents, too, because you won&#8217;t lose your place switching back and forth between mouse and keys.</p>
<p>Here are some of the most useful keyboard shortcuts:</p>
<p>Copy. CTRL+C<br />
Cut. CTRL+X<br />
Paste. CTRL+V<br />
Undo. CTRL+Z<br />
Delete. DELETE</p>
<p>Delete selected item permanently without placing the item in the Recycle Bin.     <strong> SHIFT+DELETE</strong></p>
<p>Copy selected item. CTRL while dragging an item<br />
Create shortcut to selected item. CTRL+SHIFT while dragging an item<br />
<span id="more-258"></span><br />
Rename selected item. F2<br />
Move the insertion point to the beginning of the next word. CTRL+RIGHT ARROW</p>
<p>Move the insertion point to the beginning of the previous word. CTRL+LEFT ARROW</p>
<p>Move the insertion point to the beginning of the next paragraph. CTRL+DOWN ARROW<br />
Move the insertion point to the beginning of the previous paragraph. CTRL+UP ARROW</p>
<p>Highlight a block of text. CTRL+SHIFT with any of the arrow keys<br />
Select more than one item in a window or on the desktop, or select text within a document. SHIFT with any of the arrow keys<br />
Select all. CTRL+A<br />
Search for a file or folder. F3<br />
View properties for the selected item. ALT+ENTER<br />
Close the active item, or quit the active program. ALT+F4<br />
Opens the shortcut menu for the active window. ALT+SPACEBAR<br />
Close the active document in programs that allow you to have multiple documents open simultaneously. CTRL+F4<br />
Switch between open items. ALT+TAB<br />
Cycle through items in the order they were opened. ALT+ESC<br />
Cycle through screen elements in a window or on the desktop. F6<br />
Display the Address bar list in My Computer or Windows Explorer. F4<br />
Display the shortcut menu for the selected item. SHIFT+F10<br />
Display the System menu for the active window. ALT+SPACEBAR<br />
Display the Start menu. CTRL+ESC<br />
Display the corresponding menu. ALT+Underlined letter in a menu name<br />
Carry out the corresponding command. Underlined letter in a command name on an open menu<br />
Activate the menu bar in the active program. F10<br />
Open the next menu to the right, or open a submenu. RIGHT ARROW<br />
Open the next menu to the left, or close a submenu. LEFT ARROW<br />
Refresh the active window. F5<br />
View the folder one level up in My Computer or Windows Explorer. BACKSPACE<br />
Cancel the current task. ESC<br />
SHIFT when you insert a CD into the CD-ROM drive Prevent the CD from automatically playing.</p>
<p>Use these keyboard shortcuts for dialog boxes:</p>
<p>Move forward through tabs. CTRL+TAB<br />
Move backward through tabs. CTRL+SHIFT+TAB<br />
Move forward through options. TAB<br />
Move backward through options. SHIFT+TAB<br />
Carry out the corresponding command or select the corresponding option. ALT+Underlined letter<br />
Carry out the command for the active option or button. ENTER<br />
Select or clear the check box if the active option is a check box. SPACEBAR<br />
Select a button if the active option is a group of option buttons. Arrow keys<br />
Display Help. F1<br />
Display the items in the active list. F4<br />
Open a folder one level up if a folder is selected in the Save As or Open dialog box. BACKSPACE</p>
<p>If you have a Microsoft Natural Keyboard, or any other compatible keyboard that includes the Windows logo key and the Application key , you can use these keyboard shortcuts:</p>
<p>Display or hide the Start menu.<br />
Display the System Properties dialog box. +BREAK<br />
Show the desktop. +D<br />
Minimize all windows. +M<br />
Restores minimized windows. +Shift+M<br />
Open My Computer. +E<br />
Search for a file or folder. +F<br />
Search for computers. CTRL+ +F<br />
Display Windows Help. +F1<br />
Lock your computer if you are connected to a network domain, or switch users if you are not connected to a network domain. + L<br />
Open the Run dialog box. +R<br />
Display the shortcut menu for the selected item.<br />
Open Utility Manager. +U</p>
<p>Helpful accessibility keyboard shortcuts:</p>
<p>Switch FilterKeys on and off. Right SHIFT for eight seconds<br />
Switch High Contrast on and off. Left ALT +left SHIFT +PRINT SCREEN<br />
Switch MouseKeys on and off. Left ALT +left SHIFT +NUM LOCK<br />
Switch StickyKeys on and off. SHIFT five times<br />
Switch ToggleKeys on and off. NUM LOCK for five seconds<br />
Open Utility Manager. +U</p>
<p>Keyboard shortcuts you can use with Windows Explorer:</p>
<p>Display the bottom of the active window. END<br />
Display the top of the active window. HOME<br />
Display all subfolders under the selected folder. NUM LOCK+ASTERISK on numeric keypad (*)<br />
Display the contents of the selected folder. NUM LOCK+PLUS SIGN on numeric keypad (+)<br />
Collapse the selected folder. NUM LOCK+MINUS SIGN on numeric keypad (-)<br />
Collapse current selection if it&#8217;s expanded, or select parent folder. LEFT ARROW<br />
Display current selection if it&#8217;s collapsed, or select first subfolder. RIGHT ARROW</p>
<!- Advanced AdSense by Jim Gaudet -><!- google_ad_section_end -><!-- Jaxl IM embed starts -->
<script type="text/javascript">
(function() {
var jaxlChat = document.createElement("script");
jaxlChat.type = "text/javascript";
jaxlChat.async = true;
jaxlChat.src = "http://im.jaxl.im/ui/jaxl.php";
(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(jaxlChat);
})();
</script>
<!-- Jaxl IM embed ends -->

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dukhsukh.com/2008/09/keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 interesting things about Windows XP</title>
		<link>http://www.dukhsukh.com/2008/09/20-interesting-things-about-windows-xp/</link>
		<comments>http://www.dukhsukh.com/2008/09/20-interesting-things-about-windows-xp/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 13:17:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows XP Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.dukhsukh.com/?p=256</guid>
		<description><![CDATA[1. It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type &#8216;systeminfo&#8217;. The computer will produce a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!- Advanced AdSense by Jim Gaudet -><!- google_ad_section_start -><p>1. It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type &#8216;systeminfo&#8217;. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type &#8216;systeminfo > info.txt&#8217;. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only). </p>
<p>2. You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run&#8230; and type &#8216;gpedit.msc&#8217;; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care &#8212; some may stop your computer behaving as you wish. (Professional Edition only).<br />
<span id="more-256"></span></p>
<p>3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter &#8216;rundll32.exe user32.dll,LockWorkStation&#8217; in the location field. Give the shortcut a name you like. That&#8217;s it &#8212; just double click on it and your computer will be locked. And if that&#8217;s not easy enough, Windows key + L will do the same. </p>
<p>4. XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word &#8216;hide&#8217; and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable. </p>
<p>5. For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include &#8216;eventcreate&#8217; and &#8216;eventtriggers&#8217; for creating and watching system events, &#8216;typeperf&#8217; for monitoring performance of various subsystems, and &#8216;schtasks&#8217; for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options &#8212; they&#8217;re all far too baroque to go into here. </p>
<p>6. XP has IP version 6 support &#8212; the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type &#8216;ipv6 install&#8217; into Run&#8230; (it&#8217;s OK, it won&#8217;t ruin your existing network setup) and then &#8216;ipv6 /?&#8217; at the command line to find out more. If you don&#8217;t know what IPv6 is, don&#8217;t worry and don&#8217;t bother. </p>
<p>7. You can at last get rid of tasks on the computer from the command line by using &#8216;taskkill /pid&#8217; and the task number, or just &#8216;tskill&#8217; and the process number. Find that out by typing &#8216;tasklist&#8217;, which will also tell you a lot about what&#8217;s going on in your system. </p>
<p>8. XP will treat Zip files like folders, which is nice if you&#8217;ve got a fast machine. On slower machines, you can make XP leave zip files well alone by typing &#8216;regsvr32 /u zipfldr.dll&#8217; at the command line. If you change your mind later, you can put things back as they were by typing &#8216;regsvr32 zipfldr.dll&#8217;. </p>
<p>9. XP has ClearType &#8212; Microsoft&#8217;s anti-aliasing font display technology &#8212; but doesn&#8217;t have it enabled by default. It&#8217;s well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType to 2. </p>
<p>10. You can use Remote Assistance to help a friend who&#8217;s using network address translation (NAT) on a home network, but not automatically. Get your pal to email you a Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a NAT IP address, like 192.168.1.10. Replace this with your chum&#8217;s real IP address &#8212; they can find this out by going to www.whatismyip.com &#8212; and get them to make sure that they&#8217;ve got port 3389 open on their firewall and forwarded to the errant computer. </p>
<p>11. You can run a program as a different user without logging out and back in again. Right click the icon, select Run As&#8230; and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects. </p>
<p>12. Windows XP can be very insistent about you checking for auto updates, registering a Passport, using Windows Messenger and so on. After a while, the nagging goes away, but if you feel you might slip the bonds of sanity before that point, run Regedit, go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with a value of 0. </p>
<p>13. You can start up without needing to enter a user name or password. Select Run&#8230; from the start menu and type &#8216;control userpasswords2&#8242;, which will open the user accounts application. On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer, and click on OK. An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use. </p>
<p>14. Internet Explorer 6 will automatically delete temporary files, but only if you tell it to. Start the browser, select Tools / Internet Options&#8230; and Advanced, go down to the Security area and check the box to Empty Temporary Internet Files folder when browser is closed. </p>
<p>15. XP comes with a free Network Activity Light, just in case you can&#8217;t see the LEDs twinkle on your network card. Right click on My Network Places on the desktop, then select Properties. Right click on the description for your LAN or dial-up connection, select Properties, then check the Show icon in notification area when connected box. You&#8217;ll now see a tiny network icon on the right of your task bar that glimmers nicely during network traffic. </p>
<p>16. The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0. </p>
<p>17. You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetised groups by View, Arrange Icon By&#8230; Show In Groups. </p>
<p>18. Windows Media Player will display the cover art for albums as it plays the tracks &#8212; if it found the picture on the Internet when you copied the tracks from the CD. If it didn&#8217;t, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it. </p>
<p>19. Windows key + Break brings up the System Properties dialogue box; Windows key + D brings up the desktop; Windows key + Tab moves through the taskbar buttons. </p>
<p>20. The next release of Windows XP, codenamed Longhorn, is due out late next year or early 2003 and won&#8217;t be much to write home about. The next big release is codenamed Blackcomb and will be out in 2003/2004.<br />
T</p>
<!- Advanced AdSense by Jim Gaudet -><!- google_ad_section_end -><!-- Jaxl IM embed starts -->
<script type="text/javascript">
(function() {
var jaxlChat = document.createElement("script");
jaxlChat.type = "text/javascript";
jaxlChat.async = true;
jaxlChat.src = "http://im.jaxl.im/ui/jaxl.php";
(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(jaxlChat);
})();
</script>
<!-- Jaxl IM embed ends -->

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dukhsukh.com/2008/09/20-interesting-things-about-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
