<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by leehkai45</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Tue, 07 Jul 2026 14:28:29 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Any MATLAB pros out there?</title>
            <link>http://forum.lowyat.net/topic/1066085</link>
            <description>Hey all,&lt;br /&gt;&lt;br /&gt;It will be really great if you could just help me with this one part. &lt;br /&gt;&lt;br /&gt;I currently have a function [a &lt;!--emo&amp;B]--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /&gt;&lt;!--endemo--&gt; = compare(input) which returns 2 output values, a and b when I input values from say, 1 to 30.&lt;br /&gt;&lt;br /&gt;However, these values are in scalar form and not vectors, and I think it&amp;#39;s best to put the output in a predefined vector before plotting it. However, I am not getting the plot for the graph. There is definitely a problem with the code in graph plotting and the function is fine.&lt;br /&gt;&lt;br /&gt;Any ideas on how to code it if I want to plot 2 curves of a vs input and b vs input?&lt;br /&gt;&lt;br /&gt;Also, how do I plot both a and b vs input on the same graph?&lt;br /&gt;&lt;br /&gt;Thank you so much for your help&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;[addedon]June 17, 2009, 11:06 am[/addedon]The function above should be [ a b ] = compare(input)&lt;br /&gt;&lt;br /&gt;Sorry for the unexpected smiley &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>leehkai45</author>
            <category>Codemasters</category>
            <pubDate>Wed, 17 Jun 2009 11:05:16 +0800</pubDate>
        </item>
        <item>
            <title>help&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Software</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>help&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/1063496</link>
            <description>hey i found out that i&amp;#39;ve got the following trojan:&lt;br /&gt;&lt;br /&gt;trojandownloader:win32/renos.io&lt;br /&gt;&lt;br /&gt;any idea on how to remove it?&lt;br /&gt;also, the windows security center just won&amp;#39;t turn on, it says it can&amp;#39;t be started and when i check everything on control panel, it seems fine. guess it might be the viruses in the computer which is stopping it from starting?&lt;br /&gt;&lt;br /&gt;thanks in advance for the help&amp;#33;</description>
            <author>leehkai45</author>
            <category>Technical Support</category>
            <pubDate>Mon, 15 Jun 2009 03:53:25 +0800</pubDate>
        </item>
        <item>
            <title>help&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/1063445</link>
            <description>hey i found out that i&amp;#39;ve got the following trojan:&lt;br /&gt;&lt;br /&gt;trojandownloader:win32/renos.io&lt;br /&gt;&lt;br /&gt;any idea on how to remove it?&lt;br /&gt;also, the windows security center just won&amp;#39;t turn on, it says it can&amp;#39;t be started and when i check everything on control panel, it seems fine. guess it might be the viruses in the computer which is stopping it from starting?&lt;br /&gt;&lt;br /&gt;thanks in advance for the help&amp;#33;</description>
            <author>leehkai45</author>
            <category>Technical Support</category>
            <pubDate>Mon, 15 Jun 2009 01:53:43 +0800</pubDate>
        </item>
        <item>
            <title>Help needed for Acer laptop&amp;#33; :(</title>
            <link>http://forum.lowyat.net/topic/832531</link>
            <description>Hey there, I currently have an Acer laptop which works really slow initially, and it keeps popping up that there are spywares in it. I&amp;#39;ve tried using Spybot S&amp;amp;D but it wouldn&amp;#39;t load in the normal Windows mode and in safe mode. The laptop is really slow and I decided to ask a friend of mine to reformat it.&lt;br /&gt;&lt;br /&gt;Apparently, whenever he&amp;#39;s reformatting it, before it finishes the job, the computer will shut down immediately. Now that whenever I switch on the laptop, there&amp;#39;s this &amp;quot;General Protection Fault&amp;quot; message which comes up (with a list of codes?) and it doesn&amp;#39;t take me to Windows Desktop anymore&amp;#33; Can anyone help me on this issue?&lt;br /&gt;&lt;br /&gt;Thanks in advance and your help is very much appreciated.</description>
            <author>leehkai45</author>
            <category>Technical Support</category>
            <pubDate>Sat, 01 Nov 2008 00:32:40 +0800</pubDate>
        </item>
        <item>
            <title>C++ experts, please help&amp;#33; =)</title>
            <link>http://forum.lowyat.net/topic/686117</link>
            <description>hey there&amp;#33; i&amp;#39;m given a C++ sudoku assignment and i have a vague idea of how to write or structure the code (I&amp;#39;ll be writing the codes myself instead of taking it straight from the internet).. Requirements are as below:&lt;br /&gt;&lt;br /&gt;Read a 9x9 sudoku from a file: e.g.&lt;br /&gt;&lt;br /&gt;5 3 4 | 6 7 0 | 9 1 2&lt;br /&gt;6 7 2 | 1 9 5 | 3 4 8&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;basically some cells do not have a specific value i.e. &amp;quot;0&amp;quot;. I&amp;#39;m supposed to read the problem from the file and then output it to another file (basically calculate all possible solutions). Program should report if no solution exists.&lt;br /&gt;&lt;br /&gt;Anyone has any idea on how to do it??&lt;br /&gt;&lt;br /&gt;Thanks for your help&amp;#33;&amp;#33; =)</description>
            <author>leehkai45</author>
            <category>Codemasters</category>
            <pubDate>Wed, 30 Apr 2008 23:32:37 +0800</pubDate>
        </item>
        <item>
            <title>C++ tutors in Malaysia</title>
            <link>http://forum.lowyat.net/topic/654008</link>
            <description>Hey there, do you know any teachers/tutors who are good in C++ and does teach in Subang Jaya area?&lt;br /&gt;&lt;br /&gt;Interested to get a personal tutor here&amp;#33; Do contact me if you know any of them. Thanks in advance =)&lt;br /&gt;&lt;br /&gt;[addedon]March 19, 2008, 9:02 am[/addedon]no tutors so far? &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>leehkai45</author>
            <category>Codemasters</category>
            <pubDate>Tue, 18 Mar 2008 00:30:44 +0800</pubDate>
        </item>
        <item>
            <title>help for C++</title>
            <link>http://forum.lowyat.net/topic/644685</link>
            <description>hey there, i have a question here. I don&amp;#39;t think it is hard but since i am a relatively new learner in C++, i&amp;#39;m kinda confused.&lt;br /&gt;&lt;br /&gt;I was told to write code which opens an input.txt file and store them in a linked list. How is this done? Can anyone out there kindly help??&lt;br /&gt;&lt;br /&gt;input.txt&lt;br /&gt;1&lt;br /&gt;5&lt;br /&gt;32&lt;br /&gt;8&lt;br /&gt;10&lt;br /&gt;7&lt;br /&gt;&lt;br /&gt;Thanks in advance&amp;#33;&amp;#33;</description>
            <author>leehkai45</author>
            <category>Codemasters</category>
            <pubDate>Tue, 04 Mar 2008 12:28:31 +0800</pubDate>
        </item>
        <item>
            <title>Problem with laptop speaker</title>
            <link>http://forum.lowyat.net/topic/558694</link>
            <description>Hey guys, experiencing a rather awkward situation here.&lt;br /&gt;&lt;br /&gt;Wondering if anyone ever experience the same problem before.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m currently on a Dell XPS M1330. This laptop is still rather new as I bought it last month. Initially when I received it, everything was working perfectly alright. However, now, its speakers died and I&amp;#39;m wondering if the problem is with Dell or there&amp;#39;s other factors affecting it.&lt;br /&gt;&lt;br /&gt;Has anyone on a M1330 ever experience the same problem?</description>
            <author>leehkai45</author>
            <category>Technical Support</category>
            <pubDate>Thu, 22 Nov 2007 00:53:59 +0800</pubDate>
        </item>
        <item>
            <title>Problem with laptop speaker</title>
            <link>http://forum.lowyat.net/topic/558692</link>
            <description>Hey guys, experiencing a rather awkward situation here.&lt;br /&gt;&lt;br /&gt;Wondering if anyone ever experience the same problem before.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m currently on a Dell XPS M1330. This laptop is still rather new as I bought it last month. Initially when I received it, everything was working perfectly alright. However, now, its speakers died and I&amp;#39;m wondering if the problem is with Dell or there&amp;#39;s other factors affecting it.&lt;br /&gt;&lt;br /&gt;Has anyone on a M1330 ever experience the same problem?</description>
            <author>leehkai45</author>
            <category>Technical Support</category>
            <pubDate>Thu, 22 Nov 2007 00:53:11 +0800</pubDate>
        </item>
        <item>
            <title>Problem with MSN Messenger</title>
            <link>http://forum.lowyat.net/topic/556106</link>
            <description>Hey there, my friend seems to be having a slight problem here.&lt;br /&gt;&lt;br /&gt;When she tries to log in to MSN Messenger, an error code of the following is observed:&lt;br /&gt;&lt;br /&gt;Error Code: 80048820&lt;br /&gt;Extended Error Code: 80048439&lt;br /&gt;&lt;br /&gt;However, when I use my laptop to access the same wireless network, it could work on my side.&lt;br /&gt;&lt;br /&gt;How is this possible? Does anyone know the reason why?&lt;br /&gt;&lt;br /&gt;Thanks in advance&amp;#33;</description>
            <author>leehkai45</author>
            <category>Technical Support</category>
            <pubDate>Sun, 18 Nov 2007 06:43:45 +0800</pubDate>
        </item>
        <item>
            <title>Investment Banks</title>
            <link>http://forum.lowyat.net/topic/544212</link>
            <description>Does anyone have an idea of what an investment bank offers/does?</description>
            <author>leehkai45</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Mon, 29 Oct 2007 12:08:21 +0800</pubDate>
        </item>
        <item>
            <title>C++ Tutor Needed</title>
            <link>http://forum.lowyat.net/topic/479752</link>
            <description>heya&amp;#33; does anyone of you have any suggestions if i&amp;#39;m interested in taking let say, a 1 or 2 month course for C++? any suggestions of where i should take it? any contacts?</description>
            <author>leehkai45</author>
            <category>Education Essentials</category>
            <pubDate>Thu, 28 Jun 2007 01:10:38 +0800</pubDate>
        </item>
        <item>
            <title>Spyware/Virus Problem</title>
            <link>http://forum.lowyat.net/topic/479733</link>
            <description>hey&amp;#33; having a lil problem here. there&amp;#39;s this annoying &amp;#39;potential spyware operation&amp;#39; message box appearing everytime I start windows. Whenever I close that window or anything, Internet Explorer is launched and I was told to download some spyware remover :S &lt;br /&gt;&lt;br /&gt;Moreover, at times, another message box saying &amp;quot;Warning&amp;#33; Trojan Adware.W32.ExpDwnldr spyware detected&amp;quot; appears and it is recommended to get the available antispyware software from them =(&lt;br /&gt;&lt;br /&gt;Also, my current desktop background has totally been changed&amp;#33; (Refer to picture attached)&lt;br /&gt;[attachmentid=253917]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Below is the logfile of Hijackthis:&lt;br /&gt;&lt;br /&gt;Logfile of Trend Micro HijackThis v2.0.0 (BETA)&lt;br /&gt;Scan saved at 11:06:33 PM, on 6/27/2007&lt;br /&gt;Platform: Windows XP  (WinNT 5.01.2600)&lt;br /&gt;Boot mode: Normal&lt;br /&gt;&lt;br /&gt;Running processes:&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;System32&amp;#092;smss.exe&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;SYSTEM32&amp;#092;winlogon.exe&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;system32&amp;#092;services.exe&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;system32&amp;#092;lsass.exe&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;System32&amp;#092;Ati2evxx.exe&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;system32&amp;#092;svchost.exe&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;System32&amp;#092;svchost.exe&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;system32&amp;#092;spoolsv.exe&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;SYSTEM32&amp;#092;Ati2evxx.exe&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;Explorer.EXE&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;ATI Technologies&amp;#092;ATI Control Panel&amp;#092;atiptaxx.exe&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;NVIDIA Corporation&amp;#092;NvMixer&amp;#092;NVMixerTray.exe&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;D-Tools&amp;#092;daemon.exe&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;vsnpstd3.exe&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;QuickTime&amp;#092;qttask.exe&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;Common Files&amp;#092;WinAntiSpyware 2007&amp;#092;WAS7Mon.exe&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;AOL&amp;#092;Active Virus Shield&amp;#092;avp.exe&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;Ares&amp;#092;Ares.exe&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;MSN Messenger&amp;#092;msnmsgr.exe&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;Google&amp;#092;GoogleToolbarNotifier&amp;#092;GoogleToolbarNotifier.exe&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Messenger&amp;#092;ymsgr_tray.exe&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;AOL&amp;#092;Active Virus Shield&amp;#092;avp.exe&lt;br /&gt;C:&amp;#092;WINDOWS&amp;#092;System32&amp;#092;svchost.exe&lt;br /&gt;C:&amp;#092;Program Files&amp;#092;MSN Messenger&amp;#092;usnsvc.exe&lt;br /&gt;C:&amp;#092;Utilities&amp;#092;Mozilla Firefox&amp;#092;PortableFirefox&amp;#092;firefox&amp;#092;firefox.exe&lt;br /&gt;C:&amp;#092;Documents and Settings&amp;#092;Administrator&amp;#092;Desktop&amp;#092;Downloads&amp;#092;HiJackThis_v2.exe&lt;br /&gt;&lt;br /&gt;R0 - HKCU&amp;#092;Software&amp;#092;Microsoft&amp;#092;Internet Explorer&amp;#092;Main,Start Page = &lt;a href='http://gomyron.com/NjU2NA==/2/3560/homepage/' target='_blank'&gt;http://gomyron.com/NjU2NA==/2/3560/homepage/&lt;/a&gt;&lt;br /&gt;R0 - HKLM&amp;#092;Software&amp;#092;Microsoft&amp;#092;Internet Explorer&amp;#092;Main,Start Page = about:blank&lt;br /&gt;R0 - HKLM&amp;#092;Software&amp;#092;Microsoft&amp;#092;Internet Explorer&amp;#092;Search,CustomizeSearch = &lt;br /&gt;R0 - HKCU&amp;#092;Software&amp;#092;Microsoft&amp;#092;Internet Explorer&amp;#092;Main,Local Page = &lt;br /&gt;R0 - HKLM&amp;#092;Software&amp;#092;Microsoft&amp;#092;Internet Explorer&amp;#092;Main,Local Page = &lt;br /&gt;R1 - HKCU&amp;#092;Software&amp;#092;Microsoft&amp;#092;Internet Connection Wizard,ShellNext = &lt;a href='http://www.acoustica.com/cgi/install-success.asp?p=1&amp;buyurl=http://store.eSellerate.net/acoustica/mixer?PT=software' target='_blank'&gt;http://www.acoustica.com/cgi/install-succe...xer?PT=software&lt;/a&gt;&lt;br /&gt;O2 - BHO: Yahoo&amp;#33; Toolbar Helper - {02478D38-C3F9-4EFB-9B51-7695ECA05670} - C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Companion&amp;#092;Installs&amp;#092;cpn1&amp;#092;yt.dll&lt;br /&gt;O2 - BHO: AcroIEHlprObj Class - {06849E9F-C8D7-4D59-B87D-784B7D6BE0B3} - C:&amp;#092;Program Files&amp;#092;Adobe&amp;#092;Acrobat 7.0&amp;#092;ActiveX&amp;#092;AcroIEHelper.dll&lt;br /&gt;O2 - BHO: XBTP06568 - {311F9DE8-6126-4EEE-B15F-65CBB3B4F9F6} - C:&amp;#092;Program Files&amp;#092;AOL Security Toolbar&amp;#092;AOL_security_toolbar.dll&lt;br /&gt;O2 - BHO: MSVPS System - {49CF52D7-8D58-4E22-A874-AAD721F5B523} - C:&amp;#092;WINDOWS&amp;#092;ddesupport.dll (file missing)&lt;br /&gt;O2 - BHO: (no name) - {53707962-6F74-2D53-2644-206D7942484F} - C:&amp;#092;PROGRA~1&amp;#092;SPYBOT~1&amp;#092;SDHelper.dll&lt;br /&gt;O2 - BHO: Yahoo&amp;#33; IE Services Button - {5BAB4B5B-68BC-4B02-94D6-2FC0DE4A7897} - C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Common&amp;#092;yiesrvc.dll&lt;br /&gt;O2 - BHO: SSVHelper Class - {761497BB-D6F0-462C-B6EB-D4DAF1D92D43} - C:&amp;#092;Program Files&amp;#092;Java&amp;#092;jre1.5.0_06&amp;#092;bin&amp;#092;ssv.dll&lt;br /&gt;O2 - BHO: (no name) - {7E853D72-626A-48EC-A868-BA8D5E23E045} - (no file)&lt;br /&gt;O2 - BHO: Windows Live Sign-in Helper - {9030D464-4C02-4ABF-8ECC-5164760863C6} - C:&amp;#092;Program Files&amp;#092;Common Files&amp;#092;Microsoft Shared&amp;#092;Windows Live&amp;#092;WindowsLiveLogin.dll&lt;br /&gt;O2 - BHO: ST - {9394EDE7-C8B5-483E-8773-474BF36AF6E4} - C:&amp;#092;Program Files&amp;#092;MSN Apps&amp;#092;ST&amp;#092;01.03.0000.1005&amp;#092;en-xu&amp;#092;stmain.dll&lt;br /&gt;O2 - BHO: Google Toolbar Helper - {AA58ED58-01DD-4d91-8333-CF10577473F7} - c:&amp;#092;program files&amp;#092;google&amp;#092;googletoolbar2.dll&lt;br /&gt;O2 - BHO: Google Toolbar Notifier BHO - {AF69DE43-7D58-4638-B6FA-CE66B5AD205D} - C:&amp;#092;Program Files&amp;#092;Google&amp;#092;GoogleToolbarNotifier&amp;#092;2.0.301.7164&amp;#092;swg.dll&lt;br /&gt;O2 - BHO: MSNToolBandBHO - {BDBD1DAD-C946-4A17-ADC1-64B5B4FF55D0} - C:&amp;#092;Program Files&amp;#092;MSN Apps&amp;#092;MSN Toolbar&amp;#092;MSN Toolbar&amp;#092;01.02.5000.1021&amp;#092;en-us&amp;#092;msntb.dll&lt;br /&gt;O2 - BHO: System Process - {C2EEB4FA-B6D6-41b9-9CFA-ABA87F862BCB} - C:&amp;#092;WINDOWS&amp;#092;System32&amp;#092;navshext2.dll (file missing)&lt;br /&gt;O3 - Toolbar: &amp;amp;Radio - {8E718888-423F-11D2-876E-00A0C9082467} - C:&amp;#092;WINDOWS&amp;#092;System32&amp;#092;msdxm.ocx&lt;br /&gt;O3 - Toolbar: MSN - {BDAD1DAD-C946-4A17-ADC1-64B5B4FF55D0} - C:&amp;#092;Program Files&amp;#092;MSN Apps&amp;#092;MSN Toolbar&amp;#092;MSN Toolbar&amp;#092;01.02.5000.1021&amp;#092;en-us&amp;#092;msntb.dll&lt;br /&gt;O3 - Toolbar: Yahoo&amp;#33; Toolbar - {EF99BD32-C1FB-11D2-892F-0090271D4F88} - C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Companion&amp;#092;Installs&amp;#092;cpn1&amp;#092;yt.dll&lt;br /&gt;O3 - Toolbar: &amp;amp;Google - {2318C2B1-4965-11d4-9B18-009027A5CD4F} - c:&amp;#092;program files&amp;#092;google&amp;#092;googletoolbar2.dll&lt;br /&gt;O3 - Toolbar: AOL Security Toolbar - {3BB63FD4-3C00-44D7-94A9-5DE211900DEF} - C:&amp;#092;Program Files&amp;#092;AOL Security Toolbar&amp;#092;AOL_security_toolbar.dll&lt;br /&gt;O4 - HKLM&amp;#092;..&amp;#092;Run: [ATIPTA] C:&amp;#092;Program Files&amp;#092;ATI Technologies&amp;#092;ATI Control Panel&amp;#092;atiptaxx.exe&lt;br /&gt;O4 - HKLM&amp;#092;..&amp;#092;Run: [NVMixerTray] &amp;quot;C:&amp;#092;Program Files&amp;#092;NVIDIA Corporation&amp;#092;NvMixer&amp;#092;NVMixerTray.exe&amp;quot;&lt;br /&gt;O4 - HKLM&amp;#092;..&amp;#092;Run: [DAEMON Tools-1033] &amp;quot;C:&amp;#092;Program Files&amp;#092;D-Tools&amp;#092;daemon.exe&amp;quot;  -lang 1033&lt;br /&gt;O4 - HKLM&amp;#092;..&amp;#092;Run: [snpstd3] C:&amp;#092;WINDOWS&amp;#092;vsnpstd3.exe&lt;br /&gt;O4 - HKLM&amp;#092;..&amp;#092;Run: [QuickTime Task] &amp;quot;C:&amp;#092;Program Files&amp;#092;QuickTime&amp;#092;qttask.exe&amp;quot; -atboottime&lt;br /&gt;O4 - HKLM&amp;#092;..&amp;#092;Run: [RAMDrive] &amp;quot;C:&amp;#092;Program Files&amp;#092;FarStone&amp;#092;VirtualDrive&amp;#092;VHD&amp;#092;RDTask.exe&amp;quot;&lt;br /&gt;O4 - HKLM&amp;#092;..&amp;#092;Run: [KernelFaultCheck] %systemroot%&amp;#092;system32&amp;#092;dumprep 0 -k&lt;br /&gt;O4 - HKLM&amp;#092;..&amp;#092;Run: [Salestart] &amp;quot;C:&amp;#092;Program Files&amp;#092;Common Files&amp;#092;WinAntiSpyware 2007&amp;#092;WAS7Mon.exe&amp;quot;&lt;br /&gt;O4 - HKLM&amp;#092;..&amp;#092;Run: [aol] &amp;quot;C:&amp;#092;Program Files&amp;#092;AOL&amp;#092;Active Virus Shield&amp;#092;avp.exe&amp;quot;&lt;br /&gt;O4 - HKCU&amp;#092;..&amp;#092;Run: [ares] &amp;quot;C:&amp;#092;Program Files&amp;#092;Ares&amp;#092;Ares.exe&amp;quot; -h&lt;br /&gt;O4 - HKCU&amp;#092;..&amp;#092;Run: [msnmsgr] &amp;quot;C:&amp;#092;Program Files&amp;#092;MSN Messenger&amp;#092;msnmsgr.exe&amp;quot; /background&lt;br /&gt;O4 - HKCU&amp;#092;..&amp;#092;Run: [Yahoo&amp;#33; Pager] C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Messenger&amp;#092;ypager.exe -quiet&lt;br /&gt;O4 - HKCU&amp;#092;..&amp;#092;Run: [BitTorrent] &amp;quot;C:&amp;#092;Program Files&amp;#092;BitTorrent&amp;#092;bittorrent.exe&amp;quot; --force_start_minimized&lt;br /&gt;O4 - HKCU&amp;#092;..&amp;#092;Run: [swg] C:&amp;#092;Program Files&amp;#092;Google&amp;#092;GoogleToolbarNotifier&amp;#092;GoogleToolbarNotifier.exe&lt;br /&gt;O4 - HKUS&amp;#092;S-1-5-21-842925246-861567501-725345543-501&amp;#092;..&amp;#092;Run: [msnmsgr] &amp;quot;C:&amp;#092;Program Files&amp;#092;MSN Messenger&amp;#092;msnmsgr.exe&amp;quot; /background (User &amp;#39;Guest&amp;#39;)&lt;br /&gt;O4 - HKUS&amp;#092;S-1-5-21-842925246-861567501-725345543-501&amp;#092;..&amp;#092;Run: [Yahoo&amp;#33; Pager] &amp;quot;C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Messenger&amp;#092;ypager.exe&amp;quot; -quiet (User &amp;#39;Guest&amp;#39;)&lt;br /&gt;O8 - Extra context menu item: &amp;amp;Yahoo&amp;#33; Search - file:///C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Common/ycsrch.htm&lt;br /&gt;O8 - Extra context menu item: E&amp;amp;xport to Microsoft Excel - res://C:&amp;#092;PROGRA~1&amp;#092;MICROS~2&amp;#092;OFFICE11&amp;#092;EXCEL.EXE/3000&lt;br /&gt;O8 - Extra context menu item: Yahoo&amp;#33; &amp;amp;Dictionary - file:///C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Common/ycdict.htm&lt;br /&gt;O8 - Extra context menu item: Yahoo&amp;#33; &amp;amp;Maps - file:///C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Common/ycmap.htm&lt;br /&gt;O8 - Extra context menu item: Yahoo&amp;#33; &amp;amp;SMS - file:///C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Common/ycsms.htm&lt;br /&gt;O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:&amp;#092;Program Files&amp;#092;Java&amp;#092;jre1.5.0_06&amp;#092;bin&amp;#092;ssv.dll&lt;br /&gt;O9 - Extra &amp;#39;Tools&amp;#39; menuitem: Sun Java Console - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:&amp;#092;Program Files&amp;#092;Java&amp;#092;jre1.5.0_06&amp;#092;bin&amp;#092;ssv.dll&lt;br /&gt;O9 - Extra button: Yahoo&amp;#33; Services - {5BAB4B5B-68BC-4B02-94D6-2FC0DE4A7897} - C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Common&amp;#092;yiesrvc.dll&lt;br /&gt;O9 - Extra button: Research - {92780B25-18CC-41C8-B9BE-3C9C571A8263} - C:&amp;#092;PROGRA~1&amp;#092;MICROS~2&amp;#092;OFFICE11&amp;#092;REFIEBAR.DLL&lt;br /&gt;O16 - DPF: {30528230-99f7-4bb4-88d8-fa1d4f56a2ab} (YInstStarter Class) - C:&amp;#092;Program Files&amp;#092;Yahoo&amp;#33;&amp;#092;Common&amp;#092;yinsthelper.dll&lt;br /&gt;O16 - DPF: {4F1E5B1A-2A80-42CA-8532-2D05CB959537} (MSN Photo Upload Tool) - &lt;a href='http://by111fd.bay111.hotmail.msn.com/resources/MsnPUpld.cab' target='_blank'&gt;http://by111fd.bay111.hotmail.msn.com/resources/MsnPUpld.cab&lt;/a&gt;&lt;br /&gt;O16 - DPF: {8E0D4DE5-3180-4024-A327-4DFAD1796A8D} (MessengerStatsClient Class) - &lt;a href='http://messenger.zone.msn.com/binary/MessengerStatsClient.cab31267.cab' target='_blank'&gt;http://messenger.zone.msn.com/binary/Messe...nt.cab31267.cab&lt;/a&gt;&lt;br /&gt;O16 - DPF: {F6BF0D00-0B2A-4A75-BF7B-F385591623AF} (Solitaire Showdown Class) - &lt;a href='http://messenger.zone.msn.com/binary/SolitaireShowdown.cab31267.cab' target='_blank'&gt;http://messenger.zone.msn.com/binary/Solit...wn.cab31267.cab&lt;/a&gt;&lt;br /&gt;O21 - SSODL: msole - {EE1CA58C-1E29-4347-BA69-5BA673D7D9C8} - C:&amp;#092;WINDOWS&amp;#092;msole.dll&lt;br /&gt;O21 - SSODL: msdde - {05924066-9819-4E64-8FAB-E32D21DE5FFB} - C:&amp;#092;WINDOWS&amp;#092;msdde.dll&lt;br /&gt;O22 - SharedTaskScheduler: Browseui preloader - {438755C2-A8BA-11D1-B96B-00A0C90312E1} - C:&amp;#092;WINDOWS&amp;#092;System32&amp;#092;browseui.dll&lt;br /&gt;O22 - SharedTaskScheduler: Component Categories cache daemon - {8C7461EF-2B13-11d2-BE35-3078302C2030} - C:&amp;#092;WINDOWS&amp;#092;System32&amp;#092;browseui.dll&lt;br /&gt;O23 - Service: Ati HotKey Poller - Unknown owner - C:&amp;#092;WINDOWS&amp;#092;System32&amp;#092;Ati2evxx.exe&lt;br /&gt;O23 - Service: ATI Smart - Unknown owner - C:&amp;#092;WINDOWS&amp;#092;system32&amp;#092;ati2sgag.exe&lt;br /&gt;O23 - Service: Active Virus Shield (AVP) - AOL - C:&amp;#092;Program Files&amp;#092;AOL&amp;#092;Active Virus Shield&amp;#092;avp.exe&lt;br /&gt;O23 - Service: Google Updater Service (gusvc) - Google - C:&amp;#092;Program Files&amp;#092;Google&amp;#092;Common&amp;#092;Google Updater&amp;#092;GoogleUpdaterService.exe&lt;br /&gt;O23 - Service: Pml Driver HPZ12 - HP - C:&amp;#092;WINDOWS&amp;#092;System32&amp;#092;HPZipm12.exe&lt;br /&gt;O23 - Service: USBest Service Zero (UTSCSI) - Unknown owner - C:&amp;#092;WINDOWS&amp;#092;System32&amp;#092;UTSCSI.EXE&lt;br /&gt;O24 - Desktop Component 0: Privacy Protection - file:///C:&amp;#092;WINDOWS&amp;#092;privacy_danger&amp;#092;index.htm&lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;End of file - 8366 bytes&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hope someone out there can  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;  me out with this&amp;#33;  &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;thanks in advance&amp;#33;</description>
            <author>leehkai45</author>
            <category>Technical Support</category>
            <pubDate>Thu, 28 Jun 2007 00:30:44 +0800</pubDate>
        </item>
        <item>
            <title>Pascal - Delphi</title>
            <link>http://forum.lowyat.net/topic/382841</link>
            <description>anyone knows how to use Delphi?</description>
            <author>leehkai45</author>
            <category>Codemasters</category>
            <pubDate>Fri, 15 Dec 2006 14:31:15 +0800</pubDate>
        </item>
        <item>
            <title>Hip Hop</title>
            <link>http://forum.lowyat.net/topic/382832</link>
            <description>who knows a person who teaches hip hop dances? around subang jaya area, preferably &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt; thanks in advance&amp;#33;</description>
            <author>leehkai45</author>
            <category>The Sports Channel</category>
            <pubDate>Fri, 15 Dec 2006 14:18:07 +0800</pubDate>
        </item>
        <item>
            <title>Break Dancing</title>
            <link>http://forum.lowyat.net/topic/379907</link>
            <description>Anyone knows the contact of people who teaches break dancing? preferably Subang Jaya area. Thanks&amp;#33;</description>
            <author>leehkai45</author>
            <category>The Sports Channel</category>
            <pubDate>Sat, 09 Dec 2006 07:43:49 +0800</pubDate>
        </item>
        <item>
            <title>3G Technology</title>
            <link>http://forum.lowyat.net/topic/372212</link>
            <description>hey there. just asking around. does anyone knows how 3G works?</description>
            <author>leehkai45</author>
            <category>Networks and Broadband</category>
            <pubDate>Fri, 24 Nov 2006 03:05:45 +0800</pubDate>
        </item>
        <item>
            <title>need help for ideas&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/370564</link>
            <description>hey there. i have a 1200 word report to be handed in by friday and I cant think of what to write about. It&amp;#39;s an &amp;quot;open topic&amp;quot; report but it has to be based on some technology which is still developing at the moment. (electronic stuff since i&amp;#39;m in electrical electronic eng course).&lt;br /&gt;Initially, I thought of writing about 3G but I realised it&amp;#39;s really difficult to write because there arent a lot of info about it. plus, i dont know how i should rearrange and organise my ideas.  &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt;  Please help. thanks in advance&amp;#33;  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>leehkai45</author>
            <category>Education Essentials</category>
            <pubDate>Tue, 21 Nov 2006 09:29:10 +0800</pubDate>
        </item>
    </channel>
</rss>
