WM5 Registry Tweaks - Performance
These Registry tweaks are typically used to improve performance of Windows Mobile 5. (This content was split off from WM5_Tweaks_Other because that page would no longer accept additional content.)
For further tweaks, see: WM5 Tweaks - Other and http://www.pocketpctweaks.com/
Note to editors:
When editing, please make sure to disable the "[ ] Use Old Markup" option for display formatting reasons.
EXAMPLE - TRY NOT TO EDIT/DELETE
Tweak to do something
To do this and that, adjust the following registry value:
HKLM\Software\Microsoft\Something\SomeValue = 1 (DWORD decimal)
To do something different entirely, perhaps the opposite, do this:
HKLM\Software\Microsoft\Something\SomeValue = 0 (DWORD decimal)
This is an additional note
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)
You can set the value to pretty much anything you like, but suggested values are 4096, 8192, 16384 & 32768.
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)
Note that by default, the cache size is zero, and you will see no effect. See "Increase FileSystem cache" below to increase the cache size.
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)
You can set the value to pretty much anything you like.
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)
You can set the value to pretty much anything you like.
'개발이야기' 카테고리의 다른 글
How to develop and test device drivers in Windows CE 5.0 (4) | 2007.08.14 |
---|---|
블랙잭(SCH-M620,SPH-M6200) 에서 메시지 (POP3)에 Gmail 설정하기 (0) | 2007.08.14 |
XDADeveloperWiki - WM5_Tweaks_Other (0) | 2007.08.13 |
HowardForums: Your Mobile Phone Community & Resource - Bluetooth Stereo (A2DP) on Qtek 8500 (0) | 2007.08.06 |
WM6 A2DP best settings here - xda-developers (0) | 2007.08.06 |
Windows CE Developers FAQ (9) | 2007.08.06 |