Announcement

Collapse
No announcement yet.

User contributed tweaks for Common Apps

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • User contributed tweaks for Common Apps

    Thought i'd start this off as i'm going to try and relieve my SSD of as much un-necessary I/O as possible.

    This thread is intended as a lookup of user contributed tweaks to relocate caches etc for commonly used Applications. My permission at least, is granted to integrate these into an SSD Tweaker of sorts. The more of a collaboration the better


    Remote Desktop Connection SRC: http://www.winhelponline.com/article...-location.html

    Remote Desktop uses bitmap caching, which provides a substantial improvement in performance over low-bandwidth connections, especially when running applications that make extensive use of large bitmaps. The cached files (*.BMC) are stored in the following location, by default:

    %Userprofile%\Local Settings\Application Data\Microsoft\Terminal Server Client\cache

    This article describes how to relocate the bitmap cache path to a different folder or drive.
    Relocating the Remote Desktop Cache files

    * Open Regedit.exe and navigate to:

    HKEY_CURRENT_USER \ Software \ Microsoft \ Terminal Server Client

    * Create a new value (REG_SZ or REG_EXPAND_SZ types) named BitmapPersistCacheLocation and set its data accordingly.

    For example, to relocate the cache folder to D:\RDPCache, type D:\RDPCache as the data.

    Disk Cleanup utility - Remote Desktop Cache Files

    Note: You can skip this procedure if you don't plan to use Disk Cleanup to delete the Remote Desktop bitmap cache files.

    To make Disk Cleanup aware of the path change, use these steps:

    * Open Regedit.exe and navigate to:

    HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ VolumeCaches \ Remote Desktop Cache Files

    * Backup the branch to a REG file.
    * In the right-pane, delete the value named CSIDL
    * Double-click the value named Folder
    * Type the full path of the Remote Desktop cache folder (D:\RDPCache)
    * Close Regedit.exe
    Last edited by Kludge; 07-16-2009, 03:15 PM.

  • #2
    Google Chrome - Move cache
    Google Chrome's cache can be moved to another location, I used this feature to move my cache on to a HDD and off my SSD.
    1. Find the shortcut you use for Chrome
    2. Right-click on the shortcut
    3. Enter this in the "Target:" field after the location of chrome '--user-data-dir="E:\cache"'

    E:\Cache is the location that you want the cache to be located.
    This location also contains all of your bookmarks and settings, so if you want to keep your bookmarks and settings, you will have to move everything from the following folder into your new cache folder:
    C:\Users\[USERNAME]\AppData\Local\Google\Chrome\User Data\

    Comment

    Working...
    X