WP7 Registry Editor + Registry tweak

Registry Editor app for HTC devices


Registry editors doesn't see all keys mentioned here (security restriction)!

The purpose of this thread is to collate all WP7 interesting Registry Entries &
Tweaks we found and have them in the first page to don't having to search in many pages.

[after Deepshining Windows Phone 7]


Majority of this registry tweak work on all WP7 Device.
________________________________________________________

Enable instant resuming (JaxBot' Dehydrate hack)
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\TaskHost]
"DehydrateOnPause"=dword:0



Nodo fix 16 bit colour banding 
Code:
HKEY_LOCAL_MACHINE\Drivers\Display\Primary]
"PrimBPP"=dword:32
HKEY_LOCAL_MACHINE\Drivers\Display\Primary]
"bpp"=dword:32
HKEY_LOCAL_MACHINE\Drivers\Display\Primary]
"PanelBPP"=dword:32


Allow max number of unsignd apps
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg\Install]
    "MaxUnsignedApp"=dword:7fffffff


Prevent Relock for ChevronWP7 unlocked device
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\DeviceReg]
    "PortalUrlProd"=""
    "PortalUrlInt"=""


Live ID Activation Code
(Usefull on HD2 to bypass boring serial number step, need a valid serial!)
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\GwpCPC]
  "ActivationCode"="*****-*****-*****-*****-*****"


Developer Unlock the device(this is what chevron apply)
Code:
[HKEY_LOCAL_MACHINE\Comm\Security\LVMod]
    "DeveloperUnlockState"=dword:1



Shutter sound will be disabled when master volume is 0
Code:
[HKEY_LOCAL_MACHINE\Audio\StreamClass\Output\10]
"BypassDeviceGain"=dword:0


Permanently disable shutter sound
Code:
[HKEY_LOCAL_MACHINE\Audio\StreamClass\Output\10]
"ClassGain"=dword:0


Change alert sound path
Code:
[HKEY_current_user\ControlPanel\Sounds\SMS]
"Sound" = \My Documents\My Ringtones\whatever.wma


Disables the lockscreen
Code:
[HKEY_LOCAL_MACHINE\System\State]
"Lock"=dword:1


Bluetooth A2DP settings
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2DP\Settings]
    "UseJointStereo"=dword:1    ;For A2DP audio quality in AKU2.3 and above.
    "BitPool"=dword:1E          ;By default, A2DP uses a bitpool of 0x30. 0x40 - Better than Excellent audio quality 0x3A.
    "MaxSupportedBitPool"=dword:50 ; PTS 3.0.1 requests Max Bit Pool is 0x35.


Show 3G Toogle
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Connectivity\CellularCPL]
 "Show3GToggle"=dword:1


Add "never" option to Lockscreen screen time-out
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Lock]
"DisableNever"=dword:0


System & Home Background color to grey (replace dark theme background color)
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\1]
    "PageBackgroundColor"="#FF818181"
    "SysTrayBackgroundColor"="#FF818181"


Keypad,keyboard background & menu color black (Restart needed to apply)
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\1]
 "ChromeColor" value="#FF000000"


Enable Wifi 11n
Code:
[HKEY_LOCAL_MACHINE\Comm\BCMSDDHD1\Parms]
    "11nModeDisable"=dword:0


Caller ID issue fix
Code:
[HKEY_CURRENT_USER\ControlPanel\Phone]
"CallIDMatch"=dword:7



Unlock Hidden option in ease of access settings.
Code:
[HKEY_LOCAL_MACHINE\System\Accessibility]
    "CompactMode"=dword:0
    "TTY"=dword:1
    "telecoil_UI"=dword:1
    "telecoil"=dword:1



Set AutoData
Code:
[HKEY_LOCAL_MACHINE\System\AutoDataConfig]
"RunADC"=dword:1
"ConfigurationStatus"=dword:0
"Attempt"=dword:0
"MaxAttemptsAllowed"=dword:3


Change default IE search engine

Bing
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
    "DefaultScope"="Bing"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Bing]
"URL"="http://m.bing.com/search/search.aspx?mid=8015&LC=en-us"

Google
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
    "DefaultScope"="Google"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Google]
"URL"="http://www.google.com/m?hl=en&gl=us&client=ms-hms-tmobile-us&q={searchTerms}"

Yahoo
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
    "DefaultScope"="Yahoo"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Yahoo]
"URL"="http://de.search.yahoo.com/search?p={searchTerms}"


Add url to IE new Tabs.
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\AboutURLs]
"tabs"="http://www.google.fr"


Comments