<?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>TechieDan &#187; Registry</title>
	<atom:link href="http://techiedan.com/tag/registry/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiedan.com</link>
	<description>Your Search for The Tech Stuffs</description>
	<lastBuildDate>Tue, 22 May 2012 08:10:07 +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>Infected with Heap41a Virus</title>
		<link>http://techiedan.com/2008/11/11/infected-with-heap41a-virus/</link>
		<comments>http://techiedan.com/2008/11/11/infected-with-heap41a-virus/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 11:14:21 +0000</pubDate>
		<dc:creator>techieDan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[heap41a]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://techiedan.com/?p=184</guid>
		<description><![CDATA[<p>Was working in the company and seeing the need to have a temporary storage device like the USB Thumb Drive, to transfer files and to do installation. It was sort of like a necessity then though it was a wrong choice to make when you&#8217;re putting your thumb drive on other people&#8217;s desktop.</p>
<p>A wrong choice [...]]]></description>
			<content:encoded><![CDATA[<p>Was working in the company and seeing the need to have a temporary storage device like the USB Thumb Drive, to transfer files and to do installation. It was sort of like a necessity then though it was a wrong choice to make when you&#8217;re putting your thumb drive on other people&#8217;s desktop.</p>
<p>A wrong choice to make though when I brought it back home and instead of exploring the thumb drive, I double clicked the icon, and it came up saying running some programs.</p>
<p>My first reaction was Oh shit&#8230;. <strong>Virus attacked</strong>. So I scanned thru the Windows Task Manager for any processes and stopped them and used <strong>AVG Free Antivirus</strong> and also <strong>Ad Aware</strong> to kill any viruses. At first it seemed to work and I found out that it was running some kind of software which is more like macro program. Somehow the virus is still not cleared yet when I did that, and also it will create a folder named <strong>Heap41a</strong> in C:\ drive. Anyway this was my experience.</p>
<blockquote style="background-color:#11aabb"><p>1. Go to Windows Task Manager by pressing shortcut key <strong>Ctrl + Shift + Esc</strong> and view processes. <strong>End Process </strong>of those name svchost which is run under the User. Do not terminate svchost services under <strong>SYSTEM</strong>, <strong>LOCAL SERVICE</strong> and <strong>NETWORK SERVICE</strong>.<br />
2. After done, you can use your cmd to delete the undesirable heap41a folder. Go to <strong>Start</strong> &gt; <strong>Run</strong> and type <strong>cmd</strong>. Type <strong>cd\</strong> to go to the main C:\ folder then type the following <strong>rmdir /s heap41a</strong> and press <strong>Enter</strong>. (This is a faster way)<br />
3. Go to <strong>Start</strong> &gt; <strong>Run</strong> and type <strong>Regedit</strong> and search for any heap41a file and delete the register key.</p></blockquote>
<p>Well, I guessed that should be all. Funny that this virus is really a pain in the ass and not all Antivirus could detect it. So for now this is the only way, unless I create an automated process.</p>
<p>If you&#8217;re still unclear about the steps, you may reached me by replying in the comments here. Hope this is helpful.</p>
<p>Edited : Found out that this virus also modifies your registry to not show hidden files. Here&#8217;s the <a title="Cannot Enable View Hidden Files" href="http://techiedan.com/2009/01/07/cannot-enable-view-hidden-files/" target="_blank">post to enable view of hidden files on your Windows XP</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiedan.com/2008/11/11/infected-with-heap41a-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP Mod Registry</title>
		<link>http://techiedan.com/2008/01/10/windows-xp-mod-reg-name/</link>
		<comments>http://techiedan.com/2008/01/10/windows-xp-mod-reg-name/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 16:48:35 +0000</pubDate>
		<dc:creator>techieDan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Windows Tweak]]></category>

		<guid isPermaLink="false">http://techiedan.com/2008/01/10/windows-xp-mod-reg-name/</guid>
		<description><![CDATA[<p>Sometimes we those original Windows XP on our PC but the problem is that they were installed by the vendor itself. They even go through the trouble to register it. So now that&#8217;s that, the name on the Windows XP is preset with a different user let&#8217;s say Admin. So I want to <strong>Modify the [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes we those original Windows XP on our PC but the problem is that they were installed by the vendor itself. They even go through the trouble to register it. So now that&#8217;s that, the name on the Windows XP is preset with a different user let&#8217;s say Admin. So I want to <strong>Modify the Registry </strong>for the name.</p>
<p><strong>How to Change It?</strong></p>
<p>Basically the names on the Windows is stored in the registry.</p>
<p>Click Start &gt;&gt; Run &gt;&gt; Type <strong>Regedit<br />
</strong>Then to simplify the whole thing, search for a value name RegisteredOwner. Double click it and voila, you can change the name inside it. Click OK and then <strong>close RegEdit</strong>. In case you need verification for it, go to  Help &gt;&gt; About in Windows Explorer and look for the changes in the name.</p>
<p>That&#8217;s as easy as 1-2-3.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiedan.com/2008/01/10/windows-xp-mod-reg-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

