<?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>Windows XP &#8211; Jitendra Zaa</title>
	<atom:link href="https://www.jitendrazaa.com/blog/tag/windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Sat, 24 Oct 2015 18:47:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">87744916</site><atom:link rel="search" type="application/opensearchdescription+xml" title="Search Jitendra Zaa" href="https://www.jitendrazaa.com/blog/wp-json/opensearch/1.1/document" />	<item>
		<title>How to use Symbolic Link to move Google Chrome AppData folder to other location</title>
		<link>https://www.jitendrazaa.com/blog/others/tips/how-to-use-symbolic-link-to-move-google-chrome-appdata-folder-to-other-location/</link>
					<comments>https://www.jitendrazaa.com/blog/others/tips/how-to-use-symbolic-link-to-move-google-chrome-appdata-folder-to-other-location/#comments</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Sat, 24 Oct 2015 18:42:14 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[WindowsOS]]></category>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4903</guid>

					<description><![CDATA[Using Symbolic Link to move high storage folders to new location like moving Google Chrome AppData folder to other location]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Few months back I bought a new high end laptop with i7 processor and 16GB of RAM. Decided to give a shot to &#8220;<a href="https://en.wikipedia.org/wiki/Solid-state_drive">SSD hard disc</a>&#8221; over conventional hard disc. Performance of my system is incredibly fast, I have SQL Server, Jenkins, Command line Dataloader jobs, Apex static code analyzer all running almost at same time. Windows OS boots up in almost 2-3 seconds only, as compared to 15-25 sec previously. However because of decision of &#8220;SSD Drive&#8221; I had to compromise storage capacity. My &#8220;C&#8221; drive is only around 150 GB however D drive has lot of space. After analyzing many folders, I found that google chrome browser creates its temporary folder in &#8220;C&#8221; drive even though I have installed it explicitly in &#8220;D&#8221; drive. I wanted to move &#8220;Appdata&#8221; folder of google chrome to &#8220;D&#8221; drive to make sure I have enough space in &#8220;c&#8221; drive.</p>
<p style="text-align: justify;">I came across &#8220;<a href="https://en.wikipedia.org/wiki/Symbolic_link">Symbolic link</a>&#8221; concept in operating System. In &#8220;Symbolic link&#8221; folder points to other location and its very useful technique to solve problem of storage. We can create symbolic link of many folder from &#8220;c&#8221; drive to any other location where we have good enough space. <span id="more-4903"></span></p>
<p>So, I wanted to point Chrome folder of &#8220;C&#8221; drive to &#8220;D&#8221; folder. For chrome it would be still in &#8220;C&#8221; drive but physically all files will be stored somewhere else. Let&#8217;s see how I did it.</p>
<p>Open Command prompt, you may need to open it as administrator if you will face any error in next steps.</p>
<figure id="attachment_4904" aria-describedby="caption-attachment-4904" style="width: 534px" class="wp-caption aligncenter"><a href="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Run-Comman-prompt-as-Admin.png?ssl=1"><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="size-full wp-image-4904" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Run-Comman-prompt-as-Admin.png?resize=534%2C333&#038;ssl=1" alt="Run Comman prompt as Admin" width="534" height="333" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Run-Comman-prompt-as-Admin.png?w=534&amp;ssl=1 534w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Run-Comman-prompt-as-Admin.png?resize=300%2C187&amp;ssl=1 300w" sizes="(max-width: 534px) 100vw, 534px" /></a><figcaption id="caption-attachment-4904" class="wp-caption-text">Run Command prompt as Admin</figcaption></figure>
<p style="text-align: justify;">Make sure before running below command, &#8220;C:\Users\&lt;Your_user_name&gt;\AppData\Local\Google\Chrome&#8221; should not exist and destination folder in my case &#8220;D:\G2\ChromeAppData&#8221; should exist. You would like to take backup of existing folder, delete it and paste it to new location.</p>
<p style="text-align: justify;">Below command is used to create symbolic link</p>
<blockquote>
<p style="text-align: justify;">mklink /d &#8220;C:\Users\Jitendra\AppData\Local\Google\Chrome&#8221; &#8220;D:\G2\ChromeAppData&#8221;</p>
</blockquote>
<figure id="attachment_4905" aria-describedby="caption-attachment-4905" style="width: 997px" class="wp-caption aligncenter"><a href="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Using-mklink-command-of-Windows.jpg?ssl=1"><img data-recalc-dims="1" decoding="async" class="size-full wp-image-4905" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Using-mklink-command-of-Windows.jpg?resize=997%2C232&#038;ssl=1" alt="Using mklink command of Windows" width="997" height="232" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Using-mklink-command-of-Windows.jpg?w=997&amp;ssl=1 997w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Using-mklink-command-of-Windows.jpg?resize=300%2C70&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Using-mklink-command-of-Windows.jpg?resize=624%2C145&amp;ssl=1 624w" sizes="(max-width: 997px) 100vw, 997px" /></a><figcaption id="caption-attachment-4905" class="wp-caption-text">Using mklink command of Windows</figcaption></figure>
<p>After running above command, your folders will look like :</p>
<figure id="attachment_4906" aria-describedby="caption-attachment-4906" style="width: 625px" class="wp-caption aligncenter"><a href="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Reloacating-Google-AppData-folder-to-other-location.jpg?ssl=1"><img data-recalc-dims="1" decoding="async" class="size-large wp-image-4906" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Reloacating-Google-AppData-folder-to-other-location.jpg?resize=625%2C496&#038;ssl=1" alt="Reloacating Google AppData folder to other location after mklink command" width="625" height="496" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Reloacating-Google-AppData-folder-to-other-location.jpg?resize=1024%2C812&amp;ssl=1 1024w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Reloacating-Google-AppData-folder-to-other-location.jpg?resize=300%2C238&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Reloacating-Google-AppData-folder-to-other-location.jpg?resize=624%2C495&amp;ssl=1 624w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2015/10/Reloacating-Google-AppData-folder-to-other-location.jpg?w=1281&amp;ssl=1 1281w" sizes="(max-width: 625px) 100vw, 625px" /></a><figcaption id="caption-attachment-4906" class="wp-caption-text">Reloacating Google AppData folder to other location after mklink command</figcaption></figure>
<p>This technique can be used at many places, I did same for Outlook folder as well.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/others/tips/how-to-use-symbolic-link-to-move-google-chrome-appdata-folder-to-other-location/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4903</post-id>	</item>
		<item>
		<title>Change the applicaions icon in Windows xp</title>
		<link>https://www.jitendrazaa.com/blog/microsoft/change-the-applicaions-icon-in-windows-xp/</link>
					<comments>https://www.jitendrazaa.com/blog/microsoft/change-the-applicaions-icon-in-windows-xp/#respond</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Tue, 12 Apr 2011 08:14:47 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows XP]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1955</guid>

					<description><![CDATA[Change the applicaions icon in Windows xp]]></description>
										<content:encoded><![CDATA[<p>Recently, i had deleted the files under installer folder of windows to clean up the space and that leads to one problem. All the icons of <strong>Microsoft Office </strong>was disappeared and i was not able to set the icon anyways.</p>
<p>But i had worked on changing the icon in past and helped me to setup the new icon for Microsoft office 2007 or any other application.</p>
<p>To set the icon perform following steps:</p>
<p>Go to <strong>Tools | Folder Option</strong> and select &#8220;<strong>File Types</strong>&#8221; tab.</p>
<figure id="attachment_1956" aria-describedby="caption-attachment-1956" style="width: 389px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/04/Windows-XP-Folder-Option.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-1956" title="Windows XP Folder Option" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/04/Windows-XP-Folder-Option.jpg?resize=389%2C470&#038;ssl=1" alt="Windows XP Folder Option" width="389" height="470" /></a><figcaption id="caption-attachment-1956" class="wp-caption-text">Windows XP Folder Option</figcaption></figure>
<p><span id="more-1955"></span>Select the application, whose icon needs to be changed and click on &#8220;<strong>Advance</strong>&#8220;. one popup window will gets open.</p>
<figure id="attachment_1957" aria-describedby="caption-attachment-1957" style="width: 349px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/04/Change-Application-Icon.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-1957" title="Change Application Icon" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/04/Change-Application-Icon.jpg?resize=349%2C317&#038;ssl=1" alt="Change Application Icon" width="349" height="317" /></a><figcaption id="caption-attachment-1957" class="wp-caption-text">Change Application Icon</figcaption></figure>
<p>In that select &#8220;<strong>Change Icon</strong>&#8221; option and select the icon which should be used by the operating system to represent that particular application.</p>
<p>I hope this trick will help lots of Windows XP users.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/microsoft/change-the-applicaions-icon-in-windows-xp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1955</post-id>	</item>
		<item>
		<title>Install SNMP Service in Windows XP and Overview of MIB Explorer</title>
		<link>https://www.jitendrazaa.com/blog/java/snmp/install-snmp-service-in-windows-xp-and-overview-of-mib-explorer/</link>
					<comments>https://www.jitendrazaa.com/blog/java/snmp/install-snmp-service-in-windows-xp-and-overview-of-mib-explorer/#comments</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Wed, 23 Feb 2011 15:19:59 +0000</pubDate>
				<category><![CDATA[SNMP]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[Windows XP]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1563</guid>

					<description><![CDATA[Install SNMP Service in Windows XP and Overview of MIB Explorer]]></description>
										<content:encoded><![CDATA[<p><strong>Enable SNMP services in Windows Xp:</strong></p>
<ol>
<li>To open the Windows Components Wizard, click <strong>Start</strong>, click <strong>Control Pane</strong>l, double-click<strong> Add or Remove Programs</strong>, and then click <strong>Add/Remove Windows Components</strong>.</li>
<li>In Components, click <strong>Management and Monitoring Tools</strong> (but do not select or clear its check box), and then click <strong>Details</strong>.</li>
<li>Select the<strong> Simple Network Management Protocol</strong> check box, and click OK.</li>
<li>Click <strong>Next</strong>.</li>
</ol>
<figure id="attachment_1565" aria-describedby="caption-attachment-1565" style="width: 440px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/02/Install-SNMP-Service-in-Windows-XP.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="wp-image-1565 size-full" title="Install SNMP Service in Windows XP" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/02/Install-SNMP-Service-in-Windows-XP.jpg?resize=440%2C202&#038;ssl=1" alt="Install SNMP Service in Windows XP" width="440" height="202" /></a><figcaption id="caption-attachment-1565" class="wp-caption-text">Install SNMP Service in Windows XP</figcaption></figure>
<p><strong><span id="more-1563"></span>Overview of MIB Explorer:</strong><br />
There are lots of tools available to view the MIB structure of <strong>SNMP Agent</strong>.</p>
<figure id="attachment_1566" aria-describedby="caption-attachment-1566" style="width: 440px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/02/MIB-Management-Information-Base.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="  wp-image-1566 size-full" title="MIB - Management Information Base Explorer" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2011/02/MIB-Management-Information-Base.png?resize=440%2C146&#038;ssl=1" alt="MIB - Management Information Base Explorer" width="440" height="146" /></a><figcaption id="caption-attachment-1566" class="wp-caption-text">MIB &#8211; Management Information Base Explorer</figcaption></figure>
<p><a title="MIB Explorer" href="http://www.serverscheck.in/mib_browser/download.asp" target="_blank">Download this tool from internet which is freely available.</a></p>
<p>Above tool is very useful in finding the<strong> Object Identifiers</strong>.</p>
<p>As shown in above figure, enter the IP address of the SNMP agent and select the Operation.  OID can be selected from left tree and the information related to that OID is displayed in the Grid.</p>
<p>Using this tool, anyone can check the functionality of code written by them against the output of this tool.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/java/snmp/install-snmp-service-in-windows-xp-and-overview-of-mib-explorer/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1563</post-id>	</item>
		<item>
		<title>MSMQ &#8211; Microsoft Message Queue Introduction</title>
		<link>https://www.jitendrazaa.com/blog/microsoft/msmq-microsoft-message-queue-introduction/</link>
					<comments>https://www.jitendrazaa.com/blog/microsoft/msmq-microsoft-message-queue-introduction/#comments</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Tue, 07 Dec 2010 18:28:36 +0000</pubDate>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MSMQ]]></category>
		<category><![CDATA[Windows XP]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=1407</guid>

					<description><![CDATA[How to Install MSMQ, MSMQ - Microsoft Message Queue Introduction, Types of Queue, Modes of Queue, System Queue]]></description>
										<content:encoded><![CDATA[<p><strong>Microsoft Message Queue (MSMQ):</strong><br />
<strong> MSMQ is a messaging protocol that allows applications running on separate servers/processes to communicate in a failsafe manner. </strong>A queue is a temporary storage location from which messages can be sent and received reliably, as and when conditions permit. Queues are used to receive and send the Messages.</p>
<p>To Install MSMQ, Go to Control Panel -&gt; Add Remove Program -&gt; Add Windows Component and select &#8220;Message Queuing&#8221;</p>
<figure id="attachment_1412" aria-describedby="caption-attachment-1412" style="width: 407px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/12/MSMQ-Microsoft-Messaging-Queue.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-1412  " title="Install MSMQ - Microsoft Messaging Queue" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/12/MSMQ-Microsoft-Messaging-Queue.png?resize=407%2C296&#038;ssl=1" alt="Install MSMQ - Microsoft Messaging Queue" width="407" height="296" /></a><figcaption id="caption-attachment-1412" class="wp-caption-text">Install MSMQ - Microsoft Messaging Queue</figcaption></figure>
<p><span id="more-1407"></span></p>
<p><strong>There are two types of Messaging Queue:</strong></p>
<p><strong> 1. Public Queue:</strong></p>
<ul>
<li>Provide Message routing.</li>
<li>Public queues are accessed through &#8220;Machine nameQueue name&#8221;</li>
</ul>
<p><strong>2. Private Queue:</strong></p>
<ul>
<li>Do not Provide any routing.</li>
<li>Private queues are accessed through &#8220;Machine namePrivate$Queue name&#8221;.</li>
<li>If MSMQ is installed on the same machine as your application then you can replace the machine name with a dot, for example &#8220;.Private$Sales&#8221;</li>
</ul>
<p><strong>MSMQ is deployed in two mode:</strong><br />
<strong> 1. Workgroup mode</strong></p>
<ul>
<li>only private Queue therefore no messaging routing</li>
<li>only &#8220;Common&#8221; and &#8220;Trigger&#8221; components needed.</li>
</ul>
<p><strong>2. Domain mode</strong></p>
<ul>
<li>private and public queue.</li>
<li>Machine that installed MSMQ must be the part of domain and uses Active Directory.</li>
<li>&#8220;Common&#8221;, &#8220;Trigger&#8221;, &#8220;Active Directory Integration&#8221;, &#8220;Routing Suport&#8221; components are needed.</li>
</ul>
<p><strong>MSMQ Installs two window services also:</strong></p>
<ol>
<li>Message Queueing</li>
<li>Message Queueing Triggers</li>
</ol>
<p><strong>Administrative interface:</strong><br />
To Open admin Panel , My Computer -&gt; Manage -&gt; Services and Applications -&gt; Message Queueing.</p>
<figure id="attachment_1410" aria-describedby="caption-attachment-1410" style="width: 267px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/12/MSMQ-Admin-panel.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-1410" title="MSMQ Admin panel" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/12/MSMQ-Admin-panel.png?resize=267%2C201&#038;ssl=1" alt="MSMQ Admin panel" width="267" height="201" /></a><figcaption id="caption-attachment-1410" class="wp-caption-text">MSMQ Admin panel</figcaption></figure>
<p>Under each queue you will find following three items:</p>
<p><strong> 1. Queue Messages</strong></p>
<ul>
<li>All the messages currently seating in Queue.</li>
<li>You can view the properties of all messages but cannot change it.</li>
<li>Cannot create new messages or cannot delete an individual existing messages.</li>
<li>You can delete all the messages by right click on &#8220;Queue messages&#8221; and select<strong> &#8220;All Tasks | Purge&#8221;</strong></li>
</ul>
<p><strong>2. Journal Messages</strong></p>
<ul>
<li>During Queue creation journal can be &#8220;enabled&#8221; means a copy  of message from queue is placed into journal.</li>
<li>Means you have the copy of all messages of queue which is read or processed.</li>
<li>Purge (Delete) messages regulary from journal otherwise its size will be increased.</li>
</ul>
<p><strong>3. Triggers</strong></p>
<ul>
<li>Allows to register the Trigger when message is placed in Queue.</li>
<li>During Trigger setting you can specify COM component or external executable.</li>
</ul>
<p>Other than Public and Private Queue, one more Queue is present which is<strong> &#8220;System Queue&#8221;</strong>. Which cannot be modified or removed.</p>
<p>Under System Queue you will find following three items:<br />
<strong> 1. Journal Messages:</strong></p>
<ul>
<li>During Queue creation journal can be &#8220;enabled&#8221; means a copy  of message from queue is placed into journal. And if the journal is not enabled then copy of message is placed in &#8220;System queue&#8217;s journal&#8221; (condition it should be enabled at code).  Means its your choice that you want to maintain journal at system queue level or message queue level.</li>
</ul>
<p><strong> 2. Dead &#8211; Letter Messages :</strong></p>
<ul>
<li>copy of all the Messages which are not delivered or expired before deliver or expired before its read / received (condition it should be enabled at code).</li>
</ul>
<p><strong> 3. Transactional Dead &#8211; Letter Messages: </strong></p>
<ul>
<li>Same as &#8220;Dead &#8211; Letter Messages&#8221; but its for Transactional Messages.</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/microsoft/msmq-microsoft-message-queue-introduction/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1407</post-id>	</item>
		<item>
		<title>Google Desktop Search in Folder</title>
		<link>https://www.jitendrazaa.com/blog/microsoft/google-desktop-search-in-folder/</link>
					<comments>https://www.jitendrazaa.com/blog/microsoft/google-desktop-search-in-folder/#respond</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Thu, 19 Aug 2010 10:21:45 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[WindowsOS]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=821</guid>

					<description><![CDATA[This article explains the basics to use Google desktop and Tips to search for file in Particular Folder]]></description>
										<content:encoded><![CDATA[<p><a href="http://googledesktop.blogspot.com/">Google desktop from Google has been discontinued</a>, so below article will not be useful.</p>
<p>Now days, the requirement for hard disc in personal computer is increased dramatically. And if the size increased then necessity of software to manage the files and folders also increased.</p>
<p>To manage the documents and easy search, you can convert your system in &#8220;<strong>Google search enabled System</strong>&#8221; by just downloading Google desktop from <a class="wpgallery" title="Google Desktop Search" href="http://desktop.google.com/" target="_blank">here</a>.</p>
<p>To enable the google search any time click <strong>cntrl </strong>Key twice and you will get your own google.</p>
<p><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/Google-Desktop-Search.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-full wp-image-822" title="Google Desktop Search" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/Google-Desktop-Search.png?resize=497%2C91&#038;ssl=1" alt="Google Desktop Search" width="497" height="91" /></a>Just start typing, you will get two options:</p>
<ul>
<li>Search on Desktop</li>
<li>Search on Web</li>
</ul>
<p><span id="more-821"></span>The tip I wanted to share with you is : <strong>Search specific folder content using Google Desktop.</strong></p>
<p>To search we will use here operator <strong>under </strong>provided by Google.</p>
<p>The syntax is as follow:</p>
<blockquote><p>Who logged under:&#8221;D:TutorialsUtilities&#8221;</p></blockquote>
<p>Above text will search for text<strong> &#8220;Who logged&#8221;</strong> in Folder<strong> &#8220;D:TutorialsUtilities&#8221;</strong></p>
<p><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/Google-Desktop-Search-Result.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-full wp-image-824" title="Google Desktop Search Result" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/Google-Desktop-Search-Result.png?resize=501%2C283&#038;ssl=1" alt="Google Desktop Search Result" width="501" height="283" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/microsoft/google-desktop-search-in-folder/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">821</post-id>	</item>
		<item>
		<title>Change Windows Xp Icon&#8217;s Background color to Transparent</title>
		<link>https://www.jitendrazaa.com/blog/microsoft/change-windows-xp-icons-background-color/</link>
					<comments>https://www.jitendrazaa.com/blog/microsoft/change-windows-xp-icons-background-color/#comments</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Thu, 19 Aug 2010 08:31:09 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows XP]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=813</guid>

					<description><![CDATA[How to Change Windows Xp Icon's Background color]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;ve been wondering why your XP desktop icons have a background color, you&#8217;ll be glad to know you can flip a checkbox and have them go back to a normal transparent background.</p>
<p>Here&#8217;s the two versions side by side.</p>
<p><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/Windows-Desktop-Icon-With-Background.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-814 alignleft" title="Windows Desktop Icon With Background" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/Windows-Desktop-Icon-With-Background.png?resize=113%2C173&#038;ssl=1" alt="Windows Desktop Icon With Background" width="113" height="173" /></a><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/Windows-Desktop-Icon-Without-Background.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-815     alignleft" title="Windows Desktop Icon Without Background" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/Windows-Desktop-Icon-Without-Background.png?resize=113%2C173&#038;ssl=1" alt="Windows Desktop Icon Without Background" width="113" height="173" /></a></p>
<p>To set the transparent background on the icons, we&#8217;ll need to open System Properties in Control Panel (or right-click on My Computer and select Properties).</p>
<p><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/My-Computer-Property.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-medium wp-image-816" title="Windows XP My Computer Property" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/My-Computer-Property-300x146.png?resize=300%2C146&#038;ssl=1" alt="Windows XP My Computer Property" width="300" height="146" /></a>In this dialog, click the Advanced tab, and then the Settings button under the Performance section.</p>
<p><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/Setting-to-remove-icon-background-color-in-Windows-XP.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="aligncenter size-medium wp-image-817" title="Setting to remove icon background color in Windows XP" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/08/Setting-to-remove-icon-background-color-in-Windows-XP-300x246.png?resize=300%2C246&#038;ssl=1" alt="Setting to remove icon background color in Windows XP" width="300" height="246" /></a><span style="font-family: Verdana, Arial, Helvetica, sans-serif;"><br />
Check the option &#8220;Use drop shadows for icon labels on the desktop&#8221;.</span></p>
<p><strong><br />
</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/microsoft/change-windows-xp-icons-background-color/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">813</post-id>	</item>
		<item>
		<title>Disable Autorun in Windows XP</title>
		<link>https://www.jitendrazaa.com/blog/others/tips/disable-autorun-in-windows-xp/</link>
					<comments>https://www.jitendrazaa.com/blog/others/tips/disable-autorun-in-windows-xp/#respond</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Tue, 06 Jul 2010 06:30:55 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Windows XP]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=570</guid>

					<description><![CDATA[Trick to disable Autorun in windows xp to protect from viruses.]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: normal;">How to use Group Policy settings to disable all Autorun features in Windows Server 2003, Windows XP Professional, and Windows 2000</span></p>
<ol>
<li>Click <strong>Start</strong>, click <strong>Run</strong>, type Gpedit.msc in the <strong>Open</strong> box, and then click <strong>OK</strong>.</li>
<li>Under <strong>Computer Configuration</strong>, expand <strong>Administrative Templates</strong>, and then click <strong>System</strong>.</li>
<li>In the <strong>Settings</strong> pane, right-click <strong>Turn off Autoplay</strong>, and then click <strong>Properties</strong>.<strong>Note</strong> In Windows 2000, the policy setting is named <strong>Disable Autoplay</strong>.</li>
<li>Click <strong>Enabled</strong>, and then select <strong>All drives</strong> in the <strong>Turn off Autoplay</strong> box to disable Autorun on all drives.</li>
<li>Click <strong>OK</strong> to close the <strong>Turn off Autoplay Properties</strong> dialog box.</li>
<li>Restart the computer.</li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/others/tips/disable-autorun-in-windows-xp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">570</post-id>	</item>
		<item>
		<title>Dos command to close and open port</title>
		<link>https://www.jitendrazaa.com/blog/others/tips/dos-command-to-close-an-open-port/</link>
					<comments>https://www.jitendrazaa.com/blog/others/tips/dos-command-to-close-an-open-port/#comments</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Thu, 17 Jun 2010 07:43:16 +0000</pubDate>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[Windows XP]]></category>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=289</guid>

					<description><![CDATA[Dos command to close and open port in Windows XP, Windows 7 and Windows Server]]></description>
										<content:encoded><![CDATA[<p>1)Type  <strong>netstat -a -o -n</strong> in command prompt.</p>
<figure id="attachment_1075" aria-describedby="caption-attachment-1075" style="width: 300px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/06/Netstat-command-in-DOS.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-medium wp-image-1075" title="Netstat command in DOS" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/06/Netstat-command-in-DOS-300x151.jpg?resize=300%2C151&#038;ssl=1" alt="Netstat command in DOS" width="300" height="151" /></a><figcaption id="caption-attachment-1075" class="wp-caption-text">Netstat command in DOS</figcaption></figure>
<p>2) find the PID number for that port number (as shown in above image).<br />
3) goto task manager and end process the corresponding PID number.</p>
<figure id="attachment_1076" aria-describedby="caption-attachment-1076" style="width: 400px" class="wp-caption aligncenter"><a href="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/06/Close-Open-Port-from-Task-manager-in-Windows-xp.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-1076" title="Close Open Port from Task manager in Windows xp" src="https://i0.wp.com/jitendrazaa.com/blog/wp-content/uploads/2010/06/Close-Open-Port-from-Task-manager-in-Windows-xp.jpg?resize=400%2C452&#038;ssl=1" alt="Close Open Port from Task manager in Windows xp" width="400" height="452" /></a><figcaption id="caption-attachment-1076" class="wp-caption-text">Close Open Port from Task manager in Windows xp</figcaption></figure>
<p>If  PID is not visible in task manager then goto <strong>View-&gt;Select Column</strong> and select PID column.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/others/tips/dos-command-to-close-an-open-port/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">289</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-06-01 13:03:30 by W3 Total Cache
-->