Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > How to enter the Value Data for ReceiveTimeout in the Registry

Reply
Thread Tools Display Modes

How to enter the Value Data for ReceiveTimeout in the Registry

 
 
Bob
Guest
Posts: n/a

 
      07-14-2008
I need to add a registry key for Internet Explorer, to set a time-out
duration of 8 minutes.

I know where and how to enter the ReceiveTimeout key, but I don't know how
to properly enter the value data to accomplish the 8 minute time-out. I
have read my Windows XP and Vista manuals, but can't find any specific help.
Also, I have read a bunch of internet material, but still no luck.

My thoughts as to the entry for the DWORD value are as follows:

(<480>*1000) - including the parentheses
or
480000(<480>*1000) - including the parentheses

Which would be correct? One of the above or something else? What is your
suggestion?

Thanks............................................ .Bob Jones

p.s. I also posted to the NT Registry group, but not many people read it.

 
Reply With Quote
 
 
 
 
Jon
Guest
Posts: n/a

 
      07-15-2008
"Bob" <online-> wrote in message
news:...
>I need to add a registry key for Internet Explorer, to set a time-out
> duration of 8 minutes.
>
> I know where and how to enter the ReceiveTimeout key, but I don't know how
> to properly enter the value data to accomplish the 8 minute time-out. I
> have read my Windows XP and Vista manuals, but can't find any specific
> help.
> Also, I have read a bunch of internet material, but still no luck.
>
> My thoughts as to the entry for the DWORD value are as follows:
>
> (<480>*1000) - including the parentheses
> or
> 480000(<480>*1000) - including the parentheses
>
> Which would be correct? One of the above or something else? What is your
> suggestion?
>
> Thanks............................................ .Bob Jones
>
> p.s. I also posted to the NT Registry group, but not many people read it.




A Dword is just a number, so you'd enter 480000 (no portion in parentheses),
which is 8 minutes in milliseconds. If you're entering it manually, then
make sure you also click the decimal radio button - the default is hex.

NB The portion in parentheses just shows you HOW the figure was arrived at
ie that it's 480 * 1000.

--
Jon



 
Reply With Quote
 
LeeTutor
Guest
Posts: n/a

 
      07-15-2008

I presume you are trying to implement this Microsoft Knowledge Bas
article

'Internet Explorer error \"connection timed out\" when server does no
respond within five minutes' (http://support.microsoft.com/kb/181050

You would navigate to the key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Interne
Setting

then click on the final subkey (Internet Settings). Then right click i
the list of values in the right pane and select New -> Dword (32-bi
value) and call it ReceiveTimeout. Then right click that and selec
Modify. In the window that opens up, put a dot next to Decimal (no
Hexadecimal!) and type in 48000 That's all there is to it..

--
LeeTutor
 
Reply With Quote
 
Bob
Guest
Posts: n/a

 
      07-15-2008

"Jon" <> wrote in message
news:...
> "Bob" <online-> wrote in message
> news:...
>>I need to add a registry key for Internet Explorer, to set a time-out
>> duration of 8 minutes.
>>
>> I know where and how to enter the ReceiveTimeout key, but I don't know
>> how
>> to properly enter the value data to accomplish the 8 minute time-out. I
>> have read my Windows XP and Vista manuals, but can't find any specific
>> help.
>> Also, I have read a bunch of internet material, but still no luck.
>>
>> My thoughts as to the entry for the DWORD value are as follows:
>>
>> (<480>*1000) - including the parentheses
>> or
>> 480000(<480>*1000) - including the parentheses
>>
>> Which would be correct? One of the above or something else? What is
>> your
>> suggestion?
>>
>> Thanks............................................ .Bob Jones
>>
>> p.s. I also posted to the NT Registry group, but not many people read
>> it.

>
>
>
> A Dword is just a number, so you'd enter 480000 (no portion in
> parentheses), which is 8 minutes in milliseconds. If you're entering it
> manually, then make sure you also click the decimal radio button - the
> default is hex.
>
> NB The portion in parentheses just shows you HOW the figure was arrived at
> ie that it's 480 * 1000.
>
> --
> Jon
>


Thanks, Jon. You saved me a lot more research. It's funny how simple
things can seem once you know the answer.
--------------------------------------Bob

 
Reply With Quote
 
Bob
Guest
Posts: n/a

 
      07-15-2008

"LeeTutor" <> wrote in message
news:...
>
> I presume you are trying to implement this Microsoft Knowledge Base
> article:
>
> 'Internet Explorer error \"connection timed out\" when server does not
> respond within five minutes' (http://support.microsoft.com/kb/181050)
>
> You would navigate to the key:
> HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet
> Settings
>
> then click on the final subkey (Internet Settings). Then right click in
> the list of values in the right pane and select New -> Dword (32-bit
> value) and call it ReceiveTimeout. Then right click that and select
> Modify. In the window that opens up, put a dot next to Decimal (not
> Hexadecimal!) and type in 48000 That's all there is to it...
>
>
> --
> LeeTutor


Thanks, Lee. Your presumption is correct. Still, when I read the KB
article, I didn't understand whether I needed to include the parentheses.
Now, I know for sure! Thanks, too, for leading me through the whole process
of adding the ReceiveTimeout key.

-----------------Bob

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Old registry data Winn and Linda Wikoff Windows Vista General Discussion 2 12-24-2007 04:54 PM
could not update registry data? How can I install vista? Windows Vista General Discussion 3 09-09-2006 07:14 PM
could not update registry data? How can I install vista? Windows Vista General Discussion 0 09-09-2006 05:47 PM
could not update registry data? How can I install vista? Windows Vista General Discussion 0 09-09-2006 05:47 PM
Views keep changing and how do you enter data in other columns Spirefm Windows Vista Mail 0 09-02-2006 11:09 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59