<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by mayhammer</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 05 Jun 2026 01:26:43 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Alternative to Teamviewer</title>
            <link>http://forum.lowyat.net/topic/4047468</link>
            <description>Hi Fellow LYN members,&lt;br /&gt;&lt;br /&gt;I have been using Teamviewer for quite some time and it&amp;#39;s now popping messages stating I am using it for commercial purposes(which I am not).&lt;br /&gt;It is irritating enough that I am trying to look for an alternative.&lt;br /&gt;&lt;br /&gt;I connect from my phone hotspot/office wifi back to my home devices.&lt;br /&gt;I am using streamyx 1 Mbps with 512k upload speed.&lt;br /&gt;I connect to my computers via unattended setup.&lt;br /&gt;&lt;br /&gt;Alternatives that I tested&lt;br /&gt;1) VNCs - tested multiple flavours, I like TightVNC the best with mirror driver. However, nature of VNC security is allegedly weak. 8 char password...  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;2) Ammyy admin - Small file, AES security and file transfer. decent performance if using direct IP. can use http proxy. Problem is that it cannot host on a Linux box.&lt;br /&gt;3) LiteManager - slow performance.&lt;br /&gt;4) AeroAdmin - cannot use HTTP proxy. Buggy with direct IP + unattended setup.&lt;br /&gt;5) Ultraviewer - cannot change/disable the default generated password.&lt;br /&gt;6) NX, such as freeNX/Nomachine NX - Performance not as good&lt;br /&gt;7) Google remote desktop - does not support windows xp. too much information given to google.&lt;br /&gt;8) anydesk - I found my winner. Small approx 1.5 MB, can use ID code or direct connection. has linux platform(not tried yet) and encrypted communication. Android and IOS is in dev. Free for personal use.&lt;br /&gt;&lt;br /&gt;Anyone has any other alternatives? It has to be good performance, similar to TV.&lt;br /&gt;Pref, can use HTTP proxy and can be hosted on linux&lt;br /&gt;&lt;br /&gt;For now, I am still using Teamviewer  and if possible, I would like to walk away from it.&lt;br /&gt;I dont mind paying for licensing if it&amp;#39;s actually good, but Teamviewer  is just wayyyyyy to expensive to justify &amp;lt; 10 hours a month of access.&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;My conclusion, I cannot truly walk away from Teamviewer, but there are some really good alternatives&lt;br /&gt;My personal vote is for anydesk, followed by Ammyy admin&lt;br /&gt;My last choice is to setup a ssh server + tightvnc&lt;br /&gt;&lt;br /&gt;Hope my journey/investigation will also help follow forummers if they ever decide to leave Teamviewer.</description>
            <author>mayhammer</author>
            <category>Software</category>
            <pubDate>Mon, 05 Sep 2016 14:41:45 +0800</pubDate>
        </item>
        <item>
            <title>Wake on Lan from Internet</title>
            <link>http://forum.lowyat.net/topic/3353805</link>
            <description>There are 3 parts to enabling Wake on Lan(WOL) from the internet&lt;br /&gt;&lt;br /&gt;1) configuration of BIOS to support WOL&lt;br /&gt;2) configuration of Windows to support WOL&lt;br /&gt;3) configuration of router/port forwarding to support WOL&lt;br /&gt;&lt;br /&gt;&lt;u&gt;BIOS configuration&lt;/u&gt;&lt;br /&gt;WOL configuration is different for BIOS manufacturer. I cannot give you a definitive guide, but you should look out for words like WOL, Wake on Lan and PME(power management event). You need to enable this capability. Googling may help you with some screen shots&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Windows Configuration&lt;/u&gt;&lt;br /&gt;open network connections or start-run-ncpa.cpl&lt;br /&gt;locate your NIC card you wish to enable WOL. Please note, this guide is for WOL for physical NICs, not wireless.&lt;br /&gt;Right click, properties on your NIC card. Click configure.&lt;br /&gt;Go to power management, tick allow this device to wake the computer and tick only allow a magic packet to wake the computer&lt;br /&gt;Please take note of the MAC address of the NIC card. You will need it later.&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Router/Port forwarding&lt;/u&gt;&lt;br /&gt;Like BIOS configuration, I cant give you a definitive guide here.&lt;br /&gt;But there are few important things&lt;br /&gt;1) figure out the port number you want to use, most guides on the internet use port 9. You may use any port that you like. In my example, I will stick with 9&lt;br /&gt;2) perform port forwarding for UDP of port 9 from the internet to 192.168.1.255. I assume you are using subnet mask for your LAN 255.255.255.0. Change to broadcast IP appropriately for your LAN.&lt;br /&gt;&lt;br /&gt;Alternatively&lt;br /&gt;2) create a static ARP entry in your router. Assign an IP address that wont be used and tag it with the MAC ff:ff:ff:ff:ff:ff. example static arp entry for 192.168.1.254 is tied to ff:ff:ff:ff:ff:ff&lt;br /&gt;3) perform port forwarding for UDP of port 9 from the internet to 192.168.1.254.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;That is all that is needed for your PC.&lt;br /&gt;To wake up your PC remotely, you need to know &lt;br /&gt;1) the MAC address of your NIC card&lt;br /&gt;2) the public IP address of home connection. You can check via canyouseeme.org or www.whatismyip.com. You can also use duckdns or other free dynamic dns hosting service. This will not be covered.&lt;br /&gt;3) Some websites will ask for subnetmask, just enter 255.255.255.255&lt;br /&gt;&lt;br /&gt;Once all of the above is done, you can use the websites below to wake up your PC. Some offer command line tools to perform it as well&lt;br /&gt;&lt;a href='http://www.wakeonlan.me/' target='_blank'&gt;http://www.wakeonlan.me/&lt;/a&gt;&lt;br /&gt;&lt;a href='http://www.depicus.com/wake-on-lan/woli.aspx' target='_blank'&gt;http://www.depicus.com/wake-on-lan/woli.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And there you go, you can power on your PC remotely from anywhere.&lt;br /&gt;Couple this with teamviewer/VNC, you can remote back to your PC for whatever reason.&lt;br /&gt;Please test your configurations thoroughly before relying on this capability&amp;#33;</description>
            <author>mayhammer</author>
            <category>Reviews and Guides</category>
            <pubDate>Fri, 19 Sep 2014 15:51:42 +0800</pubDate>
        </item>
        <item>
            <title>fix IE 11 installation problem</title>
            <link>http://forum.lowyat.net/topic/3182226</link>
            <description>&lt;b&gt;&lt;u&gt;Description&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;You run windows update, and you select IE 11 (or 10) and install.&lt;br /&gt;Windows update throws an error 9C59.&lt;br /&gt;You check eventvwr/systems log, found -&amp;gt; Installation Failure: Windows failed to install the following update with error 0x80070643: Internet Explorer 11 for Windows 7 for x64-based Systems.&lt;br /&gt;Check C:&amp;#092;Windows&amp;#092;Logs&amp;#092;CBS&amp;#092;CBS.log and find &lt;br /&gt;--Failed to resolve item[0] in Package: Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~8.0.7601.17514, Update: Internet-Explorer-Optional-amd64 [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]&lt;br /&gt;--Failed to resolve execution update. [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]&lt;br /&gt;&lt;br /&gt;** no guarantees it will work for you, but it sure worked for me.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;Fix&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;- make sure you install all the softwares from Windows 11 pre-requisites. -&amp;gt; &lt;a href='http://support.microsoft.com/kb/2847882' target='_blank'&gt;http://support.microsoft.com/kb/2847882&lt;/a&gt;&lt;br /&gt;- reboot your computer once done&lt;br /&gt;- (preferable)install System Update Readiness Tool -&amp;gt; &lt;a href='https://support.microsoft.com/en-us/kb/947821#bookmark-checksur' target='_blank'&gt;https://support.microsoft.com/en-us/kb/9478...okmark-checksur&lt;/a&gt;&lt;br /&gt;- reboot&lt;br /&gt;- initiate IE 11 install&lt;br /&gt;- Open CBS log and determine which package is giving problems.&lt;br /&gt;- Go to registry -&amp;gt; HKEY_LOCAL_MACHINE&amp;#092;SOFTWARE&amp;#092;Microsoft&amp;#092;Windows&amp;#092;CurrentVersion&amp;#092;Component Based Servicing&amp;#092;PackageDetect&lt;br /&gt;&lt;b&gt;- DISCLAIMER - ALWAYS BACKUP YOUR REGISTRY BEFORE ACTION - I AM NOT RESPONSIBLE IF YOU SCREW UP YOUR OWN PC&lt;/b&gt;&lt;br /&gt;- search for the problematic packages that is giving the ERROR_SXS_ASSEMBLY_MISSING. You want to look for the older version, &lt;b&gt;&lt;u&gt;not something&lt;/u&gt;&lt;/b&gt; like this Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~&lt;b&gt;&lt;u&gt;11.2.9600.1642&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;- Once found, make sure you backup the registry key, then proceed to delete, and continue to search and delete. You should only delete items from HKEY_LOCAL_MACHINE&amp;#092;SOFTWARE&amp;#092;Microsoft&amp;#092;Windows&amp;#092;CurrentVersion&amp;#092;Component Based Servicing&amp;#092;PackageDetect or HKEY_LOCAL_MACHINE&amp;#092;SOFTWARE&amp;#092;Microsoft&amp;#092;Windows&amp;#092;CurrentVersion&amp;#092;Component Based Servicing&amp;#092;PackageIndex &lt;b&gt;&lt;u&gt;ONLY&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;- You may have to take ownership of those registry key that you need to delete.&lt;br /&gt;- Once all items deleted, rerun IE 11 installation.&lt;br /&gt;- Check CBS log for other ERROR_SXS_ASSEMBLY_MISSING. In my experience, I saw Microsoft-Windows-InternetExplorer-Package~31bf3856ad364e35~amd64~~8.0.7600.16385 and Microsoft-Windows-InternetExplorer-Package~31bf3856ad364e35~amd64~~8.0.7601.17514&lt;br /&gt;- Repeat until IE 11 installation is successful.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;credit:Inspiration/Idea from --&amp;#62; &lt;a href='http://www.sysnative.com/forums/windows-update/6601-%5Bhelp%5D-system-file-checker-scannow-found-corrupt-files-but-was-unable-to-fix-2.html' target='_blank'&gt;http://www.sysnative.com/forums/windows-up...e-to-fix-2.html&lt;/a&gt;</description>
            <author>mayhammer</author>
            <category>Reviews and Guides</category>
            <pubDate>Fri, 04 Apr 2014 01:25:44 +0800</pubDate>
        </item>
        <item>
            <title>Bind application to NIC</title>
            <link>http://forum.lowyat.net/topic/3138098</link>
            <description>These days, people have multiple internet enabled devices.&lt;br /&gt;&lt;br /&gt;Here to address the capability to dedicate a certain application to go through a particular NIC.&lt;br /&gt;&lt;br /&gt;Eg setup&lt;br /&gt;&lt;br /&gt;PC has 2 internet gateways&lt;br /&gt;1) via LAN cable connected to streamyx 1 MBPS&lt;br /&gt;2) via wifi hotspot from mobile phone&lt;br /&gt;&lt;br /&gt;Say you are torrenting and you want it to be on your streamyx line.&lt;br /&gt;At the same time, you want to have high speed browsing/youtube on your desktop.&lt;br /&gt;-------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;There are 2 ways to bind application to a specific NIC&lt;br /&gt;1) forcebindip.exe - look for it online. there are a number of tutorials. I personally dont find it working for Windows 7 64 bit. Cant say for other OS.&lt;br /&gt;2) Redirection via proxy server - Wingate from Qbik - I will explain this. Alternatively you can use FreeProxy internet suite from HandcraftedSoftware&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;- Get Wingate - it has free license. www.wingate.com&lt;br /&gt;- Install Wingate and activate it&amp;#39;s free license.&lt;br /&gt;- Run your Wingate management console.&lt;br /&gt;- Under Welcome Page - click Install / Configure services&lt;br /&gt;- Double click on www Proxy server&lt;br /&gt;- Go to Bindings tab&lt;br /&gt;- Bind to the IP of the NIC that you want to go out. Eg. 10.0.0.4&lt;br /&gt;- Click gateway tab - add gateway&lt;br /&gt;- select the gateway that you want to go through. It has to be the gateway for the IP address selected . Eg. 10.0.0.1. Because 10.0.0.4&amp;#39;s gateway is 10.0.0.1 based on ipconfig /all&lt;br /&gt;- click OK&lt;br /&gt;- go to the application of your choice - eg. Firefox &lt;br /&gt;- go to tools-option-network tab-settings&lt;br /&gt;- click on manual configuration - enter http proxy = 10.0.0.4 port 80&lt;br /&gt;- click ok and test browse.&lt;br /&gt;&lt;br /&gt;You can also &amp;quot;combine&amp;quot; bandwidth if you so wish. Under www proxy server, gateway, add all your gateway with &amp;quot;use all specified connections in rotation&amp;quot; scheme. &lt;br /&gt;You can try it out for yourself.&lt;br /&gt;&lt;br /&gt;For applications that dont have the ability to add proxy settings, you can still manipulate it through - IP Routing table  or Default NIC binding(run - ncpa.cpl - Advance - advance settings - Adapaters and Bindings)&lt;br /&gt;&lt;br /&gt;Lastly, this setup is unlikely to work if you are trying to &amp;quot;seperate&amp;quot; your VPN connection, but you can certainly try.&lt;br /&gt;Eg. you are connected to your office VPN, and you want to use your mobile wifi to youtube&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------------------&lt;br /&gt;If you dont have a wifi card on your desktop, you can use your Android phone as wifi card.&lt;br /&gt;Just start USB tethering and make sure your Android phone is connected to your Access Point via wifi. Voila&amp;#33;</description>
            <author>mayhammer</author>
            <category>Reviews and Guides</category>
            <pubDate>Thu, 20 Feb 2014 16:32:33 +0800</pubDate>
        </item>
        <item>
            <title>How to boot BartPE from USB</title>
            <link>http://forum.lowyat.net/topic/932238</link>
            <description>BartPE is a useful tool to assist in recovery of a dead PC, virus infected PC and etc.&lt;br /&gt;Below are simple steps that I summarized after reading forum posts on the net&lt;br /&gt;I hope they work for you&lt;br /&gt;&lt;br /&gt;Requirements&lt;br /&gt;&lt;br /&gt;1) USB drive. Minimum capacity is 256&lt;br /&gt;2) A motherboard that supports USB boot up&lt;br /&gt;3) BartPE builder 3110a or higher. Please download from Bart&amp;#39;s website -&amp;gt; &lt;a href='http://www.nu2.nu/pebuilder/#download' target='_blank'&gt;http://www.nu2.nu/pebuilder/#download&lt;/a&gt;&lt;br /&gt;4) PeToUSB 3.0.0.7  -&amp;gt; &lt;a href='http://gocoding.com/page.php?al=petousb' target='_blank'&gt;http://gocoding.com/page.php?al=petousb&lt;/a&gt;&lt;br /&gt;5) Windows XP SP1 or higher&lt;br /&gt;&lt;br /&gt;Setup Bios&lt;br /&gt;&lt;br /&gt;1) Go to your BIOS.&lt;br /&gt;2) Ensure that your BIOS is able to boot your USB as a hard disk. Go under your BIOS boot sequence. Select USB-HDD&lt;br /&gt;3) Another way is to plug your USB in, then power on. Hit F11(dependent on your MB) and select Hard Disk. You must be able to see your USB drive listed.&lt;br /&gt;&lt;br /&gt;Building BartPE&lt;br /&gt;&lt;br /&gt;1) Put your XP CD in your drive, or copy the entire contents to a folder&lt;br /&gt;2) Run BartPE builder, PEBuilder.exe. Point your source to your XP CD/Folder. &lt;br /&gt;3) Select any additional plugins your require. I will not go thru the details here.&lt;br /&gt;4) Select media output to None. Click build&lt;br /&gt;&lt;br /&gt;Transfer to USB&lt;br /&gt;&lt;br /&gt;1) Run PeToUSB&lt;br /&gt;2) Ensure it is able to locate your desired USB Drive. I wont be liable if you mess up this part&lt;br /&gt;3) Tick Enable Format. Tick Quick Format and Force Volume Dismount&lt;br /&gt;4) Select your source path for BartPE by clicking the &amp;quot;...&amp;quot;&lt;br /&gt;5) Tick file copy options and select Overwrite always&lt;br /&gt;6) Click start. It will take time to copy.&lt;br /&gt;&lt;br /&gt;Boot Up&lt;br /&gt;&lt;br /&gt;1) Plug in your USB BEFORE powering on your PC&lt;br /&gt;2) It will automatically boot up if you set the BIOS accordingly&lt;br /&gt;3) Mine booted in approx 1 minute.&lt;br /&gt;&lt;br /&gt;Issues - Diskpart&lt;br /&gt;&lt;br /&gt;1) Diskpart will not work if you use WinXP SP2 CD. go download the inf file here &lt;br /&gt;&lt;a href='http://lordoftheping.blogspot.com/2007/04/bartpe-diskpart-nightmare.html' target='_blank'&gt;http://lordoftheping.blogspot.com/2007/04/...-nightmare.html&lt;/a&gt;&lt;br /&gt;2) Create a folder called diskpart in plugin folder of BartPE. Launch BartPE, click Plugin and you will see &amp;quot;MMC add-on for Windows XP SP2&amp;quot;&lt;br /&gt;3) Then please enable &amp;quot;RpcSS needs to launch DComLaunch Service first - SP2 only&amp;quot;&lt;br /&gt;4) Build your BartPE files&lt;br /&gt;&lt;br /&gt;Alternative&lt;br /&gt;&lt;br /&gt;1) There is an alternative which is to utilize a RAMDISK as mention by Bart. I&amp;#39;ve tried this, it takes ages to boot, longer than a CD&amp;#33; It takes about 3-5 minutes. &lt;br /&gt;2) If your MB uses USB 1.1 speed, forum reports up to 20-40 minutes depending on the size&lt;br /&gt;3) I wont be covering this, search google/yahoo and there are plenty guides out there&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope this help you guys out there. This guide was written with thoughts for IT admins. An extra tool is never a burden&amp;#33;&lt;br /&gt;&lt;br /&gt;</description>
            <author>mayhammer</author>
            <category>Reviews and Guides</category>
            <pubDate>Wed, 11 Feb 2009 01:28:11 +0800</pubDate>
        </item>
        <item>
            <title>Split/Chop MKV files</title>
            <link>http://forum.lowyat.net/topic/809144</link>
            <description>Ever need to chop/split that MKV file to fit in that CD/DVD?&lt;br /&gt;&lt;br /&gt;There are 2 ways to do this.&lt;br /&gt;&lt;br /&gt;1) MKVtoolnix&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.bunkus.org/videotools/mkvtoolnix/downloads.html#windows' target='_blank'&gt;http://www.bunkus.org/videotools/mkvtoolni...ds.html#windows&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2) AVIDemux&lt;br /&gt;&lt;br /&gt;&lt;a href='http://fixounet.free.fr/avidemux/download.html' target='_blank'&gt;http://fixounet.free.fr/avidemux/download.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;===================================================&lt;br /&gt;&lt;br /&gt;1) MKVtoolnix&lt;br /&gt;&lt;br /&gt;a)	run MKVMergeGUI&lt;br /&gt;b)	click add&lt;br /&gt;c)	select your MKV file&lt;br /&gt;d)	go to the Global tab&lt;br /&gt;e)	tick select spitting, select the your required size. If you need some help on the details for splitting, please go to Start -&amp;gt; Programs -&amp;gt; MKVtoolnix -&amp;gt; Documentation -&amp;gt; MKVmerge GUI Guide&lt;br /&gt;f)	Set your output file directory&lt;br /&gt;g)	Click start muxing or Add to job queue. You are done.&lt;br /&gt;&lt;br /&gt;2) AVIDemux&lt;br /&gt;&lt;br /&gt;a)	run AVIDemux&lt;br /&gt;b)	Ensure that Video and Audio is on Copy. Format is on MKV&lt;br /&gt;c)	Open your MKV file. If it is a h264, you are likely to get a message to use safe mode. I will opt NOT TO, so I click cancel.&lt;br /&gt;d)	It will also say that Index is not up to date. I click NO&lt;br /&gt;e)	Determine which parts you want to chop off, set your marker A and B.&lt;br /&gt;f)	Marker A and B is available from Edit -&amp;gt; Set Marker A/B or it is near the centre bottom of the GUI.&lt;br /&gt;g)	Once you’ve placed your marker, hit the delete button. You will see the timeline will reposition itself, and your time will be shortened.&lt;br /&gt;h)	Hit the save button, it will prompt you for the directory you want to save. Hit OK and you are done. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Always remember&amp;#33;&amp;#33;&amp;#33; It is important to check the results of your new files for any possible synchronization problem.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Good Luck&lt;br /&gt;&lt;br /&gt;</description>
            <author>mayhammer</author>
            <category>Reviews and Guides</category>
            <pubDate>Sun, 05 Oct 2008 22:29:37 +0800</pubDate>
        </item>
        <item>
            <title>Quick and Dirty Way to Boot from USB</title>
            <link>http://forum.lowyat.net/topic/751175</link>
            <description>Hi all,&lt;br /&gt;&lt;br /&gt;Objective of this is to boot your PC with a USB thumbdrive&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You need the following&lt;br /&gt;&lt;br /&gt;1) ADRC_Data_Recovery_Tools_1.1. It can be found here&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.adrc.com/software/data_recovery_tools/index.html' target='_blank'&gt;http://www.adrc.com/software/data_recovery_tools/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you dont like the software, I think any of the raw sector read/write software will work just as fine, such as loaddskf and etc&lt;br /&gt;&lt;br /&gt;2) A bootable floppy of your choice(I used a WinXP bootdisk)&lt;br /&gt;3) A USB thumbdrive&lt;br /&gt;4) A mobo capable of booting from USB (most modern ones are compliant)&lt;br /&gt;5) To have NTFS support in DOS, you will need to download avira ntfs4dos&lt;br /&gt;&lt;a href='http://www.free-av.com/en/tools/11/avira_ntfs4dos_personal.html' target='_blank'&gt;http://www.free-av.com/en/tools/11/avira_n...s_personal.html&lt;/a&gt;&lt;br /&gt;6) Best to start fresh, so format your thumbdrive&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Steps&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;Part 1&lt;br /&gt;&lt;br /&gt;Run ARDC Data Recovery Tools 1.1.exe&lt;br /&gt;Click on Tools -&amp;gt; Raw Copy&lt;br /&gt;Select your source disk -&amp;gt; a:&lt;br /&gt;Select your destination -&amp;gt; your USB thumdrive drive&lt;br /&gt;click transfer&lt;br /&gt;&lt;br /&gt;Part 2&lt;br /&gt;&lt;br /&gt;Go to your PC bios&lt;br /&gt;Change the boot sequence to boot from USB&lt;br /&gt;In some bios, there are multiple selection, if you unsure which, just set your sequence to utilize all the boot options for USB&lt;br /&gt;&lt;br /&gt;eg. &lt;br /&gt;&lt;br /&gt;1st boot : USB Floppy&lt;br /&gt;2nd Boot : USB HDD&lt;br /&gt;and etc&lt;br /&gt;&lt;br /&gt;Save your entries and reboot. &lt;br /&gt;If all goes well, you will boot up thru your thumbdrive&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;For NTFS Support&lt;/u&gt;&lt;br /&gt;1) Run NTFS4DOS Floppy Wizard&lt;br /&gt;2) Select A:&lt;br /&gt;3) Follow the selections and finish the setup&lt;br /&gt;4) Continue with &lt;b&gt;Part 1&lt;/b&gt; above&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;1) Run NTFS4DOS Floppy Wizard&lt;br /&gt;2) Select X: (assuming X drive is your thumbdrive)&lt;br /&gt;3) Follow the selections and finish the setup&lt;br /&gt;4) Continue with &lt;b&gt;Part 2&lt;/b&gt; above&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Reasons for doing this&lt;/u&gt;&lt;br /&gt;1) faster boot time&lt;br /&gt;2) no floppy drive and etc&lt;br /&gt;&lt;br /&gt;Hope this guide helps&lt;br /&gt;&lt;br /&gt;The only drawback is the USB size is limited to 1.44 MB. But like I said, this is a quick and dirty guide.&lt;br /&gt;&lt;br /&gt;A better method is bart&amp;#39;s mkbt. A guide exists on bootdisk.com. look for method 1&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.bootdisk.com/pendrive.htm' target='_blank'&gt;http://www.bootdisk.com/pendrive.htm&lt;/a&gt;</description>
            <author>mayhammer</author>
            <category>Reviews and Guides</category>
            <pubDate>Sat, 26 Jul 2008 00:04:59 +0800</pubDate>
        </item>
    </channel>
</rss>
