View Single Post
  #266 (permalink)  
Old 07-27-2008, 05:44 PM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
Threadstarter
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: Custom OEM Requests ...Get them here! Updated: 7/26/08

Quote:
Originally Posted by SBR_L3GION View Post
I am using OEMizer for my OEMs this is the IE speed boost hack
Code:
REGEDIT4
 
[HKEY_LOCAL_MACHINE\Security\AppInstall\IE Speed Boost\ExecutableFiles]
 
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms\DhcpSendOptions]
"60"=binary:PBVNaWNyb3NvZnQgV2luZG93cyBDRQA=
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"TimerWheelSize"=dword:00000005
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"SackOpts"=dword:00000001
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"TCP1323Opts"=dword:00000001
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"IGMPLevel"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"TcpWindowSize"=dword:00065536
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"IpInitializeRouter"=dword:00000001
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"IpEnableRouter"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"EnableDeadGWDetect"=dword:00000000
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"TcpMaxConnectRetransmissions"=dword:00000003
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"WINSBroadcastTimeout"=dword:00001000
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"EnableDHCP"=dword:00000001
Add REGEDIT4 to the top line, then a blank, and add two blank lines at the bottom of the file. Enter works fine.

Use CeRegEdit to export the Binary value you have above, this could be causing your problem...The only place I've seen the binary type data in an important place is with the cube...No laptop, but it should look something like:

Code:
 
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms\DhcpSendOptions]
"60"=dword:
       \ 00, 0f, 00, 00, 00, 45  ; with 2-3 lines of Hex data or something like that...
Again, your RGU file should look like:

Code:
REGEDIT4
 
[HKEY_LOCAL_MACHINE\Software\OEM\TFLOSettings\EnlargedBar]
"EnableLargeBar"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\OEM\TFLOSettings]
"FingerPressure"=dword:00012016
[HKEY_LOCAL_MACHINE\Software\OEM\TFLOSettings]
"EnableSound"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\OEM\TFLOSettings]
"EnableLargeMenu"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\OEM\TFLOSettings]
"EnableCube"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\OEM\TFLOSettings]
"EnableScroll"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\OEM\TFLOSettings]
"SourceArea_Bottom"=dword:00000022
[HKEY_LOCAL_MACHINE\Software\OEM\TFLOSettings]
"SourceArea_Top"=dword:00000004
The second one looks good once you add the top2, and bottom2 lines.

Check out my zzz_My_Files_OEM, That's where I put my regedits. On the ftp vogue/users/rstoyguy/roms. I've got something like that as an example in the oem available for download. Most of my stuff is exported with that winceregeditor.
__________________
If this post was helpfull, let me know by clicking Thanks!


Last edited by rstoyguy; 07-27-2008 at 05:56 PM.