PDA

View Full Version : Registry tweak not working


TerryChow
18th January 2007, 03:27 PM
Hi Folks,

I tried the following registry tweaks from the Wiki - I got the first bit to work (i.e. displaying the network operator in the today screen), but the second part (opening Comm manager when clicking on the plugin) doesn't seem to work.

Any ideas?

Cheers,

Terry


Show Network Operator Name in today screen
Restoring Today Item: WiFi, BT and Phone Connection Status

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Today\Items]Create "Wireless" use Key

"Flags"=dword:00000000
"Options"=dword:00000000
"DLL"="netui.dll"
"Order"=dword:00000000
"Enabled"=dword:00000001
"Type"=dword:00000004


Enable clicking on the today plugin above open Comm Manager

[HKEY_LOCAL_MACHINE\ControlPanel\WrlsMgr]Create key "Redirect"

"Redirect"= "\Windows\CommManager.exe"

TerryChow
18th January 2007, 03:39 PM
Ok Folks - got it.


This bit is misleading

-----------------------------------------------------------------
[HKEY_LOCAL_MACHINE\ControlPanel\WrlsMgr]Create key "Redirect"

"Redirect"= "\Windows\CommManager.exe"
-----------------------------------------------------------------

Should read
----------------------------------------------------------------
[HKEY_LOCAL_MACHINE\ControlPanel\WrlsMgr]Create String Value

"Redirect"= "\Windows\CommManager.exe"
----------------------------------------------------------------

Have amended the Wiki