View Single Post
  #3 (permalink)  
Old 11-11-2007, 07:27 PM
bcrooker's Avatar
bcrooker
N00b
Offline
Threadstarter
Location: Forest, VA
 
Join Date: Jun 2007
Posts: 49
Reputation: 10
bcrooker is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
These files work better - they just disable the Sprint PCS connection rather than the Internet connection. That way WiFi still works:

vision-on.reg

Code:
[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\Sprint PCS]
"Enabled"=dword:00000001
vision-off.reg

Code:
[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\Sprint PCS]
"Enabled"=dword:00000000
Reply With Quote