View Single Post
  #4 (permalink)  
Old 09-10-2007, 09:58 PM
brightedge's Avatar
brightedge
Regular 'Geeker
Offline
Location: Columbus, OH
 
Join Date: Feb 2007
Posts: 419
Reputation: 140
brightedge is keeping up the good workbrightedge is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
These all work:

; Disable Screen Rotate Icon
;---------------------------
[HKEY_LOCAL_MACHINE\SERVICES\SCREENROTATE]
"ShowIcon"=dword:0

; Disable the Comm Manager Icon
; ------------------------------
[HKEY_LOCAL_MACHINE\Services\WirelessMgr]
"Keep"=dword:0

; Disable the Battery Icon
; -----------------------
[HKEY_LOCAL_MACHINE\SERVICES\POWER]
"ShowIcon"=dword:0

; Disable the blinking LEDs (WARNING: also disables vibrate mode)
; --------------------------------------------------------------
[HKEY_LOCAL_MACHINE\DRIVERS\BUILTIN\ALLLEDMGR]
"Index"=dword:0

; Make the date display as one line on the Today screen
; ------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Today]
"AutoSingleLineDatePlugin"=dword:1

; Place all email attachments on Storage Card
; ------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Inbox\Setting s]
"AttsOnCard"=dword:1

<edit>
Not sure why "Settings" is showing a space between the 'g' and the 's'...I've edited the post and verified that there isn't one when I hit save... Weird. So anyway, don't enter a space between the 'g' and the 's' in "Settings"
</edit>
__________________
One ROM to rule them all,
One ROM to find them.
One ROM to bring them all,
And in the kitchen, bind them.

Last edited by brightedge; 09-10-2007 at 10:01 PM.
Reply With Quote