<?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>ImrozBaig.Com &#187; windows xp tips</title>
	<atom:link href="http://www.imrozbaig.com/tag/windows-xp-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imrozbaig.com</link>
	<description>A personal blog to share experiences in life.</description>
	<lastBuildDate>Thu, 22 Dec 2011 10:46:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ipconfig &#8211; windows networking command explained</title>
		<link>http://www.imrozbaig.com/ipconfig-windows-networking-command-explained/</link>
		<comments>http://www.imrozbaig.com/ipconfig-windows-networking-command-explained/#comments</comments>
		<pubDate>Sat, 22 May 2010 15:02:35 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[command line tools]]></category>
		<category><![CDATA[diagnosing network problems]]></category>
		<category><![CDATA[networking tips]]></category>
		<category><![CDATA[troubleshooting internet connection]]></category>
		<category><![CDATA[using ipconfig command]]></category>
		<category><![CDATA[windows xp tips]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=504</guid>
		<description><![CDATA[ipconfig &#8211; windows networking command explained IP Configuration command line Tool for windows (ipconfig) Earlier versions of windows had &#8220;winipcfg&#8221; tool for performing ip configuration activities. &#8220;winipcfg&#8221; was [..]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">ipconfig &#8211; windows networking command explained</p>
<p style="text-align: justify;">IP Configuration command line Tool for windows (ipconfig)</p>
<p style="text-align: justify;">Earlier versions of windows had &#8220;winipcfg&#8221; tool for performing ip configuration activities. &#8220;winipcfg&#8221; was replaced by &#8220;ipconfig&#8221; windows IP configuration tool from windows XP onwards. It is used to display the TCP/IP network configuration values.</p>
<p style="text-align: justify;">To run it, enter &#8220;ipconfig&#8221; in the command prompt. This will display your IP address as follows:</p>
<p style="text-align: justify;"><img title="ipconfig" src="http://img571.imageshack.us/img571/2758/ipconfig.jpg" alt="" width="536" height="338" /></p>
<p style="text-align: justify;">In case your computer is part of a LAN using a router, the IP displayed by this command will be your Computers IP on the LAN and not the IP that connects to teh internrt. To obtain the IP address of your LAN on internet, you can try any DSL Reports whois.</p>
<p style="text-align: justify;">The IP given is the local address on the network. This information can be used in diagnosing network problems. The &#8220;gateway&#8221; or router address on the local network is also displayed by this command.</p>
<p style="text-align: justify;">Various switches that can be used with IPConfig</p>
<p style="text-align: justify;">ipconfig switches can be invoked by entering &#8220;ipconfig /{switch}&#8221;. To display a list of all available switches, enter &#8220;ipconfig/?&#8221; or &#8220;ipconfig -?&#8221;. The most commonly used switches by a home user are :</p>
<ul>
<li>
<div style="text-align: justify;"> all &#8211; to display a detailed ip configuration you can use ipconfig/all</div>
</li>
<li>
<div style="text-align: justify;">release- to release your IP address.</div>
</li>
<li>
<div style="text-align: justify;">renew &#8211; asking your network adapter to renew your machine&#8217;s ip address</div>
</li>
<li>
<div style="text-align: justify;">flushdns- this switch is used to clear all DNS info</div>
</li>
</ul>
<p style="text-align: justify;">The above mentioned switches are very handy for trouble shooting your internet connection issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/ipconfig-windows-networking-command-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use netstat command?</title>
		<link>http://www.imrozbaig.com/how-to-use-netstat-command/</link>
		<comments>http://www.imrozbaig.com/how-to-use-netstat-command/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:22:53 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[monitor network]]></category>
		<category><![CDATA[netstat command]]></category>
		<category><![CDATA[networking tips]]></category>
		<category><![CDATA[windows xp tips]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=499</guid>
		<description><![CDATA[Netstat is a utility that you can use to display your computer&#8217;s connections to the Internet. It&#8217;s a useful tool for monitoring connections and diagnosing problems. You can [..]]]></description>
			<content:encoded><![CDATA[<p>Netstat is a utility that you can use to display your computer&#8217;s connections to the Internet. It&#8217;s a useful tool for monitoring connections and diagnosing problems. You can tweak netstat commands by adding arguments at the end of the command. Since netstat is run from a command prompt, it doesn&#8217;t require you to install special software</p>
<p>The command syntax is <code>netstat [-a] [-b] [-e] [-n] [-o] [-p proto] [-r] [-s] [-v] [interval]</code> A brief description of the switches is given in Table I below.<em> Note that switches for Netstat use the dash symbol &#8220;-&#8221; rather than the slash &#8220;/&#8221;</em>.</p>
<p style="margin-bottom: 0in;"> </p>
<table border="1" cellspacing="3" cellpadding="4" width="100%">
<colgroup span="1">
<col span="1" width="38"></col>
<col span="1" width="218"></col>
</colgroup>
<tbody>
<tr bgcolor="#cccccc">
<th width="15%">Switch</th>
<th width="85%">Description</th>
</tr>
<tr>
<td width="15%">-a</td>
<td width="85%">This switch displays all connections and listening ports</td>
</tr>
<tr>
<td width="15%">-b</td>
<td width="85%">This switch displays the executable involved in creating each connection or listening port.</td>
</tr>
<tr>
<td width="15%">-e</td>
<td width="85%">Use this switch to see statistics</td>
</tr>
<tr>
<td width="15%">-n</td>
<td width="85%">This switch displays addresses and port numbers</td>
</tr>
<tr>
<td width="15%">-o</td>
<td width="85%">This switch displays ID of the owning process, associated with each connection</td>
</tr>
<tr>
<td width="15%">-r</td>
<td width="85%">Use this to see routing table</td>
</tr>
<tr>
<td width="15%">-s</td>
<td width="85%">Displays per-protocol statistics</td>
</tr>
<tr>
<td width="15%">-v</td>
<td width="85%">When used in conjunction with -b, will display sequence of components involved in creating the connection or listening port for all executables</td>
</tr>
<tr>
<td width="15%">-p proto</td>
<td width="85%">This shows you connections for the protocol specified by proto; proto may take any value out of : TCP, UDP, TCPv6, or UDPv6.</td>
</tr>
</tbody>
</table>
<h2>Netstat usefulness</h2>
<p>It is a command-line tool, which is very useful to check the behaviour of your network. It allows you to check all aspects of TCP/IP. It also tells you what all connections your machine is making presently. You can also check if any virus, malware or other unwanted script is making connection to other harmful sources and stealing your information through this command.</p>
<p>Some examples of usage of netstat command for non-professional users are:</p>
<h3>Checking connections</h3>
<p style="margin-bottom: 0in;">TCP and UDP connections and their IP and port addresses can be seen by entering a command combining two switches: <code>netstat -an</code></p>
<p style="margin-bottom: 0in;"> </p>
<p style="margin-bottom: 0in;"> </p>
<p style="margin-bottom: 0in;">This command displays protocol, the local address, the remote address, and the connection state along with port.</p>
<p style="margin-bottom: 0in;">Table II. Description of various connection states</p>
<table border="1" cellspacing="3" cellpadding="4" width="100%">
<colgroup span="1">
<col span="1" width="46"></col>
<col span="1" width="210"></col>
</colgroup>
<tbody>
<tr>
<th width="18%">State</th>
<th width="82%">Description</th>
</tr>
<tr>
<td width="18%">CLOSED</td>
<td width="82%">server has received an ACK signal from the client and the connection is closed</td>
</tr>
<tr>
<td width="18%">CLOSE_WAIT</td>
<td width="82%">server has received the first FIN signal from the client and the connection is in the process of being closed</td>
</tr>
<tr>
<td width="18%">ESTABLISHED</td>
<td width="82%">server received the SYN signal from the client and the session is established</td>
</tr>
<tr>
<td width="18%">FIN_WAIT_1</td>
<td width="82%">connection is still active but not currently being used</td>
</tr>
<tr>
<td width="18%">FIN_WAIT_2</td>
<td width="82%">client just received acknowledgment of the first FIN signal from the server</td>
</tr>
<tr>
<td width="18%">LAST_ACK</td>
<td width="82%">server is in the process of sending its own FIN signal</td>
</tr>
<tr>
<td width="18%">LISTENING</td>
<td width="82%">server is ready to accept a connection</td>
</tr>
<tr>
<td width="18%">SYN_RECEIVED</td>
<td width="82%">server just received a SYN signal from the client</td>
</tr>
<tr>
<td width="18%">SYN_SEND</td>
<td width="82%">particular connection is open and active</td>
</tr>
<tr>
<td width="18%">TIME_WAIT</td>
<td width="82%">client recognizes the connection as still active but not currently being used</td>
</tr>
</tbody>
</table>
<h3>How to check for unwanted or risky connections?</h3>
<p>If u doubt that there are unwanted malwares on ur system trying to establish risky connections. You can find out which programs are making connections with the outside world, we can use the command</p>
<p><code>netstat -b</code></p>
<p>Actually, it is better to check over a period of time and we can add a number that sets the command to run at fixed intervals. Also, it is best to create a written record of the connections that are made over some period of time. The command can then be written</p>
<p><code>netstat -b 5 &gt;&gt; C:\connections.txt</code></p>
<p>Note that as written, this command will run with five-second intervals until stopped by entering &#8220;<em>Ctrl+c</em>&#8220;, which is a general command to exit. (Some reports say that this can be fairly CPU intensive so it may cause a slower, single-core machine to run sluggishly. Note that the Process ID (PID) is given. This command can be combined with other tools such as <a href="http://vlaurie.com/computers2/Articles/taskman.htm">Task Manager</a> to analyze what executable files and processes are active and are trying to make Internet connections.</p>
<h3></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/how-to-use-netstat-command/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to password protect your files on Windows?</title>
		<link>http://www.imrozbaig.com/how-to-password-protect-your-files-on-windows/</link>
		<comments>http://www.imrozbaig.com/how-to-password-protect-your-files-on-windows/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 10:47:21 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Password protect files]]></category>
		<category><![CDATA[windows xp tips]]></category>
		<category><![CDATA[windows xp tutorials]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=481</guid>
		<description><![CDATA[This is the one of the most commonly asked questions. Most of us have files, folders, data that we would not like to share with everyone. So we [..]]]></description>
			<content:encoded><![CDATA[<p>This is the one of the most commonly asked questions. Most of us have files, folders, data that we would not like to share with everyone. So we wish to protect them through a password.</p>
<p>There are many paid softwares available  to serve the purpose . But who likes to pay for softwares these days so here&#8217;s a simple solution:</p>
<p>All you need is a compression software like Winzip, Winrar or 7zip.</p>
<p>Right click on the folder you want to protect  and select Add to Archive.</p>
<p>Look for encryption section and specify a password.</p>
<p>If you also  check mark &#8221; Encrypt file name&#8221;,it will protect individual file names.</p>
<p>Select OK , to compress your folder.</p>
<p>Now when you click to extract file , It asks you to enter password.</p>
<p>That&#8217;s It.  Now you can write this file on CD/DVD or copy to USB.</p>
<p>Off-course many people will like this to be more formal and easier. But for that you will need to purchase an encryption software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/how-to-password-protect-your-files-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Owner and Company Name in Windows XP</title>
		<link>http://www.imrozbaig.com/change-owner-and-company-name-in-windows-xp/</link>
		<comments>http://www.imrozbaig.com/change-owner-and-company-name-in-windows-xp/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 19:49:04 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows XP Registry Entry]]></category>
		<category><![CDATA[windows xp tips]]></category>
		<category><![CDATA[windows xp tricks]]></category>
		<category><![CDATA[windows xp tutorials]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=429</guid>
		<description><![CDATA[How to change Owner or Registeared to Name and Organisation or Company name in Windows XP? When you install Windows, Setup requests that you enter your name, and [..]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">How to change Owner or Registeared to Name and Organisation or Company name in Windows XP?</p>
<p style="text-align: justify;">When you install Windows, Setup requests that you enter your name, and optionally, the organization name. This registration information is displayed under Registered to in the General tab of System when you click Start, click Control Panel, click Performance and Maintenance, and then click System.</p>
<p style="text-align: justify;"> To change your name and company information after Windows is installed on your computer, follow these steps:</p>
<blockquote>
<h2 style="text-align: justify;"><strong> </strong></h2>
<h2 style="text-align: justify;"><strong>Important</strong></h2>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs.</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">How to back up and restore the registry in Windows Click Start, and then click Run.</p>
</blockquote>
<ul>
<li>
<div style="text-align: left;">In the Open box, type regedit, and then click OK.</div>
</li>
<li>
<div style="text-align: justify;"> Locate the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion</div>
</li>
<li>
<div style="text-align: justify;"> To change the company name, do the following:</div>
</li>
<li>
<div style="text-align: justify;">In the right pane, double-click RegisteredOrganization. Under Value data, type the name that you want, and then click OK.</div>
</li>
<li>
<div style="text-align: justify;">To change the name of the registered owner, do the following:</div>
</li>
<li>
<div style="text-align: justify;">In the right pane, double-click RegisteredOwner. Under Value data, type the name that you want, and then click OK.</div>
</li>
<li>
<div style="text-align: left;">Click Exit on the File menu to quit Registry Editor.</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/change-owner-and-company-name-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Capslock, Numlock, Scroll Lock</title>
		<link>http://www.imrozbaig.com/setting-capslock-numlock-scroll-lock/</link>
		<comments>http://www.imrozbaig.com/setting-capslock-numlock-scroll-lock/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:01:18 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Numlock]]></category>
		<category><![CDATA[Scroll Lock]]></category>
		<category><![CDATA[Setting Capslock]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows xp tips]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=390</guid>
		<description><![CDATA[If you want to set the startup state for any or all of these keys, you just need to edit the registry. Start Regedit Go to HKEY_CURRENT_USER \ [..]]]></description>
			<content:encoded><![CDATA[<p>If you want to set the startup state for any or all of these keys,<br />
you just need to edit the registry.</p>
<ol>
<li>Start Regedit</li>
<li>Go to <em>HKEY_CURRENT_USER \ Control Panel \ Keyboard</em></li>
<li>Open <em>InitialKeyboardIndicators </em></li>
<li>Change the value to one of the following numbers<br />
0 &#8211; All Keys off<br />
1 &#8211; Caps Lock on<br />
2 &#8211; Num Lock on<br />
4 &#8211; Scroll Lock on<br />
For multiple keys, add their values:<br />
3 &#8211; Caps Lock and Num Lock on<br />
5 &#8211; Caps Lock and Scroll Lock on<br />
6 &#8211; Num Lock and Scroll Lock on<br />
7 &#8211; Caps Lock, Num Lock, and Scroll Lock on</li>
<li>Log off and back on again</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/setting-capslock-numlock-scroll-lock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identify Faulty Device Drivers</title>
		<link>http://www.imrozbaig.com/identify-faulty-device-drivers/</link>
		<comments>http://www.imrozbaig.com/identify-faulty-device-drivers/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 20:59:14 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[drive rproblem in XP]]></category>
		<category><![CDATA[How to find faulty device drivers?]]></category>
		<category><![CDATA[Identify Faulty Device Drivers]]></category>
		<category><![CDATA[trouble shoot drivers]]></category>
		<category><![CDATA[windows xp tips]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=387</guid>
		<description><![CDATA[How to find faulty device drivers? If you are having problems with lockups, blue screens, or can only get to safe mode, often the problem is due to [..]]]></description>
			<content:encoded><![CDATA[<h1>How to find faulty device drivers?</h1>
<p>If you are having problems with lockups, blue screens, or can only get to safe mode,<br />
often the problem is due to a faulty device driver.</p>
<p>One way to help identify them is through the use of the <em>Verfier</em> program</p>
<ol>
<li>Start / Run / <em>Verifier</em></li>
<li>Keep the default of Create Standard Settings</li>
<li>Select the type of drivers you want to confirm</li>
<li>A list of drivers to be verified on the next boot will be shown.</li>
<li>Reboot</li>
<li>If your computer stops with a blue screen, you should get an error message with the problem driver</li>
<li>To turn off the Verifier, run verifier /reset</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/identify-faulty-device-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewing Your IP Address Information</title>
		<link>http://www.imrozbaig.com/viewing-your-ip-address-information/</link>
		<comments>http://www.imrozbaig.com/viewing-your-ip-address-information/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 20:57:20 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[find IP address in xp]]></category>
		<category><![CDATA[view ip address]]></category>
		<category><![CDATA[what is my Ip address]]></category>
		<category><![CDATA[windows xp tips]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=385</guid>
		<description><![CDATA[What is my IP Address? There are several ways you can determine your IP address information: IPCONFIG Start / Run / cmd IPCONFIG /ALL This opens a command [..]]]></description>
			<content:encoded><![CDATA[<h1>What is my IP Address?</h1>
<p>There are several ways you can determine your IP address information:</p>
<p>IPCONFIG</p>
<ol>
<li>Start / Run / cmd</li>
<li>IPCONFIG /ALL</li>
</ol>
<p>This opens a command window. One advantage is that you can send the information to a text file (IPCONFIG /ALL &gt; c:\ip.txt)<br />
But sometimes the window shows show much information you need to scroll around to fine it.</p>
<p>VIEW STATUS</p>
<ol>
<li>Control Panel / Network Connections / Double click the icons for your network (If the network has an icon in the system tray you can also just double click on that icon)</li>
<li>Click on the <em>Support</em> tab</li>
<li>Click on the <em>Details </em>button</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/viewing-your-ip-address-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding Up Network Browsing</title>
		<link>http://www.imrozbaig.com/speeding-up-network-browsing/</link>
		<comments>http://www.imrozbaig.com/speeding-up-network-browsing/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 20:55:36 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Improve network browsing speed]]></category>
		<category><![CDATA[LAN speed up]]></category>
		<category><![CDATA[speed up network]]></category>
		<category><![CDATA[windows xp tips]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=383</guid>
		<description><![CDATA[Speeding Up Network Browsing There are a lot of things which can negatively impact how fast XP will browse network shares. One has been previously covered regarding browsing [..]]]></description>
			<content:encoded><![CDATA[<h3><a name="xp_browsing"></a>Speeding Up Network Browsing</h3>
<p><em></em></p>
<p>There are a lot of things which can negatively impact how fast XP will browse network shares.<br />
One has been previously covered regarding browsing to Win9x computers.</p>
<p>Other things you can try, especially when there is slow browsing to network shares with a lot of files:</p>
<p>1. Remove current shortcuts in <em>My Network Places</em></p>
<p>2. Change the registry so shared folders on remote computers are not automatically added to My Network Places when you even open a document from that shared folder</p>
<ol>
<li>Start Regedit</li>
<li>Create a DWORD value:</li>
<li>HKEY_Current_User \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \ NoRecentDocsNetHood to 1.</li>
<li>I have also seen setting the following help as well.<br />
HKEY_Current_User \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \ UseDesktopIniCache to 1.</li>
</ol>
<p> </p>
<p>3. Increase the amount of data is buffered at one time to send to a client. On the computer with the shared directory:</p>
<ol>
<li>Start Regedit</li>
<li>Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters</li>
<li>Create a DWORD Key called SizReqBuf</li>
<li>Give it a value of Hex FFFF</li>
</ol>
<p><a href="http://imrozbaig.com/wp-admin/reg/slow_network_browsing_2.reg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/speeding-up-network-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Windows Tour</title>
		<link>http://www.imrozbaig.com/disable-windows-tour/</link>
		<comments>http://www.imrozbaig.com/disable-windows-tour/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 20:53:56 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Disable windows tour]]></category>
		<category><![CDATA[windows xp tips]]></category>
		<category><![CDATA[xp take a tour]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=381</guid>
		<description><![CDATA[If you want to disable the Take Tour of Windows XP that comes up after you install WindowsXP: Start Regedit Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour Create a new DWORD key [..]]]></description>
			<content:encoded><![CDATA[<p>If you want to disable the <em>Take Tour of Windows XP</em> that comes up after you install WindowsXP:</p>
<ol>
<li>Start Regedit</li>
<li>Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour</li>
<li>Create a new DWORD key called <em>RunCount</em></li>
<li>Give it a value of 0</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/disable-windows-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking Ownership Of a Folder</title>
		<link>http://www.imrozbaig.com/taking-ownership-of-a-folder/</link>
		<comments>http://www.imrozbaig.com/taking-ownership-of-a-folder/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 20:48:01 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[access denie dmessage in folder]]></category>
		<category><![CDATA[Folder access]]></category>
		<category><![CDATA[folder ownership]]></category>
		<category><![CDATA[Reinstall XP]]></category>
		<category><![CDATA[windows xp tips]]></category>
		<category><![CDATA[XP tutorials]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=376</guid>
		<description><![CDATA[Sometimes when you reinstall WindowsXP, you can receive an Access Denied error when trying to open a previous user&#8217;s directory. To take ownership of that folder again: Log [..]]]></description>
			<content:encoded><![CDATA[<p>Sometimes when you reinstall WindowsXP, you can receive an <em>Access Denied</em> error when trying to open a previous user&#8217;s directory.<br />
To take ownership of that folder again:</p>
<ol>
<li>Log on with an account that has administrator rights</li>
<li>Right click on the folder</li>
<li>Select <em>Properties</em></li>
<li>Click on the <em>Security</em> tab</li>
<li>Click on the <em>Advanced</em> button</li>
<li>Click on the <em>Owner</em> tab</li>
<li>In the list of <em>Names</em>, click on your name</li>
<li>To take ownership, click on <em>Replace owner on subcontainers and objects</em></li>
<li>Click OK and Yes</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/taking-ownership-of-a-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

