Reg export file question

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
whitetea77581
Posts: 2
Joined: 29 Jun 2009, 23:00

Reg export file question

Post by whitetea77581 »

Is there a way to export just the SpecialPollInterval or everything
except the
SpecialPollTimeRemaining ?

If I restore the key, it seems like the SpecialPollTimeRemaining would
mess up
the count of when it would synchonize the time.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time
\TimeProviders\NtpClient]
"Enabled"=dword:00000001
"InputProvider"=dword:00000001
"AllowNonstandardModeCombinations"=dword:00000001
"CrossSiteSyncFlags"=dword:00000002
"ResolvePeerBackoffMinutes"=dword:0000000f
"ResolvePeerBackoffMaxTimes"=dword:00000007
"CompatibilityFlags"=dword:80000000
"EventLogFlags"=dword:00000000
"DllName"="C:\\WINDOWS\\system32\\w32time.dll"
"SpecialPollTimeRemaining"=hex(7):74,00,69,00,6d,00,65,00,2e,
00,77,00,69,00,6e,\
00,64,00,6f,00,77,00,73,00,2e,00,63,00,6f,00,6d,00,2c,
00,37,00,61,00,65,00,\

66,00,64,00,30,00,32,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00
"SpecialPollInterval"=dword:00015180

the real truth mvp
Posts: 22
Joined: 29 May 2009, 23:00

Re: Reg export file question

Post by the real truth mvp »

Import just this part.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time
\TimeProviders\NtpClient]
"Enabled"=dword:00000001
"InputProvider"=dword:00000001
"AllowNonstandardModeCombinations"=dword:00000001
"CrossSiteSyncFlags"=dword:00000002
"ResolvePeerBackoffMinutes"=dword:0000000f
"ResolvePeerBackoffMaxTimes"=dword:00000007
"CompatibilityFlags"=dword:80000000
"EventLogFlags"=dword:00000000
"DllName"="C:\\WINDOWS\\system32\\w32time.dll"
"SpecialPollInterval"=dword:00015180


--
The Real Truth http://pcbutts1-therealtruth.blogspot.com/
*WARNING* Do NOT follow any advice given by the people listed below.
They do NOT have the expertise or knowledge to fix your issue. Do not waste
your time.
David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.




"WhiteTea77581" <andrewkennedy3@peoplepc.com> wrote in message
news:2b4a1019-117e-4fb2-b992-8e6c6e41e902@y17g2000yqn.googlegroups.com...
> Is there a way to export just the SpecialPollInterval or everything
> except the
> SpecialPollTimeRemaining ?
>
> If I restore the key, it seems like the SpecialPollTimeRemaining would
> mess up
> the count of when it would synchonize the time.
>
> Windows Registry Editor Version 5.00
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time
> \TimeProviders\NtpClient]
> "Enabled"=dword:00000001
> "InputProvider"=dword:00000001
> "AllowNonstandardModeCombinations"=dword:00000001
> "CrossSiteSyncFlags"=dword:00000002
> "ResolvePeerBackoffMinutes"=dword:0000000f
> "ResolvePeerBackoffMaxTimes"=dword:00000007
> "CompatibilityFlags"=dword:80000000
> "EventLogFlags"=dword:00000000
> "DllName"="C:\\WINDOWS\\system32\\w32time.dll"
> "SpecialPollTimeRemaining"=hex(7):74,00,69,00,6d,00,65,00,2e,
> 00,77,00,69,00,6e,\
> 00,64,00,6f,00,77,00,73,00,2e,00,63,00,6f,00,6d,00,2c,
> 00,37,00,61,00,65,00,\
>
> 66,00,64,00,30,00,32,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
> 00,00,00,00,00,00,00
> "SpecialPollInterval"=dword:00015180
>

leythos
Posts: 32
Joined: 11 May 2009, 23:00

Re: Reg export file question

Post by leythos »

In article <Vq-dneX6iZPpVtfXnZ2dnUVZ_tCdnZ2d@giganews.com>, trt@void.com
says...
> *WARNING* Do NOT follow any advice given by the people listed below.
> They do NOT have the expertise or knowledge to fix your issue. Do not waste
> your time.
>

And yet you continue to stalk myself and others in your usenet postings,
showing that you are not to be trusted, you are unethical, you are as
bad as the community states you are.

--
You can't trust your best friends, your five senses, only the little
voice inside you that most civilians don't even hear -- Listen to that.
Trust yourself.
spam999free@rrohio.com (remove 999 for proper email address)

whitetea77581
Posts: 2
Joined: 29 Jun 2009, 23:00

Re: Reg export file question

Post by whitetea77581 »

On Jun 30, 9:35

Post Reply