Results 1 to 5 of 5
  1. #1
    Experienced User
    Overall activity: 0%

    Join Date
    Sep 2009
    Posts
    2,046
    Liked
    0 times
    Points
    28,383

    MyDefrag Portable - Enhanced

    How to create MyDefrag Portable - Enhanced




    1. Download and install it (jump to step #4 if you are using my Ketarin Update Script available [url=http://forum.raymond.cc/123868-post5.html]here)


    2. Copy MyDefrag script interpreter (MyDefrag.exe) and everything inside Scripts and Example Scripts into a folder of your choice* - this is how your folder should look:



    3. Your portable is now created - however this version is no longer 'stealth'.




    4. Double-click MyDefrag.exe: instead of the 7 standard defrag, sort and optimize strategies you have 14.



    5. You are not happy because you want the one-click-analyse-defrag-and-optimize? Easy, just create a shorcut to the main executable (MyDefrag.exe) and add the desired command-line arguments to the end**



    (in this example MyDefrag will analyse volume C: and generate report in program folder only)



    6. You can create as many shortcuts as you want, for instance i'm also using for my weekly optimization the following argument:
    Code:
    MyDefrag.exe -v C: OptimizeDaily.MyD


    * If you're thinking on a batch to do this forget it, Universal Extractor trick doesnt work.

    ** Launchers like pstart or asuite have similar procedures.
    Last edited by noaccount; 11-02-2009 at 05:01 PM.

  2. #2
    Modern-day Romeo
    Overall activity: 0%

    Join Date
    Jul 2009
    Location
    Singapore, the "Little Red Dot" on the map
    Posts
    6,159
    Liked
    476 times
    Points
    61,007
    You forgot to give a link to download

    Here is it:
    http://www.mydefrag.com/Manual-DownloadAndInstall.html

    I don't use MyDefrag but it's a cool trick nonetheless...I already created a portable version just in case when I want to test it in the future.

    Take note: It is not allowed to distribute the portable version you created...read this:

    http://www.mydefrag.com/FAQDownloadAndInstall-IsThereANo-installVersionAvailable.html

    And read this (boot optimization does not work)
    http://www.mydefrag.com/FAQUsing-HowToUseMyDefragFromABootableCD-ROMOrMemoryStick.html
    Last edited by safeguy; 11-01-2009 at 01:14 AM.
    They call me the mysterious one...
    my motto is...when it's hot, chill baby

  3. #3
    Experienced User
    Overall activity: 0%

    Join Date
    Sep 2009
    Posts
    2,046
    Liked
    0 times
    Points
    28,383
    well. if everybody contributes with something this is more interesting, right?
    thanks for the link

    iam preparing an update script using Ketarin - when i get it i'll post it here.

    regarding boot optimization, i dont quite get it - if a relative adress is used why this problem?
    MyDefrag uses the "%SystemRoot%\Prefetch\Layout.ini" file for the boot optimization.
    do you know a way to verify this?

  4. #4
    Modern-day Romeo
    Overall activity: 0%

    Join Date
    Jul 2009
    Location
    Singapore, the "Little Red Dot" on the map
    Posts
    6,159
    Liked
    476 times
    Points
    61,007
    Sorry, I've no idea...like I said earlier, I don't use MyDefrag...I prefer Iobit Smart Defrag and Auslogics Defrag...tried a lot of these freeware defragmenters before (including JKDefrag, etc) but I like the two due to its simplicity and ease of use. And so far, both hasn't failed me yet.

  5. #5
    Experienced User
    Overall activity: 0%

    Join Date
    Sep 2009
    Posts
    2,046
    Liked
    0 times
    Points
    28,383
    Quote Originally Posted by safeguy View Post
    And read this (boot optimization does not work)
    http://www.mydefrag.com/FAQUsing-HowToUseMyDefragFromABootableCD-ROMOrMemoryStick.html
    Yes, boot optimization is processed for non-bootable USB sticks, you can check that using -d. Extract:

    17:29:51 Starting FileSelect for zone 3 (at line 55 column 3).
    17:29:51 Cleaning up old data from memory.
    17:29:51 Finished cleaning up old data from memory.
    17:29:51 The volume has already been analyzed, using existing data.
    17:29:51 Starting FileBoolean.
    17:29:51 A analisar o ficheiro de optimização de arranque
    17:29:51 Loading file into memory: C:\Windows\Prefetch\Layout.ini
    Here is my Ketarin update script (customize it as you wish) - it uninstalls, downloads (from Filehippo), installs and extracts portable version to custom location acording to Jeroen Kessels recommended procedures. its verysilent and i tested on 32-bit XP and Vista.

    http://www.mydefrag.com/Manual-DownloadAndInstall.html
    http://www.mydefrag.com/FAQDownloadAndInstall-HowToUpgrade.html

    <?xml version="1.0" encoding="utf-16"?>
    <Jobs>
    <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="fc98e09e-ec0f-4695-81d3-1a5f9c5da1ea">
    <DownloadBeta>Avoid</DownloadBeta>
    <DownloadDate xsi:nil="true" />
    <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
    <VariableChangeIndicator />
    <CanBeShared>true</CanBeShared>
    <ShareApplication>false</ShareApplication>
    <ExclusiveDownload>false</ExclusiveDownload>
    <HttpReferer />
    <Variables />
    <ExecuteCommand>start "" /wait "{file}" /DIR="C:\Program Files\MyDefrag" /VERYSILENT &amp; md {root}USB-Toolkit\{category}\{appname}\ &amp; copy /y "C:\Program Files\MyDefrag\MyDefrag.exe" {root}USB-Toolkit\{category}\{appname}\ &amp; copy /y "C:\Program Files\MyDefrag\Example Scripts\*.MyD" {root}USB-Toolkit\{category}\{appname}\ &amp; copy /y "C:\Program Files\MyDefrag\Scripts\*.MyD" {root}USB-Toolkit\{category}\{appname}\</ExecuteCommand>
    <ExecutePreCommand>"C:\Program Files\MyDefrag\unins000.exe" /VERYSILENT</ExecutePreCommand>
    <Category>Cleanup</Category>
    <SourceType>FileHippo</SourceType>
    <PreviousLocation>D:\USB-Toolkit\Cleanup\MyDefrag-v4.2.5.exe</PreviousLocation>
    <DeletePreviousFile>true</DeletePreviousFile>
    <Enabled>true</Enabled>
    <FileHippoId>mydefrag</FileHippoId>
    <LastUpdated>2009-11-01T15:38:04.2399149</LastUpdated>
    <TargetPath>{root}USB-Toolkit\{category}\</TargetPath>
    <FixedDownloadUrl />
    <Name>MyDefrag</Name>
    </ApplicationJob>
    </Jobs>
    Last edited by noaccount; 11-02-2009 at 12:52 AM.

 

 

Similar Threads

  1. Opera 11 Portable
    By SAMEERA in forum Latest Releases
    Replies: 2
    Last Post: 12-21-2010, 10:46 AM
  2. Replies: 8
    Last Post: 08-01-2010, 02:50 AM
  3. MyDefrag 4.3.0 released!
    By paf in forum Latest Releases
    Replies: 1
    Last Post: 05-21-2010, 02:19 AM
  4. Portable Eset
    By LunarWolf in forum Spyware/Viruses
    Replies: 9
    Last Post: 02-04-2010, 03:31 PM
  5. OxygenOffice 3.10 Portable?
    By tado in forum General Forum
    Replies: 1
    Last Post: 07-31-2009, 08:44 AM
All times are GMT +8. The time now is 10:15 AM.