<?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>fix computer errors &#187; Question</title>
	<atom:link href="http://blog.nohideip.com/tag/question/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nohideip.com</link>
	<description>how to fix file errors , download dll or ocx for free</description>
	<lastBuildDate>Tue, 13 Jul 2010 16:37:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Assembly 8088 Question&#8230;?</title>
		<link>http://blog.nohideip.com/sys-files/assembly-8088-question</link>
		<comments>http://blog.nohideip.com/sys-files/assembly-8088-question#comments</comments>
		<pubDate>Mon, 08 Feb 2010 00:05:06 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[8088]]></category>
		<category><![CDATA[Assembly]]></category>
		<category><![CDATA[Question]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/assembly-8088-question</guid>
		<description><![CDATA[I am receiving an error from the following block of code. The errors say that I have a syntax error on lines 12 &#8211; 16 (which is when I assign the DS values). I tried to find examples on how to properly assign the DS but was unable to find any online for the assembler [...]]]></description>
			<content:encoded><![CDATA[<p>I am receiving an error from the following block of code. The errors say that I have a syntax error on lines 12 &#8211; 16 (which is when I assign the DS values). I tried to find examples on how to properly assign the DS but was unable to find any online for the assembler 8088 (DOS bases). The example below is designed to sum 5 bytes and output the result&#8230;<br />
! Simple &#8220;adds the following five bytes&#8221; program<br />
! 25H, 12H, 15H, 1F and 2B<br />
_EXIT = 1 ! 1<br />
_WRITE = 4 ! 2<br />
_STDOUT = 1 ! 3<br />
.SECT .TEXT ! 4<br />
set_CxAx:<br />
MOV CX,5<br />
MOV AX,0&#215;0<br />
set_ds:<br />
DS:0300 = 0&#215;25<br />
DS:0301 = 0&#215;12<br />
DS:0302 = 0&#215;15<br />
DS:0303 = 0&#215;1F<br />
DS:0304 = 0&#215;2B<br />
LoopStart:<br />
MOV BX,DS<br />
ADD AX,BX<br />
INC BX<br />
DEC CX<br />
JNZ LoopStart<br />
PUSH AX<br />
PUSH _STDOUT<br />
PUSH _WRITE<br />
PUSH _EXIT<br />
SYS ! 16<br />
.SECT .DATA<br />
.SECT .BSS</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/assembly-8088-question/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Xp Blue Screen Of Death. Specifics Included In Question. Help?</title>
		<link>http://blog.nohideip.com/sys-files/windows-xp-blue-screen-of-death-specifics-included-in-question-help</link>
		<comments>http://blog.nohideip.com/sys-files/windows-xp-blue-screen-of-death-specifics-included-in-question-help#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:05:04 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[Blue]]></category>
		<category><![CDATA[Death]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[Included]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[Screen]]></category>
		<category><![CDATA[Specifics]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/windows-xp-blue-screen-of-death-specifics-included-in-question-help</guid>
		<description><![CDATA[I recently got a blue error message. I believe it was the Blue Screen Of Death (not the &#8220;Windows has encountered an error and will be shut down&#8221; message), and these are the specifics it gives me:
DRIVER_IRQL_NOT_LESS_OR_EQUAL
(and here are the hex addresses it give me under technical information)
*** STOP: 0&#215;000000D1 (0&#215;00000018,0&#215;00000002,0&#215;00000000,0&#215;0xF8…
***   iastor.sys &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I recently got a blue error message. I believe it was the Blue Screen Of Death (not the &#8220;Windows has encountered an error and will be shut down&#8221; message), and these are the specifics it gives me:<br />
DRIVER_IRQL_NOT_LESS_OR_EQUAL<br />
(and here are the hex addresses it give me under technical information)<br />
*** STOP: 0&#215;000000D1 (0&#215;00000018,0&#215;00000002,0&#215;00000000,0&#215;0xF8…<br />
***   iastor.sys &#8211; Address F813125D base at F8122000, DateStamp 422f3bcc<br />
I know a few things about computers. I have a somewhat understanding of how hex works, and those hex values look like addresses. I believe they are literally the source of the problem. I believe my computer was accidentally shut down mid-update, or there might have been a program or driver (or possibly even a virus) that could have interfered with a Windows update and caused it to shut down without finishing said update. Also, I can&#8217;t start Safe Mode, I get a string of messages that read like this:<br />
multi(0)disk(0)rdisk(0)partition(1)\WI… sys driver here*<br />
It stops with the sys driver on agpCPQ.sys.<br />
In other words, Windows won&#8217;t even start up. I know the operating system still exists on the computer because the logo pops up when I try to boot it normally. Plus, system restore doesn&#8217;t work; it just restarts my computer.<br />
If anybody can tell me a possible way to fix this problem it would be wonderful. I do have two computers (both running XP) but I&#8217;m working on my masters degree and all my homework is on the broken computer. Its all due in just two days so I need help immediately!<br />
Remember, I have two computers both running XP, so if there is a way I can use my working computer to fix my broken one then include that in your answer please. Thank you.<br />
(Closing note, I don&#8217;t have the start-up disc.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/windows-xp-blue-screen-of-death-specifics-included-in-question-help/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I Have A Pc Question.?</title>
		<link>http://blog.nohideip.com/sys-files/i-have-a-pc-question</link>
		<comments>http://blog.nohideip.com/sys-files/i-have-a-pc-question#comments</comments>
		<pubDate>Sat, 12 Dec 2009 06:05:01 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[Have]]></category>
		<category><![CDATA[Question]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/i-have-a-pc-question</guid>
		<description><![CDATA[I have a Gateway 840GM PC.  I had a problem with it because it crashed.  I ordered a recovery CD, but, for some reason, it says,&#8221; Starting recovery&#8221; and it continues but then it gives me an error that says, &#8220;IaStor.sys is corrupt.  How can I fix that?  I bought a [...]]]></description>
			<content:encoded><![CDATA[<p>I have a Gateway 840GM PC.  I had a problem with it because it crashed.  I ordered a recovery CD, but, for some reason, it says,&#8221; Starting recovery&#8221; and it continues but then it gives me an error that says, &#8220;IaStor.sys is corrupt.  How can I fix that?  I bought a new drive and I still get the same message when I try to restore the PC with the recovery CD.  Can anyone help?<br />
Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/i-have-a-pc-question/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Have Computer Question?</title>
		<link>http://blog.nohideip.com/sys-files/i-have-computer-question</link>
		<comments>http://blog.nohideip.com/sys-files/i-have-computer-question#comments</comments>
		<pubDate>Wed, 09 Dec 2009 06:02:44 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Have]]></category>
		<category><![CDATA[Question]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/i-have-computer-question</guid>
		<description><![CDATA[i was installing windows and it there was an error that said usbhub.sys file was corrupted, what might be causing this and how can i fix it. iam using windows xp home edition
]]></description>
			<content:encoded><![CDATA[<p>i was installing windows and it there was an error that said usbhub.sys file was corrupted, what might be causing this and how can i fix it. iam using windows xp home edition</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/i-have-computer-question/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Plz Answer To My Question?</title>
		<link>http://blog.nohideip.com/ocx-files/plz-answer-to-my-question</link>
		<comments>http://blog.nohideip.com/ocx-files/plz-answer-to-my-question#comments</comments>
		<pubDate>Sun, 18 Oct 2009 23:31:09 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[ocx files]]></category>
		<category><![CDATA[Answer]]></category>
		<category><![CDATA[Question]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=1648</guid>
		<description><![CDATA[I have created an .OCX control. (Active-X Control).  But, while doing the registry, i want to put a license agreement.  Just like typing a license key and then only they can use the control which is developed by me.  How to do? Please answer&#8230;
]]></description>
			<content:encoded><![CDATA[<p>I have created an .OCX control. (Active-X Control).  But, while doing the registry, i want to put a license agreement.  Just like typing a license key and then only they can use the control which is developed by me.  How to do? Please answer&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/ocx-files/plz-answer-to-my-question/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Computer Question About Opening A Program.?</title>
		<link>http://blog.nohideip.com/ocx-files/computer-question-about-opening-a-program</link>
		<comments>http://blog.nohideip.com/ocx-files/computer-question-about-opening-a-program#comments</comments>
		<pubDate>Sat, 17 Oct 2009 11:28:37 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[ocx files]]></category>
		<category><![CDATA[About]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Opening]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[Question]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=1626</guid>
		<description><![CDATA[My friend has something called&#8221; Phoenix atmega loader&#8221; on his flash drive and tried to open in on my computer and it would not open. I even tried downloading it from the original site and it still didnt open it. He can open it on his computer, his work computer other peoples computers. Mine wont [...]]]></description>
			<content:encoded><![CDATA[<p>My friend has something called&#8221; Phoenix atmega loader&#8221; on his flash drive and tried to open in on my computer and it would not open. I even tried downloading it from the original site and it still didnt open it. He can open it on his computer, his work computer other peoples computers. Mine wont for some reason. When we try and open it..it reads&#8230;.<br />
rune-time error&#8217;339&#8242;<br />
component &#8216;com1632.ocx&#8217; or one of its dependencies not correctly registered: a file missing or invalid.<br />
why does that message not come on anyone elses computer? Is there something I can change on my computer to open it?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/ocx-files/computer-question-about-opening-a-program/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual Basic 6.0 Servo Speed Control Question!?</title>
		<link>http://blog.nohideip.com/ocx-files/visual-basic-6-0-servo-speed-control-question</link>
		<comments>http://blog.nohideip.com/ocx-files/visual-basic-6-0-servo-speed-control-question#comments</comments>
		<pubDate>Tue, 13 Oct 2009 17:38:22 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[ocx files]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[Servo]]></category>
		<category><![CDATA[Speed]]></category>
		<category><![CDATA[Visual]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=1577</guid>
		<description><![CDATA[Has anyone out there been able to control speed of a servo with Visual Basic 6.0. My program consists of three position servo controls (have working) and video OCX video control (have working). But with a servo speed control, the synbyte is not working with my Vertical scroll(using two timers&#8211;one on each axis). I did [...]]]></description>
			<content:encoded><![CDATA[<p>Has anyone out there been able to control speed of a servo with Visual Basic 6.0. My program consists of three position servo controls (have working) and video OCX video control (have working). But with a servo speed control, the synbyte is not working with my Vertical scroll(using two timers&#8211;one on each axis). I did some thinking and became aware synbyte of 255 is only for position of the servo&#8211;not speed. Does anyone have code for servo speed control (servos have been converted to speed control)? Or is able to use experience?<br />
Thanks,<br />
Jim A</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/ocx-files/visual-basic-6-0-servo-speed-control-question/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic Batch Script Question?</title>
		<link>http://blog.nohideip.com/ocx-files/basic-batch-script-question</link>
		<comments>http://blog.nohideip.com/ocx-files/basic-batch-script-question#comments</comments>
		<pubDate>Fri, 09 Oct 2009 23:41:25 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[ocx files]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=1523</guid>
		<description><![CDATA[I&#8217;m trying to copy a file from a directory that has spaces on it, do I need to use special syntax with quotes around it?
The below is my attempt at copying the file from A to B and then running regsvr32 on it to patch a broken file on our systems. Can someone help me [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to copy a file from a directory that has spaces on it, do I need to use special syntax with quotes around it?<br />
The below is my attempt at copying the file from A to B and then running regsvr32 on it to patch a broken file on our systems. Can someone help me correct this? It&#8217;s to copy the file to C:\Windows\system32 and then register it.<br />
@ECHO OFF<br />
copy G:\ISD\Public\ASD\aands\Media Player known problems\msdxm.ocx to C:\Windows\System32\<br />
C:<br />
cd windows\system32<br />
regsvr32 msdxm.ocx</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/ocx-files/basic-batch-script-question/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can Someone Actually Answer Vdm&#8217;s Question?  Please?</title>
		<link>http://blog.nohideip.com/ocx-files/can-someone-actually-answer-vdms-question-please</link>
		<comments>http://blog.nohideip.com/ocx-files/can-someone-actually-answer-vdms-question-please#comments</comments>
		<pubDate>Fri, 09 Oct 2009 17:30:52 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[ocx files]]></category>
		<category><![CDATA[Actually]]></category>
		<category><![CDATA[Answer]]></category>
		<category><![CDATA[Please]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[Someone]]></category>
		<category><![CDATA[Vdm's]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=1516</guid>
		<description><![CDATA[This application has failed to start because hhctrl.ocx was not found. Re-installing the application may fix this problem
Got the same error for a different program (Metaproducts Offline Explorer 4.9).  Found a mention of it on windows site suggesting reinstalling it from your IE. 5 CD (guess that&#8217;s a little dated).  I ran SFC [...]]]></description>
			<content:encoded><![CDATA[<p>This application has failed to start because hhctrl.ocx was not found. Re-installing the application may fix this problem<br />
Got the same error for a different program (Metaproducts Offline Explorer 4.9).  Found a mention of it on windows site suggesting reinstalling it from your IE. 5 CD (guess that&#8217;s a little dated).  I ran SFC file checker two days ago (don&#8217;t know if that reverted to an old version of hhctrl.ocx &amp; caused the problem or not.<br />
Found on Windows site to download 935448 update<br />
from this site:</p>
<p>http://support.microsoft.com/kb/935448#</p>
<p>Tried that so far&#8230;not working.  Need to restart.  &amp; see if that changes anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/ocx-files/can-someone-actually-answer-vdms-question-please/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Regarding Yesterdays Question On Hidden Problem&#8211;here Is The Hijackthis Log?</title>
		<link>http://blog.nohideip.com/ocx-files/regarding-yesterdays-question-on-hidden-problem-here-is-the-hijackthis-log</link>
		<comments>http://blog.nohideip.com/ocx-files/regarding-yesterdays-question-on-hidden-problem-here-is-the-hijackthis-log#comments</comments>
		<pubDate>Thu, 08 Oct 2009 17:40:32 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[ocx files]]></category>
		<category><![CDATA[Hidden]]></category>
		<category><![CDATA[Hijackthis]]></category>
		<category><![CDATA[Problemhere]]></category>
		<category><![CDATA[Question]]></category>
		<category><![CDATA[Regarding]]></category>
		<category><![CDATA[Yesterdays]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=1502</guid>
		<description><![CDATA[Logfile of HijackThis v1.99.1
Scan saved at 7:38:08 AM, on 1/7/2007
Platform: Windows XP SP2 (WinNT 5.01.2600)
MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180)
Running processes:
C:\WINDOWS\System32\smss.exe
C:\WINDOWS\system32\winlogon.exe
C:\WINDOWS\system32\services.exe
C:\WINDOWS\system32\lsass.exe
C:\WINDOWS\system32\svchost.exe
C:\WINDOWS\System32\svchost.exe
C:\WINDOWS\system32\spoolsv.exe
C:\WINDOWS\Explorer.EXE
C:\Program Files\Grisoft\AVG Anti-Spyware 7.5\guard.exe
C:\Program Files\CA\CA Internet Security Suite\CA Anti-Virus\ISafe.exe
C:\Program Files\Java\jre1.5.0_09\bin\jusched.exe
C:\Program Files\QuickTime\qttask.exe
C:\WINDOWS\system32\pctspk.exe
C:\Program Files\HP\HP Software Update\HPWuSchd2.exe
C:\Program Files\HP\hpcoretech\hpcmpmgr.exe
C:\Program Files\Grisoft\AVG Anti-Spyware 7.5\avgas.exe
C:\Program Files\Desktop Calendar\Desktop Calendar.exe
C:\WINDOWS\system32\ctfmon.exe
C:\Program Files\Messenger\msmsgs.exe
C:\WINDOWS\system32\PSIService.exe
C:\WINDOWS\system32\svchost.exe
C:\Program Files\CA\CA Internet Security Suite\CA Anti-Virus\VetMsg.exe
C:\Program Files\HP\Digital Imaging\bin\hpqtra08.exe
C:\Program Files\HP\Digital Imaging\bin\hpqgalry.exe
C:\WINDOWS\system32\wuauclt.exe
C:\Program Files\Mozilla Firefox\firefox.exe
C:\DOCUME~1\Lisa\LOCALS~1\Temp\Tempora… Directory 2 [...]]]></description>
			<content:encoded><![CDATA[<p>Logfile of HijackThis v1.99.1<br />
Scan saved at 7:38:08 AM, on 1/7/2007<br />
Platform: Windows XP SP2 (WinNT 5.01.2600)<br />
MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180)<br />
Running processes:<br />
C:\WINDOWS\System32\smss.exe<br />
C:\WINDOWS\system32\winlogon.exe<br />
C:\WINDOWS\system32\services.exe<br />
C:\WINDOWS\system32\lsass.exe<br />
C:\WINDOWS\system32\svchost.exe<br />
C:\WINDOWS\System32\svchost.exe<br />
C:\WINDOWS\system32\spoolsv.exe<br />
C:\WINDOWS\Explorer.EXE<br />
C:\Program Files\Grisoft\AVG Anti-Spyware 7.5\guard.exe<br />
C:\Program Files\CA\CA Internet Security Suite\CA Anti-Virus\ISafe.exe<br />
C:\Program Files\Java\jre1.5.0_09\bin\jusched.exe<br />
C:\Program Files\QuickTime\qttask.exe<br />
C:\WINDOWS\system32\pctspk.exe<br />
C:\Program Files\HP\HP Software Update\HPWuSchd2.exe<br />
C:\Program Files\HP\hpcoretech\hpcmpmgr.exe<br />
C:\Program Files\Grisoft\AVG Anti-Spyware 7.5\avgas.exe<br />
C:\Program Files\Desktop Calendar\Desktop Calendar.exe<br />
C:\WINDOWS\system32\ctfmon.exe<br />
C:\Program Files\Messenger\msmsgs.exe<br />
C:\WINDOWS\system32\PSIService.exe<br />
C:\WINDOWS\system32\svchost.exe<br />
C:\Program Files\CA\CA Internet Security Suite\CA Anti-Virus\VetMsg.exe<br />
C:\Program Files\HP\Digital Imaging\bin\hpqtra08.exe<br />
C:\Program Files\HP\Digital Imaging\bin\hpqgalry.exe<br />
C:\WINDOWS\system32\wuauclt.exe<br />
C:\Program Files\Mozilla Firefox\firefox.exe<br />
C:\DOCUME~1\Lisa\LOCALS~1\Temp\Tempora… Directory 2 for hijackthis.zip\HijackThis.exe<br />
R1 &#8211; HKCU\Software\Microsoft\Internet Explorer\SearchURL,(Default) = http://us.rd.yahoo.com/customize/ycomp/defaults/su/*http://www.yahoo.com<br />
R1 &#8211; HKCU\Software\Microsoft\Internet Explorer\Main,Window Title = Windows Internet Explorer provided by Yahoo!<br />
R3 &#8211; URLSearchHook: Yahoo! Toolbar BETA &#8211; {EF99BD32-C1FB-11D2-892F-0090271D4F88} &#8211; C:\Program Files\Yahoo!\Companion\Installs\cpn\yt.d…<br />
O1 &#8211; Hosts: 216.93.174.28 a.tribalfusion.com<br />
O1 &#8211; Hosts: 207.44.240.65 rad.msn.com<br />
O1 &#8211; Hosts: 216.93.174.28 view.atdmt.com<br />
O1 &#8211; Hosts: 216.93.174.28 media.fastclick.net<br />
O1 &#8211; Hosts: 216.93.174.28 ad.doubleclick.net<br />
O1 &#8211; Hosts: 216.93.174.28 images.trafficmp.com<br />
O1 &#8211; Hosts: 216.93.174.28 adfarm.mediaplex.com<br />
O1 &#8211; Hosts: 216.93.174.28 media1.fastclick.net<br />
O1 &#8211; Hosts: 216.93.174.28 media19.fastclick.net<br />
O1 &#8211; Hosts: 216.93.174.28 media39.fastclick.net<br />
O1 &#8211; Hosts: 216.93.174.28 count.exitexchange.com<br />
O1 &#8211; Hosts: 216.93.174.28 leader.linkexchange.com<br />
O1 &#8211; Hosts: 67.15.114.78 pagead2.googlesyndication.com<br />
O1 &#8211; Hosts: 67.15.114.78 pagead.googlesyndication.com<br />
O1 &#8211; Hosts: 216.93.174.28 ad.yieldmanager.com<br />
O1 &#8211; Hosts: 67.15.114.78 ypn-js.overture.com<br />
O1 &#8211; Hosts: 216.93.174.28 freeze.zedo.com<br />
O2 &#8211; BHO: (no name) &#8211; 0@å &#8211; (no file)<br />
O2 &#8211; BHO: &amp;Yahoo! Toolbar Helper &#8211; {02478D38-C3F9-4EFB-9B51-7695ECA05670} &#8211; C:\Program Files\Yahoo!\Companion\Installs\cpn\yt.d…<br />
O2 &#8211; BHO: (no name) &#8211; °?å &#8211; (no file)<br />
O2 &#8211; BHO: (no name) &#8211; à?å &#8211; (no file)<br />
O3 &#8211; Toolbar: Yahoo! Toolbar BETA &#8211; {EF99BD32-C1FB-11D2-892F-0090271D4F88} &#8211; C:\Program Files\Yahoo!\Companion\Installs\cpn\yt.d…<br />
O4 &#8211; HKLM\..\Run: [SunJavaUpdateSched] &#8220;C:\Program Files\Java\jre1.5.0_09\bin\jusched.exe&#8221;<br />
O4 &#8211; HKLM\..\Run: [QuickTime Task] &#8220;C:\Program Files\QuickTime\qttask.exe&#8221; -atboottime<br />
O4 &#8211; HKLM\..\Run: [HP Software Update] &#8220;c:\Program Files\HP\HP Software Update\HPWuSchd2.exe&#8221;<br />
O4 &#8211; HKLM\..\Run: [HP Component Manager] &#8220;C:\Program Files\HP\hpcoretech\hpcmpmgr.exe&#8221;<br />
O4 &#8211; HKLM\..\Run: [!AVG Anti-Spyware] &#8220;C:\Program Files\Grisoft\AVG Anti-Spyware 7.5\avgas.exe&#8221; /minimized<br />
O4 &#8211; HKCU\..\Run: [Desktop Calendar] C:\Program Files\Desktop Calendar\Desktop Calendar.exe<br />
O4 &#8211; HKCU\..\Run: [ctfmon.exe] C:\WINDOWS\system32\ctfmon.exe<br />
O4 &#8211; HKCU\..\Run: [MSMSGS] &#8220;C:\Program Files\Messenger\msmsgs.exe&#8221; /background<br />
O4 &#8211; Startup: PowerReg Scheduler V3.exe<br />
O4 &#8211; Global Startup: HP Image Zone Fast Start.lnk = C:\Program Files\HP\Digital Imaging\bin\hpqthb08.exe<br />
O4 &#8211; Global Startup: HP Digital Imaging Monitor.lnk = C:\Program Files\HP\Digital Imaging\bin\hpqtra08.exe<br />
O4 &#8211; Global Startup: Adobe Reader Speed Launch.lnk = C:\Program Files\Adobe\Acrobat 7.0\Reader\reader_sl.exe<br />
O9 &#8211; Extra button: (no name) &#8211; {08B0E5C0-4FCB-11CF-AAA5-00401C608501} &#8211; C:\Program Files\Java\jre1.5.0_09\bin\ssv.dll<br />
O9 &#8211; Extra &#8216;Tools&#8217; menuitem: Sun Java Console &#8211; {08B0E5C0-4FCB-11CF-AAA5-00401C608501} &#8211; C:\Program Files\Java\jre1.5.0_09\bin\ssv.dll<br />
O9 &#8211; Extra button: (no name) &#8211; {e2e2dd38-d088-4134-82b7-f2ba38496583} &#8211; %windir%\Network Diagnostic\xpnetdiag.exe (file missing)<br />
O9 &#8211; Extra &#8216;Tools&#8217; menuitem: @xpsp3res.dll,-20001 &#8211; {e2e2dd38-d088-4134-82b7-f2ba38496583} &#8211; %windir%\Network Diagnostic\xpnetdiag.exe (file missing)<br />
O9 &#8211; Extra button: Messenger &#8211; {FB5F1910-F110-11d2-BB9E-00C04F795683} &#8211; C:\Program Files\Messenger\msmsgs.exe<br />
O9 &#8211; Extra &#8216;Tools&#8217; menuitem: Windows Messenger &#8211; {FB5F1910-F110-11d2-BB9E-00C04F795683} &#8211; C:\Program Files\Messenger\msmsgs.exe<br />
O15 &#8211; Trusted Zone: *.adgate.info (HKLM)<br />
O15 &#8211; Trusted Zone: *.dollarrevenue.com (HKLM)<br />
O15 &#8211; Trusted Zone: *.elitemediagroup.net (HKLM)<br />
O15 &#8211; Trusted Zone: *.errorsafe.com (HKLM)<br />
O15 &#8211; Trusted Zone: *.imagesrvr.com (HKLM)<br />
O15 &#8211; Trusted Zone: *.matcash.com (HKLM)<br />
O15 &#8211; Trusted Zone: *.media-motor.com (HKLM)<br />
O15 &#8211; Trusted Zone: *.media-motor.net (HKLM)<br />
O15 &#8211; Trusted Zone: *.mediatickets.net (HKLM)<br />
O15 &#8211; Trusted Zone: *.mt-download.com (HKLM)<br />
O15 &#8211; Trusted Zone: *.snipernet.biz (HKLM)<br />
O15 &#8211; Trusted Zone: *.systemdoctor.com (HKLM)<br />
O15 &#8211; Trusted Zone: *.winantivirus.com (HKLM)<br />
O15 &#8211; Trusted Zone: *.winfixer.com (HKLM)<br />
O16 &#8211; DPF: {8AD9C840-044E-11D1-B3E9-00805F499D93} (Java Runtime Environment 1.5.0) &#8211; http://javadl-esd.sun.com/update/1.5.0/jinstall-1_5_0_09-windows-i586.cab<br />
O16 &#8211; DPF: {AB86CE53-AC9F-449F-9399-D8ABCA09EC09} (Get_ActiveX Control) &#8211; https://h17000.www1.hp.com/ewfrf-JAVA/Secure/HPGetDownloadManager.ocx<br />
O16 &#8211; DPF: {CAFEEFAC-0015-0000-0006-ABCDEFFEDCBA} (Java Runtime Environment 1.5.0) &#8211; http://javadl-esd.sun.com/update/1.5.0/jinstall-1_5_0_06-windows-i586.cab<br />
O16 &#8211; DPF: {CAFEEFAC-0015-0000-0009-ABCDEFFEDCBA} (Java Runtime Environment 1.5.0) &#8211; http://javadl-esd.sun.com/update/1.5.0/jinstall-1_5_0_09-windows-i586.cab<br />
O16 &#8211; DPF: {CAFEEFAC-FFFF-FFFF-FFFF-ABCDEFFEDCBA} (Java Runtime Environment 1.5.0) &#8211; http://javadl-esd.sun.com/update/1.5.0/jinstall-1_5_0_09-windows-i586.cab<br />
O18 &#8211; Filter: text/html &#8211; {2AB289AE-4B90-4281-B2AE-1F4BB034B647} &#8211; (no file)<br />
O20 &#8211; Winlogon Notify: artm_newreg &#8211; C:\Documents and Settings\All Users.WINDOWS\Documents\Settings\artm_ne… (file missing)<br />
O20 &#8211; Winlogon Notify: polymorphreg &#8211; C:\Documents and Settings\All Users.WINDOWS\Documents\Settings\polymor… (file missing)<br />
O20 &#8211; Winlogon Notify: WgaLogon &#8211; C:\WINDOWS\SYSTEM32\WgaLogon.dll<br />
O21 &#8211; SSODL: CDRecorder009 &#8211; {A3BC5E20-0235-1ABF-9CE1-00AA00512009} &#8211; C:\WINDOWS\system32\xcskzh32.dll (file missing)<br />
O23 &#8211; Service: AVG Anti-Spyware Guard &#8211; Anti-Malware Development a.s. &#8211; C:\Program Files\Grisoft\AVG Anti-Spyware 7.5\guard.exe<br />
O23 &#8211; Service: CAISafe &#8211; Computer Associates International, Inc. &#8211; C:\Program Files\CA\CA Internet Security Suite\CA Anti-Virus\ISafe.exe<br />
O23 &#8211; Service: PCTEL Speaker Phone (Pctspk) &#8211; PCtel, Inc. &#8211; C:\WINDOWS\system32\pctspk.exe<br />
O23 &#8211; Service: Pml Driver HPZ12 &#8211; HP &#8211; C:\WINDOWS\system32\HPZipm12.exe<br />
O23 &#8211; Service: ProtexisLicensing &#8211; Unknown owner &#8211; C:\WINDOWS\system32\PSIService.exe<br />
O23 &#8211; Service: VET Message Service (VETMSGNT) &#8211; CA, Inc. &#8211; C:\Program Files\CA\CA Internet Security Suite\CA Anti-Virus\VetMsg.exe</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/ocx-files/regarding-yesterdays-question-on-hidden-problem-here-is-the-hijackthis-log/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

