Miscellaneous Windows Phone registry hacks

Submitted by Arktronic on 21 April 2012 - 11:39pm

Sometimes I like to play around with the registry to see what little tid-bits of info I can find in it. Here are some interesting entries I've found recently (and not so recently). It goes without saying that modifying registry entries is very dangerous, and you can brick your device doing it.

[HKEY_LOCAL_MACHINE\Software\Microsoft\Connectivity\CellularCPL]
"Show3GToggle"=dword:1

Cellular control panel (settings item) --> show/hide the 3G toggle option.

[HKEY_LOCAL_MACHINE\Software\Microsoft\Connectivity\CellularUx\DataConnectionIcon]
"1XHSDPA"="4G"

Make the status bar on top show "4G" for an HSDPA connection. It can show other text, too. There are also entries for 1XUMTS, 1XEVDO, LTE, etc.

[HKEY_LOCAL_MACHINE\Security\Internet Explorer\Custom Headers\HTTP]
"x-att-deviceid"="SAMSUNG-SGH-i917/xxxxx"

This is a custom HTTP header inserted by AT&T devices whenever you browse the web. I don't like the idea of telling every site what device I'm using, so I deleted the entry.

[HKEY_LOCAL_MACHINE\Software\Microsoft\WISPrClient\1.0\ATT\Hotspots\attwifi]
"SSID"=hex:61,74,74,77,69,66,69
[HKEY_LOCAL_MACHINE\Software\Microsoft\WISPrClient\1.0\ATT\Hotspots\ATTMETROWIFI]
"SSID"=hex:41,54,54,4D,45,54,52,4F,57,49,46,49
[HKEY_LOCAL_MACHINE\Software\Microsoft\WISPrClient\1.0\ATT]
"AuthData"=hex:03,fd,2e,84,a2,c2,a0,38,82,6c,cd,15,e1,73,44,06,d7,96,24,3d,5c,ad,7d,f1,19,b4,9d,fa,0e,46,3d,e6
WISPr allows phones to connect to certain pre-programmed hotspots without going through manual (browser-based) authentication.