[REF] WP7 Registry tweak (Updated 07/01/12)

Search This thread

MixerNoMore

Senior Member
Jan 18, 2010
64
3
Arnhem
so i tried to add a new theme like a dummy....i added a folder named "2" it went to start them entered back into the registry editor app and it kicks me out....how i can i delete that "2" folder?

it now kicks me out of all apps

is there like a reg edit i can deploy to delete this folder named "2" ?

it is located here: [HKEY_LOCAL_MACHINE\ControlPanel\Themes\2]

I had the same problem. I did a reset through the about section under settings and installed everything from 0.

Theme related reg

Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\0] ; ThemeId 0 - Light
    "BaseThemeColor"="#FFFFFFFF" ; Contains base theme color. Not to be changed.
    "TextHighContrast"="#FFFFFFFF"
    "TextNeutralColor"="#DE000000"
    "TextNeutralColor20"="#33000000"
    "TextNeutralColor30"="#4D000000"
    "TextNeutralColor60"="#66000000"
    "TextNeutralColor75"="#99000000"
    "TextNeutralColor80"="#CC000000"
    "KeyPadBackground"="#FFFFFFFF"
    "PageBackgroundColor"="#FFFFFFFF"
    "ChromeColor"="#FFDDDDDD"
    "ContrastColor"="#FF000000"
    "SysTrayBackgroundColor"="#FFFFFFFF"
    "CheckBoxBackground"="res://UIXMobile!ui.light.checkbox.background.png"
    "CheckBoxDisabledBackground"="res://UIXMobile!ui.light.checkbox.background.disabled.png"
    "CheckBoxBackgroundPressed"="res://UIXMobile!ui.light.checkbox.background.down.png"
    "CommonErrorImage"="res://UIXMobile!common.light.error.png"
    "RadioButtonBackgroundPressed"="res://UIXMobile!ui.light.radiobutton.background.down.png"
    "ProgressBarBackground"="#19000000"
    "ProgressBarDisabledBackground"="#19999999"
    "ListPickerBackgroundPressed"="#FFE5E5E5"
    "ListPickerBackground"="#FFDDDDDD"
    "EditBoxBackgroundPressed"="res://UIXMobile!ui.light.editbox.background.down.png"
    "EditBoxBackground"="res://UIXMobile!ui.light.editbox.background.png"
    "TransparentBackgroundColor"="#AAFFFFFF"
    "ButtonBackground"="res://UIXMobile!ui.light.button.background.png"
    "ButtonBackgroundPressed"="res://UIXMobile!ui.light.button.background.down.png"
    "ButtonBackgroundDisabled"="res://UIXMobile!ui.light.button.background.disabled.png"
    "CheckBoxCheckmark"="res://UIXMobile!ui.light.checkbox.checkmark.png"
    "CheckBoxCheckmarkDisabled"="res://UIXMobile!ui.light.checkbox.checkmark.disabled.png"
    "DateTimeBackground"="res://UIXMobile!ui.light.datetime.background.png"
    "DateTimeBackgroundSelected"="res://UIXMobile!ui.light.datetime.background.selected.png"
    "ToggleSwitchTrackLeft"="res://UIXMobile!ui.light.toggleswitch.trackleft.png"
    "ToggleSwitchTrackRight"="res://UIXMobile!ui.light.toggleswitch.trackright.png"
    "ToggleSwitchBackgroundOn"="res://UIXMobile!ui.light.toggleswitch.background.on.png"
    "ToggleSwitchBackgroundOff"="res://UIXMobile!ui.light.toggleswitch.background.off.png"
    "ToggleSwitchBackgroundDisabled"="res://UIXMobile!ui.light.toggleswitch.background.disabled.png"
    "ToggleSwitchThumbOn"="res://UIXMobile!ui.light.toggleswitch.thumb.on.png"
    "ToggleSwitchThumbOff"="res://UIXMobile!ui.light.toggleswitch.thumb.off.png"
    "ToggleSwitchThumbDisabled"="res://UIXMobile!ui.light.toggleswitch.thumb.disabled.png"
    "ToggleSwitchTrack"="res://UIXMobile!ui.light.toggleswitch.track.png"
    "ToggleSwitchTrackPressed"="res://UIXMobile!ui.light.toggleswitch.track.down.png"
    "ToggleSwitchTrackDisabled"="res://UIXMobile!ui.light.toggleswitch.track.disabled.png"

[HKEY_LOCAL_MACHINE\ControlPanel\Themes\0\Accents]
    "0"=dword:FF339933 ; AccentId ;0 - Green
    "1"=dword:FFE51400 ; AccentId ;1 - Red
    "2"=dword:FF1BA1E2 ; AccentId ;2 - Blue
    "3"=dword:FFF09609 ; AccentId ;3 - Yellow ;Id 4 - Used by OEMs
    "5"=dword:FFE671B8 ; AccentId ;5 - Pink ;Id 4 - Used by OEMS
    "6"=dword:FFA05000 ; AccentId ;6 - Brown
    "7"=dword:FF8CBF26 ; AccentId ;7 - Lime
    "8"=dword:FF00ABA9 ; AccentId ;8 - Teal
    "9"=dword:FFA200FF ; AccentId ;9 - Purple
    "10"=dword:FFFF0097 ; AccentId ;10 - Magenta

[HKEY_LOCAL_MACHINE\ControlPanel\Themes\1] // ThemeId 1 - Dark
    "BaseThemeColor"="#FF000000" ;Contains Base Theme Color not to be changed.
    "TextHighContrast"="#FF000000"
    "TextNeutralColor"="#FFFFFFFF"
    "TextNeutralColor20"="#33FFFFFF"
    "TextNeutralColor30"="#66FFFFFF"
    "TextNeutralColor60"="#99FFFFFF"
    "TextNeutralColor75"="#BFFFFFFF"
    "TextNeutralColor80"="#CCFFFFFF"
    "KeyPadBackground"="#FF383838"
    "PageBackgroundColor"="#FF000000"
    "ChromeColor"="#FF1F1F1F"
    "ContrastColor"="#FFFFFFFF"
    "SysTrayBackgroundColor"="#FF000000"    
    "CheckBoxBackground"="res://UIXMobile!ui.dark.checkbox.background.png"
    "CheckBoxBackgroundPressed"="res://UIXMobile!ui.dark.checkbox.background.down.png"
    "CheckBoxDisabledBackground"="res://UIXMobile!ui.dark.checkbox.background.disabled.png"
    "CommonErrorImage"="res://UIXMobile!common.dark.error.png"
    "RadioButtonBackgroundPressed"="res://UIXMobile!ui.dark.radiobutton.background.down.png"
    "ProgressBarBackground"="#19FFFFFF"
    "ProgressBarDisabledBackground"="#19999999"
    "ListPickerBackground"="#FFCCCCCC"
    "ListPickerBackgroundPressed"="#FFFFFFFF"
    "EditBoxBackground"="res://UIXMobile!ui.dark.editbox.background.png"
    "EditBoxBackgroundPressed"="res://UIXMobile!ui.dark.editbox.background.down.png"
    "TransparentBackgroundColor"="#AA000000"
    "ButtonBackground"="res://UIXMobile!ui.dark.button.background.png"
    "ButtonBackgroundPressed"="res://UIXMobile!ui.dark.button.background.down.png"
    "ButtonBackgroundDisabled"="res://UIXMobile!ui.dark.button.background.disabled.png"
    "CheckBoxCheckmark"="res://UIXMobile!ui.dark.checkbox.checkmark.png"
    "CheckBoxCheckmarkDisabled"="res://UIXMobile!ui.dark.checkbox.checkmark.disabled.png"
    "DateTimeBackground"="res://UIXMobile!ui.dark.datetime.background.png"
    "DateTimeBackgroundSelected"="res://UIXMobile!ui.dark.datetime.background.selected.png"
    "ToggleSwitchTrackLeft"="res://UIXMobile!ui.dark.toggleswitch.trackleft.png"
    "ToggleSwitchTrackRight"="res://UIXMobile!ui.dark.toggleswitch.trackright.png"
    "ToggleSwitchBackgroundOn"="res://UIXMobile!ui.dark.toggleswitch.background.on.png"
    "ToggleSwitchBackgroundOff"="res://UIXMobile!ui.dark.toggleswitch.background.off.png"
    "ToggleSwitchBackgroundDisabled"="res://UIXMobile!ui.dark.toggleswitch.background.disabled.png"
    "ToggleSwitchThumbOn"="res://UIXMobile!ui.dark.toggleswitch.thumb.on.png"
    "ToggleSwitchThumbOff"="res://UIXMobile!ui.dark.toggleswitch.thumb.off.png"
    "ToggleSwitchThumbDisabled"="res://UIXMobile!ui.dark.toggleswitch.thumb.disabled.png"
    "ToggleSwitchTrack"="res://UIXMobile!ui.dark.toggleswitch.track.png"
    "ToggleSwitchTrackPressed"="res://UIXMobile!ui.dark.toggleswitch.track.down.png"
    "ToggleSwitchTrackDisabled"="res://UIXMobile!ui.dark.toggleswitch.track.disabled.png"

[HKEY_LOCAL_MACHINE\ControlPanel\Themes\1\Accents]
    "0"=dword:FF339933 ; AccentId ;0 - Green
    "1"=dword:FFE51400 ; AccentId ;1 - Red
    "2"=dword:FF1BA1E2 ; AccentId ;2 - Blue
    "3"=dword:FFF09609 ; AccentId ;3 - Yellow ;Id 4 - Used by OEMS
    "5"=dword:FFE671B8 ; AccentId ;5 - Pink ;Id 4 - Used by OEMS
    "6"=dword:FFA05000 ; AccentId ;6 - Brown
    "7"=dword:FF8CBF26 ; AccentId ;7 - Lime
    "8"=dword:FF00ABA9 ; AccentId ;8 - Teal
    "9"=dword:FFA200FF ; AccentId ;9 - Purple
    "10"=dword:FFFF0097 ; AccentId ;10 - Magenta

I think this is going over my head.:eek:
 

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,010
42
Gap
Confirmed Entries:
After apply this key with your serial number Windows Live don't ask for activation on HD2.
Usefull at 1st boot to bypass boring serial number step!!

Windows Live ID :
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\GwpCPC]
  "ActivationCode"="*****-*****-*****-*****-*****"

Thx ceesheim
 

dbs11

Member
Jan 22, 2011
31
2
Munich
I think this is like this:
Code:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Suspend]
"{98C5250D-C29A-4985-AE5F-AFE5367E5006}"=dword:1

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Resuming]
"{98C5250D-C29A-4985-AE5F-AFE5367E5006}"=dword:1

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Unattended]
"{98C5250D-C29A-4985-AE5F-AFE5367E5006}"=dword:1



Still no luck -.-
Any other ideas? I mean there has to be a way right?
 

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,010
42
Gap
Still no luck -.-
Any other ideas? I mean there has to be a way right?

try this,if don't work try to change dword value,report your result

Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\State\UserIdle\{98C5250D-C29A-4985-AE5F-AFE5367E5006}]
    "Default"=dword:0
 
Last edited:

dbs11

Member
Jan 22, 2011
31
2
Munich
try this,if don't work try to change dword value,report your result

Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\State\UserIdle\{98C5250D-C29A-4985-AE5F-AFE5367E5006}]
    "Default"=dword:0

encore pas de chance :(

other ideas?
by the way, on other devices than HTC, is the registry totally viewable?
 
D

-deuces-

Guest
hey xbox,

could you look into adding a new theme to dark and light if you get the time to, as i have failed twice epicly.

if there was a way to duplicate one of the theme folders (0,1) and then rename it to "2"....it might work. but making just a new empty folder named to "2" will fail.
 

xboxmod

Senior Recognized Developer
May 20, 2007
994
2,010
42
Gap
encore pas de chance :(

other ideas?
by the way, on other devices than HTC, is the registry totally viewable?

Ok
this one.
try and tell me the result. (i have set value to 1)

Code:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State]
  "{98C5250D-C29A-4985-AE5F-AFE5367E5006}\BCMSDDHD1"=dword:1


dapoharoun
i have looking more on the theme
and to create new backcolor we need to add corresponding xaml into windows folder.
i have not yet try but if i found the time i will.
 

ceesheim

Retired Forum Moderator
Jun 11, 2009
3,457
2,288
No Android Fanboys Please !!!
Ok
this one.
try and tell me the result. (i have set value to 1)

Code:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State]
  "{98C5250D-C29A-4985-AE5F-AFE5367E5006}\BCMSDDHD1"=dword:1


dapoharoun
i have looking more on the theme
and to create new backcolor we need to add corresponding xaml into windows folder.
i have not yet try but if i found the time i will.

I think you could copy "0110_ThemeResources.xaml and "0110_System.Windows.xaml" and rename it to "0111" and edit line 123 "<!-- Magenta -->" to what you want .

and
Code:
"<!-- Opacity -->
<System:Double x:Key="PhoneDarkThemeOpacity">1</System:Double>
<System:Double x:Key="PhoneLightThemeOpacity">0</System:Double>"

make a new line like this:
Code:
<System:Double x:Key="PhoneDarkThemeOpacity">[B][U][COLOR="Red"]2[/COLOR][/U][/B]</System:Double>

actually I think you need to edit all the xamls
 
Last edited:

dbs11

Member
Jan 22, 2011
31
2
Munich
Ok
this one.
try and tell me the result. (i have set value to 1)

Code:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State]
  "{98C5250D-C29A-4985-AE5F-AFE5367E5006}\BCMSDDHD1"=dword:1


Nope didnt work for me, neither 0 or 1
Did it work for you?
Other ideas? I wish the whole registry was viewable
Thanks for trying!
 

xvx45

Senior Member
Jan 16, 2007
398
3
38
France
Policy reg:
Code:
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100c"=dword:800
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100d"=dword:c00
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000101f"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001028"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001029"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102A"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102B"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102C"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001030"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001007"=dword:40
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001008"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001009"=dword:3
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100e"=dword:40
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000100f"=dword:e94
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001011"=dword:1
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001017"=dword:8
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001018"=dword:10
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001019"=dword:8c
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "00001024"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102d"=dword:0
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102e"=dword:f80
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
    "0000102f"=dword:f80
thank you, i'll search for utilisation of it, will try to access to OEM documentation.
 

lucasryan

Senior Member
Dec 20, 2010
442
74
Tennessee
@ XBOXMOD: have you maybe seen in the registry, where we can keep the signal and battery meters on all the time instead of the drop down when touched?
 

arkatis

Senior Member
Dec 24, 2008
1,071
415
Cyprus-Nicosia
Btw, i tried this fix but in caller list i still see only the telephone number of my contacts!

-Caller ID issue fix
Code:

[HKEY_CURRENT_USER\ControlPanel\Phone]
"CallIDMatch"=dword:7
 

ceesheim

Retired Forum Moderator
Jun 11, 2009
3,457
2,288
No Android Fanboys Please !!!
can someone tell me if "NAVIGON select" is in the marketplace if you have a t-moblie de phone ?

could be interesting to see what happens if you change this key to the tmobile name (I don't know the .reg name of t-mobile)

Code:
[HKEY_LOCAL_MACHINE\System\Platform\DeviceTargetingInfo]
  "MobileOperator"="[B][U]O2O-DE[/U][/B]
"

this key is from my hd7 .

edit:
the reg for t-mobile would be:


Code:
[HKEY_LOCAL_MACHINE\System\Platform\DeviceTargetingInfo]
  "MobileOperator"="TMO-DE
"
 
Last edited:
  • Like
Reactions: fabnie[Ger]

X1-owner

Senior Member
Aug 18, 2008
87
1
Live ID Activation Code
(Usefull on HD2 to bypass boring serial number step)
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\GwpCPC]
  "ActivationCode"="R****-H****-I****-*7***-**8**"

Confirmed Entries:
After apply this key with your serial number Windows Live don't ask for activation on HD2.
Usefull at 1st boot to bypass boring serial number step!!

Windows Live ID :
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\GwpCPC]
  "ActivationCode"="*****-*****-*****-*****-*****"

Thx ceesheim

I have seen both of these (different string values used for the registry value ActivationKey). Does it matter which one you use, is it possible to use any string? It isn't very well described so it's a bit difficult to know what this registry hack actually does. Would this be the way it is with the PVK that attempting more than 3 activations with the same code could de-activate all phones that used the activation code?
Is it necessary to use the xml provisioning method for this? I know that the GwpCPC registry key is restricted, but I tried to add the ActivationCode value (I used the one in the first quote) in the registry editor on my HD27, and it seemed to be accepted, but when I tried to activate the live services, there was a message that there was a problem with the activation and that I had to call customer service to complete it.




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

I already have 'never' as an option for the lock screen time-out when the password is disabled, but as soon as I enable password this option disappears leaving me with a max 5 minutes before screen times out. Will this change the option also when password protected. (The reason I need password protection is not to keep others from unlocking the phone, but to prevent the phone from unlocking in my pocket.) If it is really impossible to get 'never' for password protected lock screen, would it at least be possible to set a higher value, like e.g. 1 hour? That would be an acceptable solution for me.

@ XBOXMOD: have you maybe seen in the registry, where we can keep the signal and battery meters on all the time instead of the drop down when touched?

What about the bluetooth indicator? There seems to be only one indicator which is visible if a bluetooth device is connected, and otherwise it is not visible. When no device is connected it is not possible to see if bluetooth is on or off. Also there is no indication what kind of conection I have. On Windows mobile there was a different icon if it was just connected to a headset, or if it was connected both for headset and music. Any chance of getting something like that on WP7? I'm guessing it would not be solved by just a registry edit.
 

GrossakK

New member
Jan 22, 2011
2
0
Hello,

all yours registry tweks does'nt works on htc mozart (orange france)
or maybe i don't realize corectly the method.

but if search in registry some midified keys i can see them with new values.

some keys are not accessible.

can help me?

please, if this post is at this place, excuse me.
french responses accepted :D
 

dbs11

Member
Jan 22, 2011
31
2
Munich
Hello,

all yours registry tweks does'nt works on htc mozart (orange france)
or maybe i don't realize corectly the method.

but if search in registry some midified keys i can see them with new values.

some keys are not accessible.

can help me?

please, if this post is at this place, excuse me.
french responses accepted :D

1. I'm assuming your device is properly chevron unlocked, correct?
2. did you download the deployer?
3. did you read the thread about how to modify the registry on HTC devices?
4. what is your native language? maybe youre lucky and I speak it
 

Top Liked Posts

  • There are no posts matching your filters.
  • 66


    Registry editors doesn't see all keys mentionned here (security restriction)!
    i recommand provxml method to edit registry keys.


    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.


    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

    -Enable Dolby Mobile in HTC Sound
    Code:
    [HKEY_LOCAL_MACHINE/Software/HTC/APP_CUST/SoundEnhancer/IsDolbyDisabled]

    -prevent taskhost kill ( fix vs 2010 deployement issue)
    Code:
    [HKEY_LOCAL_MACHINE\System\OOM\DoNotKillApps]
    "\\Application Data\\Phone Tools\\10.0\\CoreCon\\bin\\ConmanClient3.exe"=""
    "\\Application Data\\Phone Tools\\10.0\\CoreCon\\bin\\edm3.exe"=""

    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.

    -Enable A2DP Playback
    Code:
    HKLM\Software\Microsoft\Zune\Playback\Video\A2DP\CapsSet1]
    "DisableA2DPPLayback"= dword:1

    -Change ie 1st run page
    Code:
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\First Run]
     "Url"="http://www.google.com"

    Disable time synchronization
    Code:
    [HKEY_LOCAL_MACHINE\System\State\DateTime]
     "NetworkTime Sync"=dword:0

    -Enable Disable delivery notification
    Code:
    "DeliveryNotifySupported"=dword:1 
    "SMSDeliveryNotify"=dword:1

    Battery saving settings:
    Code:
    [HKEY_LOCAL_MACHINE\System\State\Battery\Savings]
     "BatterySavingsAutoTrigger"=dword:1
     "SavingsModeState"=dword:0

    Add Soft Shutter Button (Camera):
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Camera\Settings]
    "SoftShutterButton"=dword:1

    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"


    How to change primary LiveID email without resetting WP7 (by sensboston)

    On the desktop:
    1) Go to http://account.live.com and sign in with your old account;
    2) Change your LiveID email (use existing email or get new one from @hotmail.com);
    3) Save your changes and re-login with new ID.

    On the handset:
    1) Using registry editor or provisioning file, change these values:

    Code:
    [HKCU\Software\Microsoft\ActiveSync\Partners\{B2830118-7BC6-4A74-8C9A-3D8B9CEF88E0}]
    "Email"=[B]your_new_id@hotmail.com[/B]
    "User"=[B]your_new_id@hotmail.com[/B]
    
    [HKCU\Software\Microsoft\IdentityCRL\Environment\Production]
    "DefaultID"=[B]your_new_id@hotmail.com[/B]

    Provisioning file:
    Code:
    <wap-provisioningdoc>
       <characteristic type="Registry">
          <characteristic type="HKCU\Software\Microsoft\ActiveSync\Partners\{B2830118-7BC6-4A74-8C9A-3D8B9CEF88E0}">
             <parm name="Email" value="your_new_id@hotmail.com" />
             <parm name="User" value="your_new_id@hotmail.com" />
          </characteristic>
          <characteristic type="HKCU\Software\Microsoft\IdentityCRL\Environment\Production">
             <parm name="DefaultID" value="your_new_id@hotmail.com" />
          </characteristic>
       </characteristic>
    </wap-provisioningdoc>

    2) Reboot phone.

    Now you on new LiveID email without factory reset!


    this thread will be updated as soon as we have identify or found new entries.


    Please submit any Registry Tweak you have and I will update this post.
    thanks

    8
    To turn off vibrate the Back & Start & Search button:

    Code:
    [HKEY_LOCAL_MACHINE\Software\OEM\KeyState]
    "application_btn_vibrate3"=dword:1

    Using full unlock custom Rom, run Registry editor:
    Go to this key [HKEY_LOCAL_MACHINE\Software\OEM\KeyState]
    Then add this value: "application_btn_vibrate3"=dword:1

    I have just find this key from darkforcesteam.com.cn
    6
    How to change primary LiveID email without resetting WP7

    On the desktop:
    1) Go to http://account.live.com and sign in with your old account;
    2) Change your LiveID email (use existing email or get new one from @hotmail.com);
    3) Save your changes and re-login with new ID.

    On the handset:
    1) Using registry editor or provisioning file, change these values:

    (remark: you may have different GUID than mine {B2830118-7BC6-4A74-8C9A-3D8B9CEF88E0}. Try to locate correct GUID by "Email" value)

    [HKCU\Software\Microsoft\ActiveSync\Partners\{B2830118-7BC6-4A74-8C9A-3D8B9CEF88E0}]
    "Email"=your_new_id@hotmail.com
    "User"=your_new_id@hotmail.com

    [HKCU\Software\Microsoft\IdentityCRL\Environment\Production]
    "DefaultID"=your_new_id@hotmail.com

    Provisioning file:
    Code:
    <wap-provisioningdoc>
       <characteristic type="Registry">
          <characteristic type="HKCU\Software\Microsoft\ActiveSync\Partners\{B2830118-7BC6-4A74-8C9A-3D8B9CEF88E0}">
             <parm name="Email" value="your_new_id@hotmail.com" />
             <parm name="User" value="your_new_id@hotmail.com" />
          </characteristic>
          <characteristic type="HKCU\Software\Microsoft\IdentityCRL\Environment\Production">
             <parm name="DefaultID" value="your_new_id@hotmail.com" />
          </characteristic>
       </characteristic>
    </wap-provisioningdoc>

    2) Reboot phone.

    Now you on new LiveID email without factory reset!
    5
    Use each music and each audio format with each size as Ringtone , Alert , Alarm

    Hey guys
    I finally found : Use .m4a , .wma , .wav and .mp3 formats as Alarm,Alert,Ringtone ((without size and length limitations))
    without changing the audio name for example Alert-01.wma or .....

    first copy/paste your favorite(s) music(s) to \windows folder.

    ok go [HKCU/ControlPanel/Sounds/
    OEMNotifications << for Alerts
    OEMAlarms << for Alarms
    OEMRingtones] << for ringtones < as Alarms

    in these 3 folders add "new value" and then :

    Value Name: name.m4a or name.mp3 or name.wav or name.wma << name=name of your audio file that pasted in WINDOWS folder.

    Value Data: enter a name for your audio that you want to be shown.

    Value Type: String

    then click "ok" to set it and go to Setting>ringtones+sounds and see

    I tested with .aac , .amr , .m4a , .ac3 , .aiff , .flac , .mka , .mp2 and .ogg formats but just .m4a worked as SMS Alert.
    I try it to add a small .mp4 video as ringtone but did not work.
    I think if we can add more formats for Ringtones Category it will be possible to have video as ringtone.

    (important) If you use a long music as sms alert for example you can not stop playing it so you must shutdown your phone.

    I think with this registry tweak all applications related to Ringtones and RingtoneMaker and ... must be change.
    5
    Mod. REGISTRY KEY:

    Add Soft Shutter Button (Camera):
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Camera\Settings]
    "SoftShutterButton"=dword:1