The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    SSD Tweak Tool

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by joeking78, Mar 12, 2009.

  1. joeking78

    joeking78 Notebook Enthusiast

    Reputations:
    0
    Messages:
    31
    Likes Received:
    0
    Trophy Points:
    15
    I found this today: http://www.ocztechnologyforum.com/forum/showthread.php?t=49779

    Its a SSD tweaking tool developed by someone at OCZ and looks very interesting to anyone who owns a SSD. Mine arrives on Saturday so I'll be able to give some feedback on it.

    Sorry if this is a repost but I searched and found nothing.

    Cheers
     
  2. Michel.K

    Michel.K 167WAISIQ

    Reputations:
    353
    Messages:
    1,216
    Likes Received:
    0
    Trophy Points:
    55
    Nice :)

    In order to give a proper feedback, try the SSD first without the tweak tool to see what it really does :)
     
  3. joeking78

    joeking78 Notebook Enthusiast

    Reputations:
    0
    Messages:
    31
    Likes Received:
    0
    Trophy Points:
    15
    I also found this, for people who want to make the changes manually:

    Disable
    ------

    Prefetch & Superfetch, Auto Defrag, Indexing, Write Caching, Short File Names, NTFS Timestamp. Disable ACHI in BIOS before Vista install

    Vista Automatic Defrag
    -----------------------

    1. Click Start
    2. Click Control Panel
    3. Select the Control Panel Home
    4. Click System and Maintenance
    5. Under the Administrative Tools section at the bottom, click Defragment your hard drive
    6. Click or unclick Run automatically (recommended) depending if you want this feature enabled or disabled.
    7. Click OK

    Remove Indexing
    ----------------

    1. Go to, Start (blue marble) > Computer
    2. Right click on your drive and select 'properties'
    2. Uncheck 'index this drive for faster searching'

    Disable Write Caching
    ----------------------

    1. From the Device Manager expand the disk drives category
    2. Right click your drive. Select 'Properties' from the menu then click on the 'Policies' tab
    3. Uncheck 'Enable write caching on the disk'

    Disable Short File Names
    -------------------------

    The run command:

    fsutil behavior set disable8dot3 1

    Note that the Windows XP environment variables %TEMP% and %TMP% typically use short names. Program installations sometimes use these variables. If this change causes trouble and you need to restore the short name function, the command is; fsutil behavior set disable8dot3 0

    Disable Timestamp for Last Access
    ----------------------------------

    The run command:

    fsutil behavior set disablelastaccess 1

    Note that some backup programs may need this information. If you wish to restore the timestamp, the command is; fsutil behavior set disablelastaccess 0