Another in my occasional posts relating to my Windows Mobile (version 6, now) device, the XDA Orbit (aka HTC Artemis).
This is a list of registry hacks that I consider to be essential to know about, even if you don't do them!
Improve memory management
This change helps with the memory management feature.
HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\LowMem\ProgramMem
Change the value to 64 or 96 whichever give you the best performance.
This will increase the affectiveness of how Windows uses and manages memory of open programs.
Stop SMS Delivery Notifications
To always have SMS Delivery Notifications enabled:
HKCU\Software\Microsoft\Inbox\Settings\SMSDeliveryNotify = 1 (DWORD decimal)
To disable them (can still enable per-SMS in SMS settings):
HKCU\Software\Microsoft\Inbox\Settings\SMSDeliveryNotify = 0 (DWORD decimal)
Disable the SMS Sent notification
If you're tired of the "Message Sent" notification after sending an SMS/text message, you can disable them:
HKLM\Software\Microsoft\Inbox\Settings\SMSNoSentMsg = 1 (DWORD decimal)
And to re-enable:
HKLM\Software\Microsoft\Inbox\Settings\SMSNoSentMsg = 0 (DWORD decimal)
Please note that the 'Settings' key may not exist in your device, and thus may have to be created first.
No comments:
Post a Comment