View Single Post
  #3 (permalink)  
Old 04-28-2008, 11:16 PM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Registry Settings Needed

Quote:
Originally Posted by GoodThings2Life View Post
Greetings all,

I am looking for the following settings in the registry to make things easier on me when I do a hard reset on my phone. Sure, I could do them by hand, but meh, I want to be able to restore quickly.

1. Disable Incoming Beams
2. Disable USB Advanced Networking
3. Disable Customer Feedback
#1
Code:
 
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Obex]
"IsEnabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Welcome]
  "Disable"=dword:fffffffd
#2
Code:
 
REGEDIT4
HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers
 ;Enable
 ;"DefaultClientDriver"="RNDIS"
 ;Disable
 "DefaultClientDriver"="Serial_Class"
#3
Code:
 
REGEDIT4
HKEY_LOCAL_MACHINE\ControlPanel\Customer Feedback
 "Hide"=dword:00000001
__________________
If this post was helpfull, let me know by clicking Thanks!


Last edited by rstoyguy; 04-28-2008 at 11:33 PM. Reason: Got #2...
This post has been thanked 2 times.