<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by mejoh73</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 10 Jul 2026 05:29:40 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>lappy upgrade</title>
            <link>http://forum.lowyat.net/topic/2998220</link>
            <description>i got acer 4736z which use pentium duo core...&lt;br /&gt;is it possible&lt;br /&gt;some said yes and some said it is not encouraged.&lt;br /&gt;i want to speed up my lappy</description>
            <author>mejoh73</author>
            <category>Technical Support</category>
            <pubDate>Thu, 17 Oct 2013 22:14:18 +0800</pubDate>
        </item>
        <item>
            <title>sapphire hd7750 or hd6850</title>
            <link>http://forum.lowyat.net/topic/2342294</link>
            <description>from my research, i think hd6850 is quite good compared to 7750 in a long term usage&lt;br /&gt;idk which one to choose .please help me</description>
            <author>mejoh73</author>
            <category>Hardware</category>
            <pubDate>Fri, 11 May 2012 18:23:19 +0800</pubDate>
        </item>
        <item>
            <title>build whole pc</title>
            <link>http://forum.lowyat.net/topic/2341293</link>
            <description>gaming purpose,max 2k with monitor,keyboard,mouse,wireless,no speaker.&lt;br /&gt;CPU ?i3 2120 is enough i think&lt;br /&gt;casing?&lt;br /&gt;hdd?500gb is enough or 320gb is ok too&lt;br /&gt;GPU?avg fps 40-50 at full 720p resolution on widescreen monitor&lt;br /&gt;monitor 19 wide screen?i think at garage sales got some cheap monitor.&lt;br /&gt;psu?&lt;br /&gt;mobo?&lt;br /&gt;dvd writer?&lt;br /&gt;keyboard cap ayam?&lt;br /&gt;wireless?&lt;br /&gt;cpu cooler?&lt;br /&gt;gpu cooler?do i need this if im not OCing the gpu?&lt;br /&gt;&lt;br /&gt;just add anything if im forgotten,for building a whole gaming pc&lt;br /&gt;</description>
            <author>mejoh73</author>
            <category>Hardware</category>
            <pubDate>Thu, 10 May 2012 22:54:48 +0800</pubDate>
        </item>
        <item>
            <title>2k max upcoming rig</title>
            <link>http://forum.lowyat.net/topic/2339658</link>
            <description>please recommend me  a rig for gaming purpose&lt;br /&gt;i want play skyrim at 720p high setting with no lag.</description>
            <author>mejoh73</author>
            <category>Hardware</category>
            <pubDate>Wed, 09 May 2012 19:57:36 +0800</pubDate>
        </item>
        <item>
            <title>need help about mass icon changer.bat</title>
            <link>http://forum.lowyat.net/topic/2319645</link>
            <description>im trying to tweak my system and stumble upon this .bat file.&lt;br /&gt;the folder did change the icon and it also change the folder name into Users.&lt;br /&gt;can anyone help me revert back the folder icon and name to default state?&lt;br /&gt;&lt;br /&gt;since i cant upload the bat file,here the script:&lt;br /&gt;&lt;br /&gt;@echo off&lt;br /&gt;REM &amp;copy; 2011 BY NEUTRON16 (http://www.sevenforums.com/member.php?u=3585)&lt;br /&gt;CLS&lt;br /&gt;TITLE Mass Icon Changer for Subfolders by Neutron16&lt;br /&gt;REM CHECK FOR ADMIN RIGHTS BY TRYING TO CREATE A FOLDER&lt;br /&gt;COPY /b/y NUL %WINDIR%&amp;#092;06CF2EB6-94E6-4a60-91D8-AB945AE8CF38 &amp;gt;NUL 2&amp;gt;&amp;amp;1&lt;br /&gt;IF ERRORLEVEL 1 GOTO:NONADMIN&lt;br /&gt;REM CLEANING AFTER OURSELVES&lt;br /&gt;DEL %WINDIR%&amp;#092;06CF2EB6-94E6-4a60-91D8-AB945AE8CF38 &amp;gt;NUL 2&amp;gt;&amp;amp;1&lt;br /&gt;:ADMIN&lt;br /&gt;REM PROCEED WITH ADMIN RIGHTS&lt;br /&gt;COLOR 1F&lt;br /&gt;REM CHECK IF ICON SETTINGS ARE THERE&lt;br /&gt;if not exist &amp;quot;%~dp0desktop.ini&amp;quot; GOTO:NOFILE&lt;br /&gt;ECHO Hi, %USERNAME%&amp;#33;&lt;br /&gt;SET /P =Press Enter to continue . . .&lt;br /&gt;ECHO Please wait...&lt;br /&gt;REM MAKE FOLDERS READ ONLY, EXCEPT FILES&lt;br /&gt;FOR /R &amp;quot;%~dp0&amp;quot; %%I IN (.) DO attrib +r &amp;quot;%%I&amp;quot;&lt;br /&gt;REM COPY SETTINGS FILE to ALL SUBFOLDERS&lt;br /&gt;REM INTERSEPT QUESTION ABOUT WHETHER DESTINATION IS A FILE OR A FOLDER&lt;br /&gt;REM AUTO-TYPE F FOR FILE&lt;br /&gt;FOR /R &amp;quot;%~dp0&amp;quot; %%I IN (.) DO echo f |XCOPY /h /y &amp;quot;%~dp0desktop.ini&amp;quot; &amp;quot;%%I&amp;#092;desktop.ini&amp;quot;&lt;br /&gt;COLOR 2F&lt;br /&gt;ECHO.&lt;br /&gt;ECHO _______ FINISHED ________&lt;br /&gt;ECHO     REBOOT/LOGoff might be REQUIRED&lt;br /&gt;ECHO.&lt;br /&gt;ECHO &amp;copy; 2011 by Neutron16 (http://www.sevenforums.com/member.php?u=3585)&lt;br /&gt;ECHO.&lt;br /&gt;PAUSE&lt;br /&gt;GOTO:EOF&lt;br /&gt;:NONADMIN&lt;br /&gt;REM ERROR - NO ADMIN RIGHTS&lt;br /&gt;COLOR 4F&lt;br /&gt;TITLE Error - Mass Icon Changer for Subfolders by Neutron16&lt;br /&gt;ECHO.&lt;br /&gt;ECHO PLEASE RUN AS ADMINISTRATOR&lt;br /&gt;ECHO.&lt;br /&gt;ECHO &amp;copy; 2011 by Neutron16 (http://www.sevenforums.com/member.php?u=3585)&lt;br /&gt;ECHO.&lt;br /&gt;pause&lt;br /&gt;GOTO:EOF&lt;br /&gt;:NOFILE&lt;br /&gt;REM ERROR - APPLY CUSTOM ICON FIRST&lt;br /&gt;COLOR 4F&lt;br /&gt;TITLE Error - Mass Icon Changer for Subfolders by Neutron16&lt;br /&gt;ECHO.&lt;br /&gt;ECHO Custom icon WAS NOT applied to the master folder&lt;br /&gt;ECHO Please apply icon settings to the master folder first&lt;br /&gt;ECHO.&lt;br /&gt;ECHO &amp;copy; 2011 by Neutron16 (http://www.sevenforums.com/member.php?u=3585)&lt;br /&gt;ECHO.&lt;br /&gt;pause</description>
            <author>mejoh73</author>
            <category>Software</category>
            <pubDate>Tue, 24 Apr 2012 14:52:48 +0800</pubDate>
        </item>
        <item>
            <title>external HDD</title>
            <link>http://forum.lowyat.net/topic/2314676</link>
            <description>im going to buy new external HDD for my lappy.&lt;br /&gt;please give me some suggestion.</description>
            <author>mejoh73</author>
            <category>Hardware</category>
            <pubDate>Fri, 20 Apr 2012 14:55:26 +0800</pubDate>
        </item>
        <item>
            <title>need help about graphic card</title>
            <link>http://forum.lowyat.net/topic/2313756</link>
            <description>someones been recommending me a sapphire hd 7850 but i heard some rumors that ati is not good with physx.should i change the graphic card or not?if i do need to,which graphic card is on par with this hd 7850.in terms of performance and overall advantages for the future games.</description>
            <author>mejoh73</author>
            <category>Hardware</category>
            <pubDate>Thu, 19 Apr 2012 21:18:52 +0800</pubDate>
        </item>
        <item>
            <title>crossfire</title>
            <link>http://forum.lowyat.net/topic/2307301</link>
            <description>vote and comment please&lt;br /&gt;2 x sapphire hd 7750 1g or 1 x sapphire hd 7850 2g OC?&lt;br /&gt;which one is better in term of gaming performance</description>
            <author>mejoh73</author>
            <category>Hardware</category>
            <pubDate>Sun, 15 Apr 2012 11:07:33 +0800</pubDate>
        </item>
        <item>
            <title>dual graphics card</title>
            <link>http://forum.lowyat.net/topic/2283409</link>
            <description>lets say if one of the graphics card need 1 slot and got decent vram&lt;br /&gt;and i double the card&lt;br /&gt;&lt;br /&gt;is that possible/good&lt;br /&gt;&lt;br /&gt;rather buying a graphics card that need 2 slot already but with good vram&lt;br /&gt;&lt;br /&gt;please do give me some comment</description>
            <author>mejoh73</author>
            <category>Hardware</category>
            <pubDate>Tue, 27 Mar 2012 17:47:09 +0800</pubDate>
        </item>
        <item>
            <title>gaming rig max 2.3k</title>
            <link>http://forum.lowyat.net/topic/2283390</link>
            <description>need recommendation from any sifus here to build a gaming rig&lt;br /&gt;im hoping it to be intel build ( people says that intel generate less heat that amd...idk )&lt;br /&gt;the resolution is about 1920 x 1200&lt;br /&gt;no lag&lt;br /&gt;&lt;br /&gt;please state and possible pros and cons for the build&lt;br /&gt;hope it will be less power consumption</description>
            <author>mejoh73</author>
            <category>Hardware</category>
            <pubDate>Tue, 27 Mar 2012 17:32:56 +0800</pubDate>
        </item>
    </channel>
</rss>
