<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>Last 10 Submissions RSS Feed</title>
	<link><![CDATA[http://reboot.pro/index.php?app=downloads&module=search&section=search&do=last_ten]]></link>
	<pubDate>Thu, 17 May 2012 22:09:49 +0000</pubDate>
	<ttl>1800</ttl>
	<description>This is the RSS feed of the last ten file submissions accepted into our database.  This RSS feed is always up to date as it is dynamically updated.</description>
	<item>
		<title>Ghost32.7z</title>
		<link>http://reboot.pro/files/file/186-ghost327z/</link>
		<description>Script File and Icon</description>
		<pubDate>Wed, 16 May 2012 20:09:55 +0000</pubDate>
		<guid isPermaLink="false">186</guid>
	</item>
	<item>
		<title>bootdiskSDK</title>
		<link>http://reboot.pro/files/file/185-bootdisksdk/</link>
		<description><![CDATA[Since I am often testing over and over again Windows PE images, I needed a quick and automated way to rebuild ISO images and test them on the virtual machine. So, I am just sharing some of the tools that I use for myself in the hope they can help others too.<br />
<br />
If you are using mkisofs and qemu from command line, you might find yourself in troubles to create a Windows PE ISO image by hand. This SDK is a simple script that you can learn or modify for your own purposes and is targeted for Windows PE 2, 3 and above.<br />
<br />
<br />
<strong class='bbc'>What does it do?</strong><ul class='bbc'><li>Creates a new ISO image from an existent Windows PE using mkisofs (included)<br /></li><li>Run the newly created ISO inside the QEMU virtual machine (included)</li></ul>
<br />
<strong class='bbc'>How to use?</strong><br />
To use this SDK, just place your Windows PE files inside the "winpe" folder and then click on "run.bat" file.<br />
<br />
<br />
<strong class='bbc'>Modifying</strong><br />
If you wish, you can adjust the settings just by editing run.bat to your desire. By default, QEMU will run with 1Gb of allocated RAM memory for the virtual machine. If you think this is too much for your case, you should edit run.bat to use a lower value.<br />
<br />
<br />
<strong class='bbc'>Future</strong><br />
More features will be added on the feature. I have developed this SDK for my own use and might be adding more features if requested by other developers/users.<br />
<br />
<br />
Take care!<br />
 <img src='http://reboot.pro/public/style_emoticons/default/smile.png' class='bbc_emoticon' alt=':)' />]]></description>
		<pubDate>Wed, 09 May 2012 14:26:20 +0000</pubDate>
		<guid isPermaLink="false">185</guid>
	</item>
	<item>
		<title>MaxResolution</title>
		<link>http://reboot.pro/files/file/184-maxresolution/</link>
		<description><![CDATA[It is a little component to manage display resolution automaticaly.<br />
If you build your Win7PE only for one PC this component is not necessarily needed, the display resolution can be fix.<br />
But build Win7PE for many different PC's with different displays and graphic cards, this component help to find the maximal <strong class='bbc'>supported</strong> resolution automatically. Usually this is also the native resolution.<br />
<br />
<br />
<strong class='bbc'>Features:</strong><br />
<br />
<p class='bbc_indent' style='margin-left: 40px;'>- if run at startup, automatical search maximal supported resoution</p>
<p class='bbc_indent' style='margin-left: 40px;'>- optional show message to break  the switch-process</p>
<p class='bbc_indent' style='margin-left: 40px;'>- detect if PE is running as virtual machine and skipped the switching-process</p>
<p class='bbc_indent' style='margin-left: 40px;'>- as an alternative can be set for virtual machines a maximum resolution</p>
<p class='bbc_indent' style='margin-left: 40px;'><strong class='bbc'>- not recommended for CRT-Monitors</strong></p>
<br />
<strong class='bbc'>Requirements:</strong><br />
<br />
<p class='bbc_indent' style='margin-left: 40px;'>- none</p>
<br />
<strong class='bbc'>-It is recommended to enable the message if the maximum resolution is not supported by the monitor. So you can test the resolution and skip the process if you not shure.</strong><br />
<br />
<br />
It is test with Win7PE_SE, but it sure works well for other projects.<br />
Place the script in Tweaks<br />
best regards<br />
2aCD]]></description>
		<pubDate>Tue, 24 Apr 2012 16:08:47 +0000</pubDate>
		<guid isPermaLink="false">184</guid>
	</item>
	<item>
		<title><![CDATA[Set CrashControl to "no-autoreboot"]]></title>
		<link>http://reboot.pro/files/file/183-set-crashcontrol-to-no-autoreboot/</link>
		<description><![CDATA[<strong class='bbc'>Disable autoreboot after a BSOD</strong><br />
<br />
Set 'AutoReboot' to 0 in Remote-Registry -&gt; HKLM&#092;SYSTEM&#092;CurrentControlSet&#092;Control&#092;CrashControl<br />
<br />
fuwi]]></description>
		<pubDate>Tue, 24 Apr 2012 09:36:40 +0000</pubDate>
		<guid isPermaLink="false">183</guid>
	</item>
	<item>
		<title>WinRAM</title>
		<link>http://reboot.pro/files/file/182-winram/</link>
		<description><![CDATA[<span style='color: #0000ff'><span style='font-size: 18px;'><strong class='bbc'>WinRAM</strong> guide files and docs</span></span><br />
<strong class='bbc'>Run Windows 7 (and other NT 6.x versions of Windows) from Grub4Dos's RamDisk</strong><br />
<a href='http://reboot.pro/16646/' class='bbc_url' title=''>http://reboot.pro/16646/</a>]]></description>
		<pubDate>Sat, 21 Apr 2012 06:46:23 +0000</pubDate>
		<guid isPermaLink="false">182</guid>
	</item>
	<item>
		<title>localDriver</title>
		<link>http://reboot.pro/files/file/181-localdriver/</link>
		<description><![CDATA[LocalDriver is a tool which grabs the NIC driver from the user's PC and generates a WinBuilder script which can be added to WinBuilder projects.<br />
During build installs that script the grabbed driver into the PE.<br />
<br />
The advantage compared with DriverPacks: When you only have some systems where you want to use the built PE, this method needs much less PE space and much less build and boot time.<br />
<br />
The advantage compared with hostDriver / hostNIC: You do not need RAM boot to have a writable running PE.<br />
<br />
The .zip contains also the latest version of reg2WBSprg.exe which is needed by localDriver.exe.<br />
<br />
Currently localDriver works with NIC drivers. Audio drivers are in test and do not yet work well.<br />
<br />
When somebody has a driver which does not run on your PE:<ul class='bbc'><li>Try with the XP track of multiPE<br /></li><li>If the issue still exists, post your *.inf.</li></ul>]]></description>
		<pubDate>Fri, 20 Apr 2012 16:34:03 +0000</pubDate>
		<guid isPermaLink="false">181</guid>
	</item>
	<item>
		<title>CPU Identification Utility</title>
		<link>http://reboot.pro/files/file/180-cpu-identification-utility/</link>
		<description><![CDATA[Detects CPU Vendor, Model, internal speed, 32/64bit capability, cache sizes and more (Intel and AMD CPUs)<br />
<br />
Script tested in Win7PE_SE with 32bit source (64bit not tested)<br />
<br />
fuwi]]></description>
		<pubDate>Wed, 18 Apr 2012 10:39:08 +0000</pubDate>
		<guid isPermaLink="false">180</guid>
	</item>
	<item>
		<title>Adobe Reader X</title>
		<link>http://reboot.pro/files/file/179-adobe-reader-x/</link>
		<description><![CDATA[The original Adobe PDF-Reader as script for Win7PE<br />
<br />
<strong class='bbc'>Features:</strong><br />
<br />
<p class='bbc_indent' style='margin-left: 40px;'>- included version 10.1.3</p>
<p class='bbc_indent' style='margin-left: 40px;'>- tested with Win7PE_SE x86/x64</p>
<p class='bbc_indent' style='margin-left: 40px;'>- in addition Internet Explorer ActiveX to read pdf-files direct in browser</p>
<p class='bbc_indent' style='margin-left: 40px;'>- supported languages are:</p>
<p class='bbc_indent' style='margin-left: 80px;'>english, german, french, spanish and italian</p>
<p class='bbc_indent' style='margin-left: 40px;'>-splited scripts for settings and program files (for faster handling in Winbuilder)</p>
<br />
<strong class='bbc'>Requirements:</strong><br />
<br />
<p class='bbc_indent' style='margin-left: 40px;'>- container script with included program files</p>
<p class='bbc_indent' style='margin-left: 40px;'>download: <a href='http://aacd.reboot.pro/WBScripts/AdobeAcrobat/AdobeReaderX_file.script' class='bbc_url' title=''>AdobeReaderX FileContainer</a></p>
<br />
<br />
Place both scripts in the same directory, for example:<br />
<p class='bbc_indent' style='margin-left: 40px;'>%ProjectDir%&#092;Apps&#092;Supplementary</p>
<br />
For more languages give me a response.<br />
<br />
Now have fun<br />
2aCD]]></description>
		<pubDate>Fri, 13 Apr 2012 17:49:16 +0000</pubDate>
		<guid isPermaLink="false">179</guid>
	</item>
	<item>
		<title>botchedcodeconverter.zip</title>
		<link>http://reboot.pro/files/file/178-botchedcodeconverterzip/</link>
		<description><![CDATA[This tool was created by Wonko the Sane and helps to fix the code on forum posts that is now garbled after a forum upgrade.<br />
<br />
Quoting his words:<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'><span style='color: #282828'><span style='font-family: helvetica, arial, sans-serif'>Since the board update a number of items inside CODE and CODEBOX tags have become corrupted or however are parsed incorrectly by the Board software.</span></span><br />
<br />
<span style='color: #282828'><span style='font-family: helvetica, arial, sans-serif'>As a handy tool, and as a personal sign of my total and utter disagreement with:</span></span><ul class='bbc'><li>the IPB board developers<br /></li><li>the way the update of the board has been implemented</li></ul><span style='color: #282828'><span style='font-family: helvetica, arial, sans-serif'>please find here a small online javascript converter that may be of use until everything (maybe) will be fixed:</span></span></div></div>
<br />
The original topic can be found at <a href='http://reboot.pro/15275/' class='bbc_url' title=''>http://reboot.pro/15275/</a>]]></description>
		<pubDate>Fri, 13 Apr 2012 09:10:44 +0000</pubDate>
		<guid isPermaLink="false">178</guid>
	</item>
	<item>
		<title>LiveXP 2012</title>
		<link>http://reboot.pro/files/file/177-livexp-2012/</link>
		<description><![CDATA[This project is a rebirth of the <a href='http://reboot.pro/files/file/30-livexp/' class='bbc_url' title=''>classic LiveXP project</a>.<br />
<br />
The classic LiveXP projects runs only on WinBuilder versions 77 RC 2 and 80 Rev 3.<br />
<br />
The adapted project runs also on WinBuilder versions 82 and later.<br />
<br />
One of the advantages of LiveXP 2012 is the build speed. The build under 82 needs only 40% of the time of the 080 build.<br />
<br />
Older versions:<br />
<a href='http://nativeex.exec-se.de/Downloads/Complete/LiveXP/LiveXP-154.zip' class='bbc_url' title='External link' rel='nofollow external'>LiveXP-154.zip</a>]]></description>
		<pubDate>Thu, 05 Apr 2012 15:46:18 +0000</pubDate>
		<guid isPermaLink="false">177</guid>
	</item>
</channel>
</rss>
