<?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>C-Net Consulting &#187; it guy</title>
	<atom:link href="http://c-netconsulting.com/category/it-guy/feed/" rel="self" type="application/rss+xml" />
	<link>http://c-netconsulting.com</link>
	<description>A tumblog... of sorts</description>
	<lastBuildDate>Sat, 29 May 2010 12:35:29 +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>Find a Dell Service Tag</title>
		<link>http://c-netconsulting.com/2010/04/29/query-dell-service-tag/</link>
		<comments>http://c-netconsulting.com/2010/04/29/query-dell-service-tag/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 16:40:22 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[it guy]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[service tags]]></category>
		<category><![CDATA[vbs]]></category>

		<guid isPermaLink="false">http://c-netconsulting.com/?p=434</guid>
		<description><![CDATA[Goto the command promt and type wmic bios get serialnumber This butt-saving script was found on LazyNetworkAdmin. Query your dell pc&#8217;s for their service tags. Open notepad and disable wordwrap copy the following text and paste it into your blank notepad&#8216;on error resume nextstrComputer=InputBox (&#8220;Enter the computer name of the server you&#8217;d like to query [...]]]></description>
		<wfw:commentRss>http://c-netconsulting.com/2010/04/29/query-dell-service-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace RUNDLL32.exe without using system restore</title>
		<link>http://c-netconsulting.com/2010/03/23/replace-rundll32-exe-without-using-system-restore/</link>
		<comments>http://c-netconsulting.com/2010/03/23/replace-rundll32-exe-without-using-system-restore/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 20:18:57 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[it guy]]></category>

		<guid isPermaLink="false">http://c-netconsulting.com/?p=417</guid>
		<description><![CDATA[Find a copy of rundll32.exe in folder c:\windows\system32\dllcache or in c:\windows\servicepackfiles\i386.If you find this, go ahead and copy rundll32.exe to the system folder c\windows\system32. Otherwise you need a windows disc to expand this file. Related Blogs Rosscott, Inc. » Archive » The System 350: The Cycle of (Time) Suck What Do Rundll Error Messages Mean? [...]]]></description>
		<wfw:commentRss>http://c-netconsulting.com/2010/03/23/replace-rundll32-exe-without-using-system-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Microsoft Security Essentials (MSE) Offline</title>
		<link>http://c-netconsulting.com/2010/03/23/update-microsoft-security-essentials-mse-offline/</link>
		<comments>http://c-netconsulting.com/2010/03/23/update-microsoft-security-essentials-mse-offline/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 15:06:34 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[it guy]]></category>

		<guid isPermaLink="false">http://c-netconsulting.com/?p=411</guid>
		<description><![CDATA[Some viruses diable windows update, which prevents MSE from updating. Do this to update MSE offline 1. Download the offline definition updates for MSE from Microsoft: Download for 32-bit Download for 64-bit 2. Double-click and run the update.   You will see file extraction dialog box for a while. After the file extraction dialog box [...]]]></description>
		<wfw:commentRss>http://c-netconsulting.com/2010/03/23/update-microsoft-security-essentials-mse-offline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicate profile folders exist</title>
		<link>http://c-netconsulting.com/2010/03/17/duplicate-profile-folders-exist/</link>
		<comments>http://c-netconsulting.com/2010/03/17/duplicate-profile-folders-exist/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 10:58:56 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[it guy]]></category>

		<guid isPermaLink="false">http://c-netconsulting.com/?p=401</guid>
		<description><![CDATA[<div class="postavatar"><img src="http://c-netconsulting.com/wp-content/uploads/icons/curtnet.png" width="129" height="67" alt="duplicate-profile-folders-exist" /></div>
If you lose Full Control permissions to your profile folder, in the %SystemDrive%\Documents and Settings folder, Windows 2000 and Windows XP will create a new one the next time you log on. The new profile is named: UserName &#8211; if the older profile was deleted. UserName.ComputerName &#8211; if the old profile exists. UserName.ComputerName.000 &#8211; if [...]]]></description>
		<wfw:commentRss>http://c-netconsulting.com/2010/03/17/duplicate-profile-folders-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build a list of installed softwares on a Windows machine</title>
		<link>http://c-netconsulting.com/2010/02/18/build-a-list-of-installed-softwares-on-a-windows-machine/</link>
		<comments>http://c-netconsulting.com/2010/02/18/build-a-list-of-installed-softwares-on-a-windows-machine/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 10:09:03 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[it guy]]></category>

		<guid isPermaLink="false">http://c-netconsulting.com/?p=381</guid>
		<description><![CDATA[write a windows .bat script with following commands and run it. A file named &#8216;software_list.txt&#8216; will be created with list of installed software in it. echo List of softwares &#62; software_list.txt echo ================= &#62;&#62;software_list.txt reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall temp1.txt find &#8220;DisplayName&#8221; temp1.txt&#124; find /V &#8220;ParentDisplayName&#8221; &#62; temp2.txt for /f &#8220;tokens=2,3 delims==&#8221; %%a in (temp2.txt) do (echo [...]]]></description>
		<wfw:commentRss>http://c-netconsulting.com/2010/02/18/build-a-list-of-installed-softwares-on-a-windows-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS DHCP on WHS install problem</title>
		<link>http://c-netconsulting.com/2010/02/14/dns-dhcp-on-whs-install-problem/</link>
		<comments>http://c-netconsulting.com/2010/02/14/dns-dhcp-on-whs-install-problem/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 11:43:32 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[it guy]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[whs]]></category>
		<category><![CDATA[wins]]></category>

		<guid isPermaLink="false">http://c-netconsulting.com/?p=376</guid>
		<description><![CDATA[ORIGINAL POST Installing anything on WHS from the server desktop is unsupported and not recommended.  My recommendation is to let your router handle DNS/DHCP requests. Everything you need is on the installation disk. The disk will mount as drive (X:). You&#8217;ll need to manually find each driver, but it&#8217;s all there]]></description>
		<wfw:commentRss>http://c-netconsulting.com/2010/02/14/dns-dhcp-on-whs-install-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up DNS/WINS on WHS [windows home server]</title>
		<link>http://c-netconsulting.com/2010/02/13/setting-up-dnswins-on-whs-windows-home-server/</link>
		<comments>http://c-netconsulting.com/2010/02/13/setting-up-dnswins-on-whs-windows-home-server/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 11:51:26 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[it guy]]></category>

		<guid isPermaLink="false">http://c-netconsulting.com/?p=379</guid>
		<description><![CDATA[adapted from here. Windows Home Server is Windows Server 2003 at its core. Most of the really cool things 2k3 can do is against the EULA. If you need Domains or load balacing, buy 2K3. But I didn&#8217;t see the harm in the small hack. If you are not comfortable with configuring Windows components, using [...]]]></description>
		<wfw:commentRss>http://c-netconsulting.com/2010/02/13/setting-up-dnswins-on-whs-windows-home-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Ping to Troubleshoot Network Problem</title>
		<link>http://c-netconsulting.com/2010/02/09/using-ping-to-troubleshoot-network-problem/</link>
		<comments>http://c-netconsulting.com/2010/02/09/using-ping-to-troubleshoot-network-problem/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 16:14:56 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[it guy]]></category>
		<category><![CDATA[Network Problem]]></category>
		<category><![CDATA[Ping]]></category>
		<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://c-netconsulting.com/?p=372</guid>
		<description><![CDATA[ORIGINAL ARTICLE Sometimes if your network connection is down and you can use ping to troubleshoot network problem and then fix it. Ping is a program used to check whether a host is up and active in network. It’s pretty simple and usually used to troubleshoot network problem. Here is typical home network design, and [...]]]></description>
		<wfw:commentRss>http://c-netconsulting.com/2010/02/09/using-ping-to-troubleshoot-network-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I disable the &#8220;Set as Background&#8221; option?</title>
		<link>http://c-netconsulting.com/2010/02/05/how-can-i-disable-the-set-as-background-option/</link>
		<comments>http://c-netconsulting.com/2010/02/05/how-can-i-disable-the-set-as-background-option/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 12:00:25 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[it guy]]></category>

		<guid isPermaLink="false">http://c-netconsulting.com/?p=369</guid>
		<description><![CDATA[OPTION 1 &#8211; Select  the Prevent Changing Wallpaper Option in Group Policy – this affects the Display properties dialog. OPTION 2 choose Start, Run, and type gpedit.msc to run the Group Policy editor Navigate to Local Computer Policy, User Configuration, Administrative Templates, Desktop, and click Active Desktop. Double-click Active Desktop Wallpaper and, on the Setting [...]]]></description>
		<wfw:commentRss>http://c-netconsulting.com/2010/02/05/how-can-i-disable-the-set-as-background-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HPLJ Error: Unable to store job at printer</title>
		<link>http://c-netconsulting.com/2010/02/04/hplj-error-unable-to-store-job-at-printer/</link>
		<comments>http://c-netconsulting.com/2010/02/04/hplj-error-unable-to-store-job-at-printer/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 12:00:43 +0000</pubDate>
		<dc:creator>Curtis</dc:creator>
				<category><![CDATA[it guy]]></category>
		<category><![CDATA[hp laser jet]]></category>
		<category><![CDATA[hplj]]></category>
		<category><![CDATA[mopier]]></category>
		<category><![CDATA[mopier mode]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[quick hacks]]></category>

		<guid isPermaLink="false">http://c-netconsulting.com/?p=367</guid>
		<description><![CDATA[Later HP LaserJet printers have a &#8220;Mopier mode&#8221; which provides better print performance on multiple copies. However, if you have &#8220;Mopier mode&#8221; enabled and no EIO hard disk installed, you&#8217;ll get the above message. Right click on the printer select &#8220;Properties&#8221;. Find the &#8220;Device Settings&#8221; tab. Disable &#8220;Mopier mode&#8221; No worried, the unit will still [...]]]></description>
		<wfw:commentRss>http://c-netconsulting.com/2010/02/04/hplj-error-unable-to-store-job-at-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->