<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>... Licht, Liebe und Lieben ...</title>
	<atom:link href="http://findingmore.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://findingmore.wordpress.com</link>
	<description>Jika Suatu Masalah Tidak Membunuhmu, Maka Masalah Tersebut Akan Menguatkanmu</description>
	<lastBuildDate>Tue, 06 Dec 2011 10:30:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='findingmore.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>... Licht, Liebe und Lieben ...</title>
		<link>http://findingmore.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://findingmore.wordpress.com/osd.xml" title="... Licht, Liebe und Lieben ..." />
	<atom:link rel='hub' href='http://findingmore.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Yet Another SMADAV autorun.inf Locked Folder Remover</title>
		<link>http://findingmore.wordpress.com/2011/07/07/yet-another-smadav-autorun-inf-locked-folder-remover/</link>
		<comments>http://findingmore.wordpress.com/2011/07/07/yet-another-smadav-autorun-inf-locked-folder-remover/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 04:12:01 +0000</pubDate>
		<dc:creator>coursoeminded</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Software Windows]]></category>

		<guid isPermaLink="false">http://findingmore.wordpress.com/?p=178</guid>
		<description><![CDATA[Terinspirasi sedikit (atau mungkin banyak ya? ) sama SMOVER-nya Mas Darmal. Mungkin bagi anda yang tidak mengerti dan mengenal apa itu SMOVER cuplikan tulisan Mas Darmal berikut bisa dijadikan referensi : .. bagi anda yang memiliki banyak data yang tersimpan di flashdisk dan karena suatu alasan tertentu ingin meremove proteksi Smad-Lock tanpa harus memformat ulang [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=findingmore.wordpress.com&amp;blog=3818987&amp;post=178&amp;subd=findingmore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Terinspirasi sedikit (atau mungkin banyak ya? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) sama SMOVER-nya Mas Darmal. Mungkin bagi anda yang tidak mengerti dan mengenal apa itu SMOVER cuplikan tulisan Mas Darmal berikut bisa dijadikan referensi :</p>
<blockquote><p>.. bagi anda yang memiliki banyak data yang tersimpan di flashdisk dan karena suatu alasan tertentu ingin meremove proteksi Smad-Lock tanpa harus memformat ulang ..</p></blockquote>
<p>(FYI : SMOVER bukan satu-satunya tools yang bisa digunakan untuk meremove proteksi SMAD-LOCK SMADAV. Cara lain yang bisa anda pilih yaitu dengan menggunakan tool Unlocker atau tools file handler remover  lain)</p>
<p>Tools berikut adalah sedikit script batch sederhana yang saya coba buat sebagai alternatif lain untuk meremove proteksi folder autorun.inf buatan SMADAV. Untuk menggunakan tools berikut anda hanya perlu mengcopy-paste teks berikut pada aplikasi Notepad (atau text editor lain kesukaan anda) dan menyimpannya sebagai file *.cmd maupun *.bat.</p>
<p><code><br />
@ECHO OFF</p>
<p>CLS</p>
<p>MODE CON:COLS=50 LINES=5</p>
<p>:Remove</p>
<p>IF EXIST \autorun.inf\con\aux\ RD /S /Q \autorun.inf\con\aux\ &gt;NUL</p>
<p>IF EXIST \autorun.inf\con\ RD /S /Q \autorun.inf\con\ &gt;NUL</p>
<p>IF EXIST \autorun.inf\ RD /S /Q \autorun.inf\ &gt;NUL</p>
<p>GOTO Check</p>
<p>:Check</p>
<p>CLS</p>
<p>IF NOT EXIST \autorun.inf\ (</p>
<p>	COLOR 47</p>
<p>		ECHO.</p>
<p>		ECHO SMADAV-Folk SUCCESS REMOVED on this drive !!!</p>
<p>		ECHO.</p>
<p>	GOTO End</p>
<p>	) ELSE (</p>
<p>	COLOR 06</p>
<p>		ECHO.</p>
<p>		ECHO I Guess Something Wrong Here ...</p>
<p>		ECHO.</p>
<p>	GOTO End</p>
<p>	)</p>
<p>:End</p>
<p>PAUSE</p>
<p>EXIT<br />
</code></p>
<p>Note :</p>
<p>Jalankan skrip *.bat ataupun *.cmd ini pada drive yg ingin dicopot proteksi smad-locknya.</p>
<p>Credit goes to : coursoeminded aka me ;p</p>
<br />Filed under: <a href='http://findingmore.wordpress.com/category/hacking/'>Hacking</a>, <a href='http://findingmore.wordpress.com/category/scripting/'>Scripting</a>, <a href='http://findingmore.wordpress.com/category/software-windows/'>Software Windows</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/findingmore.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/findingmore.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/findingmore.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/findingmore.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/findingmore.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/findingmore.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/findingmore.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/findingmore.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/findingmore.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/findingmore.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/findingmore.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/findingmore.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/findingmore.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/findingmore.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=findingmore.wordpress.com&amp;blog=3818987&amp;post=178&amp;subd=findingmore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://findingmore.wordpress.com/2011/07/07/yet-another-smadav-autorun-inf-locked-folder-remover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8511d8642ae1b3d23eb349b922bff4fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pdj</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Get Windows Version v3.2</title>
		<link>http://findingmore.wordpress.com/2011/01/25/get-windows-version-v3-2/</link>
		<comments>http://findingmore.wordpress.com/2011/01/25/get-windows-version-v3-2/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 05:25:24 +0000</pubDate>
		<dc:creator>coursoeminded</dc:creator>
		
		<guid isPermaLink="false">http://findingmore.wordpress.com/?p=208</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=findingmore.wordpress.com&amp;blog=3818987&amp;post=208&amp;subd=findingmore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is password protected. You must visit the website and enter the password to continue reading.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/findingmore.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/findingmore.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/findingmore.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/findingmore.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/findingmore.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/findingmore.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/findingmore.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/findingmore.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/findingmore.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/findingmore.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/findingmore.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/findingmore.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/findingmore.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/findingmore.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=findingmore.wordpress.com&amp;blog=3818987&amp;post=208&amp;subd=findingmore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://findingmore.wordpress.com/2011/01/25/get-windows-version-v3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8511d8642ae1b3d23eb349b922bff4fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pdj</media:title>
		</media:content>
	</item>
		<item>
		<title>Christmas Countdown &amp; Chirstmas Is Coming Sidebar Gadget</title>
		<link>http://findingmore.wordpress.com/2010/11/30/christmas-countdown-christmas-is-coming-sidebar-gadget/</link>
		<comments>http://findingmore.wordpress.com/2010/11/30/christmas-countdown-christmas-is-coming-sidebar-gadget/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 17:08:01 +0000</pubDate>
		<dc:creator>coursoeminded</dc:creator>
				<category><![CDATA[???]]></category>
		<category><![CDATA[Bebas]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[JC]]></category>
		<category><![CDATA[Software Windows]]></category>

		<guid isPermaLink="false">http://findingmore.wordpress.com/?p=181</guid>
		<description><![CDATA[Christmas Day is almost here everyone!!!.. &#160; This little and simple post is not to explain the true meaning of Christmas for Christians, because this day of course is most awaited day by every Christians in this world, okay? . But rather just for share a little Christmas Spirit project from my lab, by share [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=findingmore.wordpress.com&amp;blog=3818987&amp;post=181&amp;subd=findingmore&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Christmas Day is almost here everyone!!!..</p>
<p>&nbsp;</p>
<p>This little and simple post is not to explain the true meaning of Christmas for Christians, because this day of course is most awaited day by every Christians in this world, okay? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . But rather just for share a little Christmas Spirit project from my lab, by share 2 gadget/widget included below that have a simple main goal to help others to track days left until Christmas Day. (By display the remaining time until Christmas in days, hours and minutes and display &#8220;Merry Christmas&#8221; when count down gets to the last day)</p>
<p>&nbsp;</p>
<p>FYI : Each of this original gadget project are ripped from <a href="http://www.softpedia.com/get/Windows-Widgets/Alarms-Clocks/Christmas-Is-Coming-Vista-Gadget.shtml" target="_blank">Charles Beaupre</a> and <a href="http://www.softpedia.com/get/Windows-Widgets/Alarms-Clocks/Christmas-Countdown-Vista-Gadget.shtml" target="_blank">Justin Braun</a> work, which was initially just made for Christmas Day in 2007. And with this modified fork version i try to fix and add some feature to automatically detect Christmas Day on every year. (so this stuff will not stuck in December 25, 2007 anymore) <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>Here&#8217;s some screenshots from original project (taken from <a href="http://www.softpedia.com/" target="_blank">SoftPedia</a>) :</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-medium wp-image-183" title="Christmas-Is-Coming-Vista-Gadget_1" src="http://findingmore.files.wordpress.com/2010/11/christmas-is-coming-vista-gadget_1.jpg?w=300&#038;h=175" alt="" width="300" height="175" /></a></p>
<p>&nbsp;</p>
<p><img class="aligncenter size-medium wp-image-184" title="Christmas-Countdown-Vista-Gadget_1" src="http://findingmore.files.wordpress.com/2010/11/christmas-countdown-vista-gadget_1.jpg?w=300&#038;h=142" alt="" width="300" height="142" /></a></p>
<p>&nbsp;</p>
<p>And screenshots from my work :</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-medium wp-image-187" title="christmas_is_coming_v1.0.1" src="http://findingmore.files.wordpress.com/2010/11/christmas_is_coming_v1-0-1.jpg?w=500&#038;h=436" alt="" width="500" height="436" /></a></p>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-188" title="christmas_is_coming_v1.0.1_2" src="http://findingmore.files.wordpress.com/2010/11/christmas_is_coming_v1-0-1_2.jpg?w=614" alt=""   /></a></p>
<p>&nbsp;</p>
<p><img class="aligncenter size-medium wp-image-185" title="christmas_countdown_v1.0.2" src="http://findingmore.files.wordpress.com/2010/11/christmas_countdown_v1-0-2.jpg?w=500&#038;h=436" alt="" width="500" height="436" /></a></p>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-186" title="christmas_countdown_v1.0.2_2" src="http://findingmore.files.wordpress.com/2010/11/christmas_countdown_v1-0-2_2.jpg?w=614" alt=""   /></a></p>
<p>&nbsp;</p>
<p>You can get this gadget from <a href="http://www.mediafire.com/download.php?v60uoygrn60dyix" target="_blank">here</a> and <a href="http://www.mediafire.com/download.php?2jqro8h8p0nzzq0" target="_blank">here</a>.</p>
<p>&nbsp;</p>
<p>System requirement :<br />
- Windows Vista or Windows 7 with Windows Sidebar program running well. (both have been tested and work well on x86 and x64 system)</p>
<p>&nbsp;</p>
<p>Your comments, critics and rate for this work are welcome.</p>
<p>&nbsp;</p>
<p>Finally&#8230;</p>
<p>Happy Christmas Everybody <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>Pascal Dudleyjoe</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>NOTE : i never claim to build this gadget/widget, but rather make little fork work</p>
<p>&nbsp;</p>
<p>(sorry for my trully-bad english <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> )</p>
<br />Filed under: <a href='http://findingmore.wordpress.com/category/1/'>???</a>, <a href='http://findingmore.wordpress.com/category/bebas/'>Bebas</a>, <a href='http://findingmore.wordpress.com/category/christmas/'>Christmas</a>, <a href='http://findingmore.wordpress.com/category/jc/'>JC</a>, <a href='http://findingmore.wordpress.com/category/software-windows/'>Software Windows</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/findingmore.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/findingmore.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/findingmore.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/findingmore.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/findingmore.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/findingmore.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/findingmore.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/findingmore.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/findingmore.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/findingmore.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/findingmore.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/findingmore.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/findingmore.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/findingmore.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=findingmore.wordpress.com&amp;blog=3818987&amp;post=181&amp;subd=findingmore&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://findingmore.wordpress.com/2010/11/30/christmas-countdown-christmas-is-coming-sidebar-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8511d8642ae1b3d23eb349b922bff4fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pdj</media:title>
		</media:content>

		<media:content url="http://findingmore.files.wordpress.com/2010/11/christmas-is-coming-vista-gadget_1.jpg?w=300" medium="image">
			<media:title type="html">Christmas-Is-Coming-Vista-Gadget_1</media:title>
		</media:content>

		<media:content url="http://findingmore.files.wordpress.com/2010/11/christmas-countdown-vista-gadget_1.jpg?w=300" medium="image">
			<media:title type="html">Christmas-Countdown-Vista-Gadget_1</media:title>
		</media:content>

		<media:content url="http://findingmore.files.wordpress.com/2010/11/christmas_is_coming_v1-0-1.jpg?w=500" medium="image">
			<media:title type="html">christmas_is_coming_v1.0.1</media:title>
		</media:content>

		<media:content url="http://findingmore.files.wordpress.com/2010/11/christmas_is_coming_v1-0-1_2.jpg" medium="image">
			<media:title type="html">christmas_is_coming_v1.0.1_2</media:title>
		</media:content>

		<media:content url="http://findingmore.files.wordpress.com/2010/11/christmas_countdown_v1-0-2.jpg?w=500" medium="image">
			<media:title type="html">christmas_countdown_v1.0.2</media:title>
		</media:content>

		<media:content url="http://findingmore.files.wordpress.com/2010/11/christmas_countdown_v1-0-2_2.jpg" medium="image">
			<media:title type="html">christmas_countdown_v1.0.2_2</media:title>
		</media:content>
	</item>
	</channel>
</rss>
