<?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>iann0036.com</title>
	<atom:link href="http://iann0036.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://iann0036.com</link>
	<description></description>
	<lastBuildDate>Sun, 24 Jul 2011 11:18:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Website Update</title>
		<link>http://iann0036.com/?p=178</link>
		<comments>http://iann0036.com/?p=178#comments</comments>
		<pubDate>Sat, 25 Jun 2011 05:18:01 +0000</pubDate>
		<dc:creator>iann0036</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iann0036.com/?p=178</guid>
		<description><![CDATA[Hi all, It&#8217;s been a while since I updated (or posted to) my site. This upgrade has been my project for the past 3 days, and doesn&#8217;t it look spectacular? Also, check out the new logo; Standard Extended]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>It&#8217;s been a while since I updated (or posted to) my site. This upgrade has been my project for the past 3 days, and doesn&#8217;t it look spectacular? <img src='http://iann0036.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, check out the new logo;</p>
<p><strong>Standard</strong></p>
<p><a href="http://iann0036.com/wp-content/uploads/2010/06/logo.png" rel="thumbnail"><img class="alignnone size-full wp-image-272" title="logo" src="http://iann0036.com/wp-content/uploads/2010/06/logo.png" alt="" width="348" height="75" /></a></p>
<p><strong>Extended</strong></p>
<p><strong> </strong><img class="alignnone size-full wp-image-277" title="logo-banner" src="http://iann0036.com/wp-content/uploads/2010/06/logo-banner.png" alt="" width="571" height="348" /></p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://iann0036.com/?feed=rss2&#038;p=178</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Whoops!</title>
		<link>http://iann0036.com/?p=337</link>
		<comments>http://iann0036.com/?p=337#comments</comments>
		<pubDate>Mon, 17 Jan 2011 11:27:01 +0000</pubDate>
		<dc:creator>iann0036</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://iann0036.com/?p=337</guid>
		<description><![CDATA[Crashed this server today Discovered that a combination of disabling memory limits and disabling maximum execution time leads to a rapid exhaustion of resources and, a self-inflicted DoS attack. Luckily the fine folks at Just Host were on live chat (as they always are) ready to kill that nasty process. Here&#8217;s the offending code: &#60;?php [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iann0036.com/wp-content/uploads/2011/01/computer-crash.jpg" rel="thumbnail"><img src="http://iann0036.com/wp-content/uploads/2011/01/computer-crash-150x150.jpg" alt="" title="server-crash" width="150" height="150" class="alignright size-thumbnail wp-image-346" /></a>Crashed this server today <img src='http://iann0036.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Discovered that a combination of disabling memory limits and disabling maximum execution time leads to a rapid exhaustion of resources and, a self-inflicted DoS attack. Luckily the fine folks at <a title="Just Host Web Hosting" href="http://www.justhost.com" target="_blank">Just Host</a> were on live chat (as they always are) ready to kill that nasty process.</p>
<p>Here&#8217;s the offending code:</p>
<pre>
<div id="_mcePaste">&lt;?php</div>
<div id="_mcePaste">ini_set("memory_limit",-1);</div>
<div id="_mcePaste">set_time_limit(0);</div>
<div id="_mcePaste">while (true)</div>
<div id="_mcePaste">$big_memory_hog .= str_repeat("AAAAA",100000000);</div>
<div id="_mcePaste">?&gt;</div>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://iann0036.com/?feed=rss2&#038;p=337</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMS Sender Spoofed</title>
		<link>http://iann0036.com/?p=325</link>
		<comments>http://iann0036.com/?p=325#comments</comments>
		<pubDate>Wed, 01 Dec 2010 06:18:45 +0000</pubDate>
		<dc:creator>iann0036</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://iann0036.com/?p=325</guid>
		<description><![CDATA[Today I stumbled upon an incredible feature whilst developing for the SiteCheck project. Whilst coding in a not-to-be-mentioned SMS API I noticed a bug in their API which allowed me to send as another number. After a few test cases I realized the potential for havoc with this feature, so I whipped up a script [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iann0036.com/wp-content/uploads/2010/09/istock_sms.jpg" rel="thumbnail"><img class="alignright size-medium wp-image-331" title="mobile phone with SMS #2" src="http://iann0036.com/wp-content/uploads/2010/09/istock_sms-300x256.jpg" alt="" width="300" height="256" /></a>Today I stumbled upon an incredible feature whilst developing for the SiteCheck project. Whilst coding in a not-to-be-mentioned SMS API I noticed a bug in their API which allowed me to send as another number. After a few test cases I realized the potential for havoc with this feature, so I whipped up a script for it.</p>
<p>You can find it over at <a href="http://iann0036.com/spoofsms" target="_blank">http://iann0036.com/spoofsms/</a></p>
<p>Note this goes through moderation that I don&#8217;t check often. No being evil.</p>
]]></content:encoded>
			<wfw:commentRss>http://iann0036.com/?feed=rss2&#038;p=325</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Desktop</title>
		<link>http://iann0036.com/?p=326</link>
		<comments>http://iann0036.com/?p=326#comments</comments>
		<pubDate>Tue, 28 Sep 2010 12:38:03 +0000</pubDate>
		<dc:creator>iann0036</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iann0036.com/?p=326</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://iann0036.com/wp-content/uploads/2010/09/WallSept2010.png" rel="thumbnail"><img class="alignnone size-large wp-image-327" title="WallSept2010" src="http://iann0036.com/wp-content/uploads/2010/09/WallSept2010-1024x575.png" alt="" width="574" height="322" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iann0036.com/?feed=rss2&#038;p=326</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SiteCheck</title>
		<link>http://iann0036.com/?p=296</link>
		<comments>http://iann0036.com/?p=296#comments</comments>
		<pubDate>Wed, 30 Jun 2010 01:58:32 +0000</pubDate>
		<dc:creator>iann0036</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://iann0036.com/?p=296</guid>
		<description><![CDATA[A new project. You simply place your e-mail address and the webpage you wish to monitor for changes in the form on it&#8217;s website and if the webpage does change you will be notified via e-mail. An activation link is initially sent to the e-mail address provided and you must click on this before the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iann0036.com/wp-content/uploads/2010/06/Html-source-code.png" rel="thumbnail"><img class="alignright size-thumbnail wp-image-301" title="Html-source-code" src="http://iann0036.com/wp-content/uploads/2010/06/Html-source-code-150x150.png" alt="" width="150" height="150" /></a><s>A new project.</p>
<p>You simply place your e-mail address and the webpage you wish to monitor for changes in the form on it&#8217;s website and if the webpage does change you will be notified via e-mail. An activation link is initially sent to the e-mail address provided and you must click on this before the webpage is watched.</p>
<p><a href="http://sitecheck.iann0036.com/">http://sitecheck.iann0036.com/</a></s></p>
<h2><span style="color: #ff0000;"><strong>Complete Update!</strong></span></h2>
<p>This project has grown legs and now has a new name and it&#8217;s own domain.</p>
<p>Introducing <a title="pagewat.ch" href="http://pagewat.ch/" target="_blank">pagewat.ch</a> !</p>
<p>Excerpt from main site:</p>
<p><em>pagewat.ch was made to stop the painstaking task of checking all the web sites you regularly visit for new information. There&#8217;s no software to install: pagewat.ch can be managed via e-mail, web control panel or by a <a href="http://en.wikipedia.org/wiki/Bookmarklet">bookmarklet</a> and runs all bandwidth intensive scripts on the server. Since it stores and transmits your passwords, it&#8217;s advised that you don&#8217;t use this service for private and/or confidential information monitoring. Oh, and it&#8217;s free for personal use so long as you accept the <a href="http://pagewat.ch/#">terms and conditions</a>.</em></p>
<p>Head over there and give it a shot, oh, and don&#8217;t forget the <a href="mailto:feedback@pagewat.ch">feedback</a> <img src='http://iann0036.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://iann0036.com/?feed=rss2&#038;p=296</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktops</title>
		<link>http://iann0036.com/?p=288</link>
		<comments>http://iann0036.com/?p=288#comments</comments>
		<pubDate>Fri, 25 Jun 2010 10:36:49 +0000</pubDate>
		<dc:creator>iann0036</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iann0036.com/?p=288</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://iann0036.com/wp-content/uploads/2010/06/desk.png" rel="thumbnail"><img class="size-medium wp-image-314 alignnone" title="desk" src="http://iann0036.com/wp-content/uploads/2010/06/desk-300x168.png" alt="" width="300" height="168" /></a></strong></p>
<p><strong><a href="http://iann0036.com/wp-content/uploads/2010/06/desk.png"></a><a href="http://iann0036.com/wp-content/uploads/2010/07/newdesktop.png" rel="thumbnail"><img class="size-medium wp-image-308 alignnone" title="newdesktop" src="http://iann0036.com/wp-content/uploads/2010/07/newdesktop-300x168.png" alt="" width="300" height="168" /></a></strong></p>
<p><strong><a href="http://iann0036.com/wp-content/uploads/2010/06/desktop-current1.png" rel="thumbnail"><img class="alignnone size-medium wp-image-290" title="desktop-current" src="http://iann0036.com/wp-content/uploads/2010/06/desktop-current1-300x168.png" alt="" width="300" height="168" /></a></strong></p>
<p><a href="http://iann0036.com/wp-content/uploads/2010/06/3731555914_831aa0a0a3_b.jpg" rel="thumbnail"><img class="alignnone size-medium wp-image-291" title="3731555914_831aa0a0a3_b" src="http://iann0036.com/wp-content/uploads/2010/06/3731555914_831aa0a0a3_b-300x187.jpg" alt="" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iann0036.com/?feed=rss2&#038;p=288</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Warming</title>
		<link>http://iann0036.com/?p=204</link>
		<comments>http://iann0036.com/?p=204#comments</comments>
		<pubDate>Thu, 24 Jun 2010 00:00:30 +0000</pubDate>
		<dc:creator>iann0036</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iann0036.com/?p=204</guid>
		<description><![CDATA[From the evidence it looks pretty likely to me that we’re causing global warming on a horrific scale. But with science you don’t need to argue. It doesn’t matter who wins the debate–it’s about reality. By just waiting a little longer, we’ll get to see who was right. It feels unethical, but I find myself wanting to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iann0036.com/wp-content/uploads/2010/06/global-warming-2.preview.jpg" rel="thumbnail"><img class="alignnone size-full wp-image-195" title="global-warming-2.preview" src="http://iann0036.com/wp-content/uploads/2010/06/global-warming-2.preview.jpg" alt="" width="550" height="468" /></a></p>
<p>From the evidence it looks pretty likely to me that we’re causing global warming on a horrific scale. But with science you don’t need to argue. It doesn’t matter who wins the debate–it’s about reality. By just waiting a little longer, we’ll get to see who was right. It feels unethical, but I find myself wanting to keep quiet about the science just to know for sure. As terrible as it sounds, the state of the world isn’t really my responsibility. I’m just thrilled to get to watch. If the scientists are right–and if we keep people from understanding just a little longer–we’ll enjoy quite a ride. And pragmatically, on the outside chance that they’re all wrong, I get saved the embarrassment of having spoken up.</p>
]]></content:encoded>
			<wfw:commentRss>http://iann0036.com/?feed=rss2&#038;p=204</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game Maker</title>
		<link>http://iann0036.com/?p=164</link>
		<comments>http://iann0036.com/?p=164#comments</comments>
		<pubDate>Sun, 06 Dec 2009 05:31:52 +0000</pubDate>
		<dc:creator>iann0036</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://iann0036.com/?p=164</guid>
		<description><![CDATA[Today I will be posting ALL of my Game Maker Files (that I can find). I worked with Game Maker on and off for about 8 years of my life and it was such a great experience. In the hope that a frustrated GML coder may benefit from some of my games and code, I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iann0036.com/wp-content/uploads/2009/12/game-maker-v7-0-5-0-pro-150x150.png" rel="thumbnail"><img class="alignright size-full wp-image-282" title="game-maker-v7-0-5-0-pro-150x150" src="http://iann0036.com/wp-content/uploads/2009/12/game-maker-v7-0-5-0-pro-150x150.png" alt="" width="150" height="150" /></a>Today I will be posting ALL of my Game Maker Files (that I can find). I worked with Game Maker on and off for about 8 years of my life and it was such a great experience. In the hope that a frustrated GML coder may benefit from some of my games and code, I&#8217;ll simply be archiving my Game Maker folders and publishing them&#8230;I do not think I will be returning to the Game Maker Community again. Please note however that there are alot of irrelevant data and &#8220;borrowed&#8221; code in there. You are free to use all of it, though attribution would be appreciated. I apologize if any stolen games or code has been used but I never intended to use it for public purposes.</p>
<p>In addition to my programs and code, I have my entire collection of Sprites &amp; Other Resources which I categorized (not well). I highly recommend you have a look because it did take me some time to organize it. I also have some code and executables from other authors. Most of these will most probably be outdated (some were written in GM5).</p>
<p><a href="http://iann0036.com/GM6, GMD &amp; EXE.7z" target="_self">GM6, GMD &amp; EXE.7z</a></p>
<p><a href="http://iann0036.com/Resources.7z" target="_self">Resources.7z</a></p>
<p><a href="http://iann0036.com/From Other GM's.7z" target="_self">From Other GM&#8217;s.7z</a></p>
<p><a href="http://iann0036.com/Random Stuff.7z" target="_self">Random Stuff.7z</a></p>
<p>P.S. If anyone wants to create some mirrors it&#8217;d be appreciated.</p>
<p>Project Status: <span style="color: #00ff00;"><strong>COMPLETED</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://iann0036.com/?feed=rss2&#038;p=164</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch File Scripts</title>
		<link>http://iann0036.com/?p=158</link>
		<comments>http://iann0036.com/?p=158#comments</comments>
		<pubDate>Sun, 06 Dec 2009 04:36:23 +0000</pubDate>
		<dc:creator>iann0036</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://iann0036.com/?p=158</guid>
		<description><![CDATA[Shutdown.bat @echo off title PC SHUTDOWN echo Shutdown sequence has initiated echo. REM ***Close MSN Messenger*** echo Killing msnmsgr tasklist /FI &#8220;IMAGENAME eq msnmsgr.exe&#8221; &#124; find /i &#8220;msnmsgr.exe&#8221; IF ERRORLEVEL 2 GOTO MSNOPEN IF ERRORLEVEL 1 GOTO MSNNOTOPEN :MSNOPEN taskkill /IM msnmsgr.exe /F :MSNNOTOPEN REM ***Close vlc*** echo Killing vlc tasklist /FI &#8220;IMAGENAME eq vlc.exe&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://iann0036.com/wp-content/uploads/2010/06/cmdprompt-02-cmdwindow.png" rel="thumbnail"><img class="size-full wp-image-254 alignnone" title="cmdprompt-02-cmdwindow" src="http://iann0036.com/wp-content/uploads/2010/06/cmdprompt-02-cmdwindow.png" alt="" width="420" height="270" /></a></strong></p>
<p><strong><a href="http://iann0036.com/wp-content/uploads/2010/06/cmdprompt-02-cmdwindow.png"></a>Shutdown.bat</strong></p>
<p>@echo off<br />
title PC SHUTDOWN<br />
echo Shutdown sequence has initiated<br />
echo.</p>
<p>REM ***Close MSN Messenger***<br />
echo Killing msnmsgr<br />
tasklist /FI &#8220;IMAGENAME eq msnmsgr.exe&#8221; | find /i &#8220;msnmsgr.exe&#8221;<br />
IF ERRORLEVEL 2 GOTO MSNOPEN<br />
IF ERRORLEVEL 1 GOTO MSNNOTOPEN<br />
:MSNOPEN<br />
taskkill /IM msnmsgr.exe /F<br />
:MSNNOTOPEN</p>
<p>REM ***Close vlc***<br />
echo Killing vlc<br />
tasklist /FI &#8220;IMAGENAME eq vlc.exe&#8221; | find /i &#8220;vlc.exe&#8221;<br />
IF ERRORLEVEL 2 GOTO vlcOPEN<br />
IF ERRORLEVEL 1 GOTO vlcNOTOPEN<br />
:vlcOPEN<br />
taskkill /IM vlc.exe /F<br />
:vlcNOTOPEN</p>
<p>REM ***Close rainmeter***<br />
echo Killing rainmeter<br />
tasklist /FI &#8220;IMAGENAME eq rainmeter.exe&#8221; | find /i &#8220;rainmeter.exe&#8221;<br />
IF ERRORLEVEL 2 GOTO rainmeterOPEN<br />
IF ERRORLEVEL 1 GOTO rainmeterNOTOPEN<br />
:rainmeterOPEN<br />
taskkill /IM rainmeter.exe /F<br />
:rainmeterNOTOPEN</p>
<p><span id="more-158"></span></p>
<p>REM ***Close rainlendar2***<br />
echo Killing rainlendar2<br />
tasklist /FI &#8220;IMAGENAME eq rainlendar2.exe&#8221; | find /i &#8220;rainlendar2.exe&#8221;<br />
IF ERRORLEVEL 2 GOTO rainlendar2OPEN<br />
IF ERRORLEVEL 1 GOTO rainlendar2NOTOPEN<br />
:rainlendar2OPEN<br />
taskkill /IM rainlendar2.exe /F<br />
:rainlendar2NOTOPEN</p>
<p>REM ***Close thunderbird***<br />
echo Killing thunderbird<br />
tasklist /FI &#8220;IMAGENAME eq thunderbird.exe&#8221; | find /i &#8220;thunderbird.exe&#8221;<br />
IF ERRORLEVEL 2 GOTO thunderbirdOPEN<br />
IF ERRORLEVEL 1 GOTO thunderbirdNOTOPEN<br />
:thunderbirdOPEN<br />
taskkill /IM thunderbird.exe /F<br />
:thunderbirdNOTOPEN</p>
<p>REM ***Close firefox***<br />
echo Killing firefox<br />
tasklist /FI &#8220;IMAGENAME eq firefox.exe&#8221; | find /i &#8220;firefox.exe&#8221;<br />
IF ERRORLEVEL 2 GOTO firefoxOPEN<br />
IF ERRORLEVEL 1 GOTO firefoxNOTOPEN<br />
:firefoxOPEN<br />
taskkill /IM firefox.exe /F<br />
:firefoxNOTOPEN</p>
<p>REM ***Close explorer***<br />
echo Killing explorer<br />
tasklist /FI &#8220;IMAGENAME eq explorer.exe&#8221; | find /i &#8220;explorer.exe&#8221;<br />
IF ERRORLEVEL 2 GOTO explorerOPEN<br />
IF ERRORLEVEL 1 GOTO explorerNOTOPEN<br />
:explorerOPEN<br />
taskkill /IM explorer.exe /F<br />
:explorerNOTOPEN</p>
<p>echo.<br />
echo Shutdown complete</p>
<p>shutdown.exe /s /t 10</p>
<p><strong>Startup.bat</strong></p>
<p>@echo off<br />
title PC STARTUP<br />
echo Booting&#8230;</p>
<p>START /d &#8220;C:\Program Files\uTorrent&#8221; uTorrent.exe<br />
START /d &#8220;C:\Program Files\Windows Live&#8221; msnmsgr.exe<br />
START /d &#8220;C:\Program Files\dvd43&#8243; dvd43_tray.exe<br />
START /d &#8220;C:\Program Files\Stardock\ObjectDock&#8221; ObjectDock.exe<br />
START /d &#8220;C:\Program Files\Rainmeter&#8221; rainmeter.exe<br />
START /d &#8220;C:\Program Files\Rainlendar2&#8243; Rainlendar2.exe</p>
<p><strong>Leave.bat</strong></p>
<p>&#8220;F:\Program Files\TrueCrypt\TrueCrypt.exe&#8221; /v &#8220;F:\files&#8221; /d /w /s<br />
net use z: /delete<br />
&#8220;F:\Documents and Settings\Iann0036\Desktop\Leave Computer\pass.reg&#8221;<br />
tskill hrfscore.exe /a<br />
tskill HrfsClient.exe /a<br />
tskill TrueCrypt.exe /a</p>
<p><strong>RegBackup.bat</strong></p>
<p>@echo off<br />
echo Deleting previous register&#8230;<br />
del c:\regbackup\hklm.reg<br />
del c:\regbackup\hkcu.reg<br />
del c:\regbackup\hkcr.reg<br />
del c:\regbackup\hku.reg<br />
del c:\regbackup\hkcc.reg<br />
echo Done<br />
echo Exporting register&#8230;<br />
reg export HKLM\ c:\regbackup\hklm.reg<br />
reg export HKCU\ c:\regbackup\hkcu.reg<br />
reg export HKCR\ c:\regbackup\hkcr.reg<br />
reg export HKU\ c:\regbackup\hku.reg<br />
reg export HKCC\ c:\regbackup\hkcc.reg<br />
echo Done</p>
<p><strong>Shutdown2.bat</strong></p>
<p>@echo off<br />
echo Starting system shutdown (5 seconds)<br />
sleep 5<br />
cls<br />
echo [ System shutdown ]<br />
echo.<br />
sleep 2<br />
echo Dismounting files&#8230;<br />
&#8220;C:\Program Files\TrueCrypt\TrueCrypt.exe&#8221; /d /l s /w /b /f /q /s<br />
echo Done.<br />
echo.<br />
sleep 2<br />
echo Exiting online storage&#8230;<br />
rem &#8220;C:\Program Files\humyo.com Client\HrfsClient.exe&#8221; /exit<br />
echo Done.<br />
echo.<br />
sleep 2<br />
echo Removing TEMP folder&#8230;<br />
cd %temp%<br />
rmdir /S /Q Temp<br />
echo Done.<br />
echo.<br />
sleep 2<br />
echo Clearing cache&#8230;<br />
DEL /S /F /Q &#8220;%USERPROFILE%\Local Settings\Temporary Internet Files\*.*&#8221;<br />
DEL /S /F /Q &#8220;%USERPROFILE%\Cookies&#8221;<br />
DEL /S /F /Q &#8220;%USERPROFILE%\Recent&#8221;<br />
DEL /S /F /Q &#8220;%USERPROFILE%\Local Settings\History&#8221;<br />
DEL /S /F /Q &#8220;C:\Users\Iann0036\Recent&#8221;<br />
DEL /S /F /Q &#8220;C:\Users\Iann0036\Cookies&#8221;<br />
echo Done.<br />
echo.<br />
sleep 2<br />
echo Shutting down&#8230;<br />
C:\poweroff.exe shutdown -warn -warntime 30 -msg &#8221; &#8221; | exit</p>
]]></content:encoded>
			<wfw:commentRss>http://iann0036.com/?feed=rss2&#038;p=158</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>USB Multipass</title>
		<link>http://iann0036.com/?p=154</link>
		<comments>http://iann0036.com/?p=154#comments</comments>
		<pubDate>Sun, 06 Dec 2009 04:19:49 +0000</pubDate>
		<dc:creator>iann0036</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://iann0036.com/?p=154</guid>
		<description><![CDATA[I first heard about the USB Multipass project on Hak5 from Revision3. Hak5 being my favourite vodcast of the week. Anyway, the USB Multipass project allows me to boot tools such as data forensics, backup and recovery and preinstalled environments right from my USB stick with the GRUB bootloader. Although I am still working on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iann0036.com/wp-content/uploads/2010/06/usb_stick_ziggo.jpg" rel="thumbnail"><img class="alignnone size-large wp-image-218" title="usb_stick_ziggo" src="http://iann0036.com/wp-content/uploads/2010/06/usb_stick_ziggo-1024x768.jpg" alt="" width="590" height="442" /></a></p>
<p>I first heard about the USB Multipass project on Hak5 from Revision3. Hak5 being my favourite vodcast of the week. Anyway, the USB Multipass project allows me to boot tools such as data forensics, backup and recovery and preinstalled environments right from my USB stick with the GRUB bootloader.</p>
<p>Although I am still working on it, I plan to incorporate both Windows and Linux installation CD&#8217;s, a preinstallation environment, and tools such as Hirens BootCD, UBCD, SpinRite, Helix, <span style="text-decoration: line-through;">COFEE</span> (shh), and much more.</p>
<p>Project Status: <span style="color: #00ff00;"><strong>ACTIVE</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://iann0036.com/?feed=rss2&#038;p=154</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

