Friday 7 December 2007

WM5 Registry Tweaks -For performance.

  • Disable menu animations
    To disable menu animations (sliding in/out) and speed up performance of the UI a bit:
    HKLM\SYSTEM\GWE\Menu\AniType = 0 (DWORD decimal)
    To change it back to the default:
    HKLM\SYSTEM\GWE\Menu\AniType = 6 (DWORD decimal)
  • Disable window animations
    To disable window animations (minimizing/maximizing) and speed up performance of the UI a bit:
    HKLM\SYSTEM\GWE\Animate = 0 (DWORD decimal)
    And to switch them back on:
    HKLM\SYSTEM\GWE\Animate = 1 (DWORD decimal)
  • Increase font cache
    To increase the font cache, speeding up font rendering at the cost of a bit of memory:
    HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 16384 (DWORD decimal)
    To change it back to the default:
    HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 8192 (DWORD decimal)
  • Enable FileSystem cache
    To enable the FileSystem cache, speeding up overall performance at the risk of the cache not being written on a sudden reset:
    HKLM\System\StorageManager\FATFS\EnableCache = 1 (DWORD decimal)
    To disable again:
    HKLM\System\StorageManager\FATFS\EnableCache = 0 (DWORD decimal)
  • Increase FileSystem cache
    To increase the file system cache:
    HKLM\System\StorageManager\FATFS\CacheSize = 4096 (DWORD decimal)
    To return the file system cache to zero:
    HKLM\System\StorageManager\FATFS\CacheSize = 0 (DWORD decimal)
  • Increase FileSystem filter cache
    To enable the file system filter cache, speeding up overall performance with file mangement:
    HKLM\System\StorageManager\Filters\fsreplxfilt\ReplStoreCacheSize = 4096 (DWORD decimal)
    To return the file system filter cache to zero:
    HKLM\System\StorageManager\Filters\fsreplxfilt\ReplStoreCacheSize = 0 (DWORD decimal)
  • UI Modifications
  1. Change the thickness of scrollbars
    To change the thickness of the scrollbars at the right/bottom of documents larger than the screen, adjust...For the horizontal (bottom) scrollbar:
    HKLM\System\GWE\cyHScr = 9 (DWORD decimal)
    For the vertical (right) scrollbar:
    HKLM\System\GWE\cxVScr = 9 (DWORD decimal)
  2. Change the length of scrollbar arrow buttons
    To go with changing the thickness of the scrollbars, you may wish to change the length of the scrollbar arrow buttons...For the horizontal (bottom) scrollbar arrows:
    HKLM\System\GWE\cyVScr = 9 (DWORD decimal)
    For the vertical (right) scrollbar:
    HKLM\System\GWE\cxHScr = 9 (DWORD decimal)
  3. Enable ClearType in Landscape mode
    To enable ClearType in Landscape mode:
    HKLM\System\GDI\ClearTypeSettings\OffOnRotation = 0 (DWORD decimal)
    To disable:
    HKLM\System\GDI\ClearTypeSettings\OffOnRotation = 1 (DWORD decimal)
  4. Change the display of the clock in the taskbar
    The clock in the taskbar can be changed to show not only the time, but also the date, or just the date, or nothing at all.To show nothing:
    HKLM\Software\Microsoft\Shell\TBOpt = 0 (DWORD decimal)
    To show just the clock:
    HKLM\Software\Microsoft\Shell\TBOpt = 1 (DWORD decimal)
    To show just the date:
    HKLM\Software\Microsoft\Shell\TBOpt = 2 (DWORD decimal)
    To show both the date and the clock:
    HKLM\Software\Microsoft\Shell\TBOpt = 3 (DWORD decimal)
  5. Show Edge network indicator instead of GPRS
    If your network provider supports the Edge network (and your device does as well), you can use the following to show a little 'E' icon instead of 'G' icon when connected to an Edge network:
    HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon = 1 (DWORD decimal)
    To disable again:
    HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon = 0 (DWORD decimal)
  6. Add GPS settings icon
    If you have a GPS device, you can add a GPS settings icon to your Start > Settings menu using:
    HKLM\ControlPanel\GPS Settings\Group = 2 (DWORD decimal)HKLM\ControlPanel\GPS Settings\redirect <-- delete, or rename, this value
  7. Hide/Show Screen orientation icon
    If you wish to hide the Screen orientation icon, shown in the task bar on some devices, you can set:
    HKLM\Services\ScreenRotate\ShowIcon = 0 (DWORD decimal)HKLM\System\GDI\Rotation\HideOrientationUI = 1 (DWORD decimal)
    And to show it again:
    HKLM\Services\ScreenRotate\ShowIcon = 1 (DWORD decimal)HKLM\System\GDI\Rotation\HideOrientationUI = 0 (DWORD decimal)
    If this doesn't work, you can try:
    HKLM\Services\screenrotate = 0 (DWORD decimal)
    And to show it again:
    HKLM\Services\screenrotate = 1 (DWORD decimal)
  8. Hide/Show battery indicator in Task bar
    If you wish to hide the battery indicator in the task bar on some devices, you can set:
    HKLM\Services\Power\ShowIcon = 0 (DWORD decimal)
    And to show:
    HKLM\Services\Power\ShowIcon = 1 (DWORD decimal)
  9. Put custom text on bottom-right of Today screenf ollowing key:
    HKLM\Software\Microsoft\Shell\DeviceBeta\Today = "This is windows mobile world of Umesh Jagga" (REG_SZ string, no quotes)
  • File Locations
    Change the location of My Documents HKLM\Software\Microsoft\Windows CE Services\FileSyncPath = "\Storage Card\My Documents" (REG_SZ string, no quotes)
    To return to the original location:
    HKLM\Software\Microsoft\Windows CE Services\FileSyncPath = "\My Documents" (REG_SZ string, no quotes)
  • Change the location of email and attachments
    When reading and sending email in Pocket Outlook, emails and their attachments are saved in the device's internal storage by default. You can change this location to, for example, your Storage Card:
    HKCU\Software\Microsoft\MAPI\PropertyPath = "\Storage Card\Mail" (REG_SZ string, no quotes) HKCU\Software\Microsoft\MAPI\AttachPath = "\Storage Card\Mail\Attachments" (REG_SZ string, no quotes)
    To return to the original location:
    Just simply delete these Registry settings (since neither is included by default).
    Change the location of Temporary Internet Files
    When browsing the web, pages and images are saved in the 'Temporary Internet Files' location. You can change this location to, for example, your Storage Card:
    HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Storage Card\cacheie" (REG_SZ string, no quotes)
    To return to the original location:
    HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Windows\Profiles\guest\Temporary Internet Files" (REG_SZ string, no quotes)
    Change the location of Ringtone file storage
    WM5 will look for Ringtones in \Windows\ or \Windows\Rings by default. You can change this location to, for example, your Storage Card (example given is for ringtones placed on the Storage Card root folder)
    HKCU\ControlPanel\SoundCategories\Ring\Directory = "\Storage Card\" (REG_SZ string, no quotes)
    To return to the original location:
    HKCU\ControlPanel\SoundCategories\Ring\Directory = "\Windows\Rings\" (REG_SZ string, no quotes)
    Note the default location may be "\Windows\" or "\Windows\Rings\" depending on your Device provider.
    Make WM5 ask where to install a program (1)
    If you wish to be able to specify whether to install a program on WM5's Main storage, or your Storage Card, regardless of installer setting set:
    HKLM\Software\apps\Microsoft Application Installer\fAskDest = 1 (DWORD decimal)
    To disable again:
    HKLM\Software\apps\Microsoft Application Installer\fAskDest = 0 (DWORD decimal)
    Make WM5 ask where to install a program (2)
    An alternative method of making WM5 ask where to install a program is by adding the "/askdest" option to the Windows CE loader:
    HKCR\cabfile\Shell\open\command = 'wceload.exe "%1" /askdest' (REG_SZ string, no quotes)
    Make WM5 keep CAB files around after installing (1)
    If you wish to keep the original .CAB file around after installing the application, set:
    HKLM\Software\apps\Microsoft Application Installer\nDynamicDelete = 0 (DWORD decimal)
    Or to restore to the default:
    HKLM\Software\apps\Microsoft Application Installer\nDynamicDelete = 2 (DWORD decimal)
    Make WM5 keep CAB files around after installing (2)
    An alternative method of making WM5 keep the original .CAB file around after installing the application is by adding the "/nodelete" option to the Windows CE loader:
    HKCR\cabfile\Shell\open\command = 'wceload.exe "%1" /nodelete' (REG_SZ string, no quotes)
    Make WM5 prompt before overwriting an existing installation
    If you wish to make WM5 prompt you before overwriting an existing installation, set:
    HKLM\Software\apps\Microsoft Application Installer\fAskOptions = 1 (DWORD decimal)
    To disable again:
    HKLM\Software\apps\Microsoft Application Installer\fAskOptions = 0 (DWORD decimal)
  • Input (keyboard, soft keys, SIP)
    Change slide-out keyboard layout
    If you have a Device from one country, but would like to use the keyboard layout of another, you can change the keyboard's language setting to do so...
    For US layout (QWERTY):HKCU\ControlPanel\Keybd\Locale = 0409 (String)For German layout (QWERTZ):HKCU\ControlPanel\Keybd\Locale = 0407 (String)For French layout (AZERTY):HKCU\ControlPanel\Keybd\Locale = 040c (String)For Spanish layout (QWERTY):HKCU\ControlPanel\Keybd\Locale = 040a (String)

No comments: