<?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>Look for IT over here &#187; xp</title>
	<atom:link href="http://lookforitoverhere.com/tag/xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://lookforitoverhere.com</link>
	<description>IT related tutorials,tips, and generally my life on the net.</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:30:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Not Enough Server Storage on a Windows XPshare</title>
		<link>http://lookforitoverhere.com/288/not-enough-server-storage-on-a-windows-xpshare/</link>
		<comments>http://lookforitoverhere.com/288/not-enough-server-storage-on-a-windows-xpshare/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 11:22:29 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[IRPStackSize]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=288</guid>
		<description><![CDATA[Trying to access a shared documents folder over my local network, I came across a window with this error message &#8211; not enough server storage? What&#8217;s going on here? It&#8217;s a fresh install of windows and I had never seen it before. Fortunately, after a bit of research I found a solution that did actually [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to access a shared documents folder over my local network, I came across a window with this error message &#8211; not enough server storage? What&#8217;s going on here? It&#8217;s a fresh install of windows and I had never seen it before.</p>
<p>Fortunately, after a bit of research I found a solution that did actually work, and the PC hasn&#8217;t missed a beat since.</p>
<p>The error message can indicate a IRPStackSize bug, and looking at the event log of the machine for an error with ID 2011, is further eveidence of this particular bug.</p>
<p>What is the IRPStackSize? Well, straight from the Microsoft website:</p>
<p>The IRPStackSize parameter specifies the number of stack locations in I/O request packets (IRPs) that are used by Windows 2000 Server, by Windows Server 2003, and by Windows XP. You may have to increase this number for certain transports, for media access control (MAC) drivers, or for file system drivers. Each stack uses 36 bytes of memory for each receive buffer.</p>
<p>I don&#8217;t know about you , but I&#8217;m still none the wiser <img src='http://lookforitoverhere.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Anyway, let&#8217;s get around fixing it&#8230;..</p>
<p>Before I go on, my disclaimer: <em>Trying the below is done so at you own risk. I take no responsibility for any problems that may occur. The fix involves a registry change, so if you are not comfortable playing with the registry, get someone that is.</em></p>
<p>Open up the registry (regedit from the run box), and navigate to:</p>
<p>HKEY_LOCAL_MACHINE<br />
 \SYSTEM<br />
  \CurrentControlSet<br />
   \Services<br />
    \LanmanServer<br />
     \Parameters</p>
<p>Look for a parameter called IRPStackSize. Whatever the value is, we need to increase it. From what I&#8217;ve read on other sites, a value of between 15 and 25 will work. I tried 16 and it didn&#8217;t. 20 did.</p>
<p>if you don&#8217;t have a IRPStackSize entry, create one by right clicking in the right hand window, and select new>DWORD value. Call it IRPStackSize (note: case sensitive).</p>
<p><center><img src="http://lookforitoverhere.com/wp-content/uploads/2010/DWORD.JPG" width="382" height="430" alt="DWORD value" title="DWORD value" /></center></p>
<p>Once done, click on it and enter a value (as a decimel). As you can see, I entered 20 &#8211;  shown here as 14 in hex:</p>
<p><center><img src="http://lookforitoverhere.com/wp-content/uploads/2010/IRPStackSize.JPG" width="325" height="203" alt="IRPStackSIZE" title="IRPStackSIZE" /></center></p>
<p>Once done, close the window and restart the computer and then you should be able to access the share.</p>
<p>What causes the bug? Well I read that programs like Acronis True Image, Seagate Disc Wizard and Symtec Endpoint protection can be the culprits. In my case, I had a fresh install of XP Pro, with Acronis True Image. Fairly easy fix, and as I said earlier, all has been fine since.</p>
<p>I would be interested in other people&#8217;s experiences. Please share them below.</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/288/not-enough-server-storage-on-a-windows-xpshare/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PC/Server uptime?</title>
		<link>http://lookforitoverhere.com/176/pcserver-uptime/</link>
		<comments>http://lookforitoverhere.com/176/pcserver-uptime/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 21:24:27 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[uptime]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=176</guid>
		<description><![CDATA[How long has my PC been running for? Often you want to find out as you need to know if your PC or server has rebooted. There are a quite a few software tools out there on the net that can do that for you, but you don&#8217;t need them. I&#8217;ll show you a couple [...]]]></description>
			<content:encoded><![CDATA[<p>How long has my PC been running for? Often you want to find out as you need to know if your PC or server has rebooted.</p>
<p>There are a quite a few software tools out there on the net that can do that for you, but you don&#8217;t need them. I&#8217;ll show you a couple of ways (and I&#8217;m sure there is more).</p>
<p>* Open up a command prompt (Start>Run type in cmd and press enter)<br />
* Type the following command:  <strong>Systeminfo | Find &#8220;Up Time&#8221;</strong> (! Case sensitive)</p>
<p>This will take a few seconds and you will see messages that Windows is loading certain information. Eventually you&#8217;ll get an output similar to this:</p>
<p><em>System Up Time:            1 Days, 0 Hours, 57 Minutes, 18 Seconds</em></p>
<p>The other way is even simpler.</p>
<p>* Again, open up a command prompt<br />
* Type in <strong>net statistics workstation</strong><br />
* you get a few lines of info but the one you are looking for will look something like this:</p>
<p><em>Statistics since 2/3/2009 7:23 AM </em></p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/176/pcserver-uptime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop auto network printer install XP</title>
		<link>http://lookforitoverhere.com/155/stop-auto-network-printer-install-xp/</link>
		<comments>http://lookforitoverhere.com/155/stop-auto-network-printer-install-xp/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 05:21:31 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[network printer]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=155</guid>
		<description><![CDATA[There&#8217;s nothing worse than installing your network printer software, and then finding that Windows XP has automatically installed the printers as well. How do you stop it? When I first came across the problem I found some registry hacks and other methods. But then I found a mcuh easier way to do it. * Go [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s nothing worse than installing your network printer software, and then finding that Windows XP has automatically installed the printers as well.</p>
<p>How do you stop it? When I first came across the problem I found some registry hacks and other methods. But then I found a mcuh easier way to do it.</p>
<p><span id="more-155"></span></p>
<p>* Go to &#8216;My Computer&#8217;<br />
* From there, click on Tools>Folder Options<br />
* On the &#8216;view&#8217; tab, untick the first option which is &#8216;automatically search for network folders and printers&#8217; (see pic below):</p>
<p><center><img src="http://lookforitoverhere.com/wp-content/uploads/pics/folderoption.jpg" width="382" height="476" alt="Folder Options" title="Folder Options" /></center></p>
<p>Done!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/155/stop-auto-network-printer-install-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See non present devices in Device manager (XP)</title>
		<link>http://lookforitoverhere.com/111/see-non-present-devices-in-device-manager-xp/</link>
		<comments>http://lookforitoverhere.com/111/see-non-present-devices-in-device-manager-xp/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 20:42:11 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Device Manager]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=111</guid>
		<description><![CDATA[When I&#8217;m troubleshooting a Windows XP machine, I find myself almost always going into Device Manager to check the status of hardware devices. But what if you want to find out information about devices that aren&#8217;t connected eg USB based devices? Try this: 1. Go to Start, right-click My Computer, and select Properties. 2. In [...]]]></description>
			<content:encoded><![CDATA[<p>When I&#8217;m troubleshooting a Windows XP machine, I find myself almost always going into Device Manager to check the status of hardware devices.</p>
<p>But what if you want to find out information about devices that aren&#8217;t connected eg USB based devices?</p>
<p>Try this:</p>
<p>   1. Go to Start, right-click My Computer, and select Properties.<br />
   2. In the System Properties dialog box, select the Advanced tab and click the Environment Variables button.<br />
   3. In the Environment Variables dialog box, locate the System Variables panel and click New.<br />
   4. In the New System Variable dialog box, type DEVMGR_SHOW_NONPRESENT_DEVICES in the Variable Name text box and type 1 in the Variable Value text box.<br />
   5. Click OK twice.<br />
   6. To view the nonpresent devices, go to Start, right-click My Computer, and select Manage.<br />
   7. Click Device Manager, pull down the View menu, and select Show Hidden Devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/111/see-non-present-devices-in-device-manager-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xobni Outlook Plugin for email organization</title>
		<link>http://lookforitoverhere.com/108/xobni-outlook-plugin-for-email-organization/</link>
		<comments>http://lookforitoverhere.com/108/xobni-outlook-plugin-for-email-organization/#comments</comments>
		<pubDate>Sat, 24 May 2008 10:22:38 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Xobni]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=108</guid>
		<description><![CDATA[Do you have a lot of email clogging up your inbox and have trouble organizing it all? I&#8217;ve found this great (and best part free) plugin for Outlook that does it all for you. It&#8217;s called Xobni, and works with Outlook 2003/2007 on XP and Vista Operating Systems. One of the many features it has [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a lot of email clogging up your inbox and have trouble organizing it all? I&#8217;ve found this great (and best part free) plugin for Outlook that does it all for you.</p>
<p>It&#8217;s called <a href="http://www.xobni.com/">Xobni</a>, and works with Outlook 2003/2007 on XP and Vista Operating Systems. </p>
<p>One of the many features it has is when you open an email, the Xobni sidebar will show you all related emails from the sender, how many emails you send receive the them, and even a trend graph of what time you get emails from him/her. </p>
<p>That is one of many. Check out the Youtube video below for a tour of this plugin:</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/amRkMds177A&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/amRkMds177A&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/108/xobni-outlook-plugin-for-email-organization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XP Service Pack 3 now on Windows Update</title>
		<link>http://lookforitoverhere.com/106/xp-service-pack-3-now-on-windows-update/</link>
		<comments>http://lookforitoverhere.com/106/xp-service-pack-3-now-on-windows-update/#comments</comments>
		<pubDate>Sat, 10 May 2008 12:06:54 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[on the net]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[kb936929]]></category>
		<category><![CDATA[SP3]]></category>
		<category><![CDATA[Windows Update]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=106</guid>
		<description><![CDATA[SP3 have now been added to Windows Update, and from all reports does make a difference in performance. A few people that I have spoken to have all said that boot times are reduced, and overall running seems to be quicker. If you need to download it manually and/or hate windows update, here is a [...]]]></description>
			<content:encoded><![CDATA[<p>SP3 have now been added to Windows Update, and from all reports does make a difference in performance. A few people that I have spoken to have all said that boot times are reduced, and overall running seems to be quicker.</p>
<p>If you need to download it manually and/or hate windows update, <a href="http://www.tipandtrick.net/2008/windows-xp-sp3-kb936929-standalone-update-package-and-iso-images-official-microsoft-download-links/">here</a> is a link to a page that lists the locations of the SP3 ISOs ready to download.</p>
<p>The most common/popular one will no doubt be the English ISO, so <a href="http://download.microsoft.com/download/e/e/9/ee9d0116-c9fe-4fc2-b59c-406cbfb6d515/xpsp3_5512.080413-2113_usa_x86fre_spcd.iso">here&#8217;s</a> the direct link from Microsoft for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/106/xp-service-pack-3-now-on-windows-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No windows button? How to lock XP</title>
		<link>http://lookforitoverhere.com/99/no-windows-button-how-to-lock-xp/</link>
		<comments>http://lookforitoverhere.com/99/no-windows-button-how-to-lock-xp/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 14:23:16 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Lock]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/99/no-windows-button-how-to-lock-xp/</guid>
		<description><![CDATA[A common way to lock your computer (assuming you are running XP) is to hit the Windows + L key simultaneously. But what if you don&#8217;t have a Windows key on your keyboard? There are a couple of other ways to do it: My choice is to create a shortcut on your desktop as you [...]]]></description>
			<content:encoded><![CDATA[<p>A common way to lock your computer (assuming you are running XP) is to hit the Windows + L key simultaneously.</p>
<p>But what if you don&#8217;t have a Windows key on your keyboard? There are a couple of other ways to do it:</p>
<p>My choice is to create a shortcut on your desktop as you will probably use it over and over. Right click on an empty area of your desktop and click on new>shortcut. Enter <strong>rundll32.exe user32.dll, LockWorkStation</strong> and click on next, name your shortcut and click finish. That&#8217;s it.<br />
If you want to change the icon, right click the shortcut and go to properties>shortcut>change icon. Browse to the moricons.dll in your system32 folder to see a large number of cions to choose from.</p>
<p>A quick and dirty way to achieve the same result is clock on start>run and enter rundll32.exe user32.dll, LockWorkStation in the command dialog box.</p>
<p>If you have fast user switching enabled,  another way is to bring up task manager, click on the shutdown menu, and select switch user. Same result.</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/99/no-windows-button-how-to-lock-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux software equivalents</title>
		<link>http://lookforitoverhere.com/88/linux-software-equivalents/</link>
		<comments>http://lookforitoverhere.com/88/linux-software-equivalents/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 00:00:57 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/88/linux-software-equivalents/</guid>
		<description><![CDATA[Just made the switch to Linux from Windows (or even OS X?) and are having trouble finding software similar/equivalent to what you are used to? Yes, the linux learning curve is steep but rewarding when you do start working it all out. Here is a good website that lists the Windows/OS X software and the [...]]]></description>
			<content:encoded><![CDATA[<p>Just made the switch to Linux from Windows (or even OS X?) and are having trouble finding software similar/equivalent to what you are used to?</p>
<p>Yes, the linux learning curve is steep but rewarding when you do start working it all out.</p>
<p><a href="http://www.linuxappfinder.com/alternatives?page=1">Here</a> is a good website that lists the Windows/OS X software and the linux equivalents.</p>
<p>In a lot of cases there are multiple options which is good. You aren&#8217;t tied down to one thing which you may not like.</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/88/linux-software-equivalents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XP Auto Reboot Remover</title>
		<link>http://lookforitoverhere.com/73/xp-auto-reboot-remover/</link>
		<comments>http://lookforitoverhere.com/73/xp-auto-reboot-remover/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 16:11:51 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/73/xp-auto-reboot-remover/</guid>
		<description><![CDATA[Don&#8217;t you hate it once you have installed Windows updates and are not at the PC it will automatically reboot to apply the updates? Well, it&#8217;s a Microsoft feature built into SP2, and can be a pain if you have your PC running some important applications etc. There is a solution &#8211; Auto XP reboot [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t you hate it once you have installed Windows updates and are not at the PC it will automatically reboot to apply the updates? Well, it&#8217;s a Microsoft feature built into SP2, and can be a pain if you have your PC running some important applications etc.</p>
<p>There is a solution &#8211; <a href="http://www.intelliadmin.com/Downloads.htm">Auto XP reboot remover</a>. Best thing is it&#8217;s freeware as well. </p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/73/xp-auto-reboot-remover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable startup items in Windows</title>
		<link>http://lookforitoverhere.com/57/disable-startup-items/</link>
		<comments>http://lookforitoverhere.com/57/disable-startup-items/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 10:44:00 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[msconfig]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/57/disable-startup-items/</guid>
		<description><![CDATA[Here&#8217;s a quick guide to disabling startup items in windows, typically used to free up memory or identifying programs/tasks that are causing problems with computer &#8211; such as viruses and trojans. If you are reading this guide because you want to get rid of an item that is causing problems with your PC, I would [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick guide to disabling startup items in windows, typically used to free up memory or identifying programs/tasks that are causing problems with computer &#8211; such as viruses and trojans. </p>
<p>If you are reading this guide because you want to get rid of an item that is causing problems with your PC, I would strongly suggest scanning your PC for viruses and adware/malware first. Any such items found will be removed automatically. </p>
<p>To look at all the startup items, click on start>run and type in the window that comes up <strong>msconfig</strong> (as shown below):</p>
<p><img src="http://lookforitoverhere.com/wp-content/uploads/run-msconfig.gif" width="347" height="190" alt="msconfig" title="msconfig" /> </p>
<p>You should see a window with a few tabs across the top. I won&#8217;t bother explaining them all as for 99% of the time, you will not need to change anything.</p>
<p>Click on the startup tab, and the following window should come up:</p>
<p><img src="http://lookforitoverhere.com/wp-content/uploads/_msconfig-startup.gif" width="400" height="270" alt="msconfig startup tab" title="msconfig startup tab" /> </p>
<p>Looks a bit daunting, but all that is required is to identify each item, and if the name isn&#8217;t enough to give you a bit of a clue, go <a href="http://www.sysinfo.org/">here</a> and put the name of the item in to see what it relates to.</p>
<p>To disable any items, just deselect the check box to the left of the respective item. Note: this will not remove it, so if so desired, it can be included at a later date.</p>
<p>Once you are satisfied with your (de)selections, click OK and you will then be prompted to restart the computer. That&#8217;s all it takes!</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/57/disable-startup-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

