WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Where Install Date is Found

 
Goto page 1, 2
   Home -> Windows Other -> Registry RSS
Next:  Registry problems  
Author Message
patrick_whittl

External


Since: Jan 19, 2005
Posts: 14



(Msg. 1) Posted: Wed Dec 07, 2005 1:29 am
Post subject: Where Install Date is Found
Archived from groups: microsoft>public>technet, others (more info?)

The current version of Windows 2000 Server on my computer was full of
registry keys from old applications, too many. For this reason I
re-partitioned my hard drive, and reinstalled Windows 2000 Server fresh.
BUT, I didn't notice the CMOS clock was screwed up and showing December 7,
2013 ! Where in the registry can I modify the install date?
Back to top
Login to vote
Gerry Cornell

External


Since: Feb 22, 2004
Posts: 230



(Msg. 2) Posted: Wed Dec 07, 2005 1:32 pm
Post subject: Re: Where Install Date is Found [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Have you looked for this information in your motherboard manual.



~~~~~~


Hope this helps.


Gerry
~~~~~~~~~~~~~~~~~~~~~~~~
FCA


Stourport, Worcs, England
Enquire, plan and execute.
~~~~~~~~~~~~~~~~~~~~~~~~
Please tell the newsgroup how any
suggested solution worked for you.
http://dts-l.org/goodpost.htm
~~~~~~~~~~~~~~~~~~~~~~~~




"Patrick Whittle" <patrick_whittle.RemoveThis@hotmail.com> wrote in message
news:eKxbOev%23FHA.2264@tk2msftngp13.phx.gbl...
> The current version of Windows 2000 Server on my computer was full of
> registry keys from old applications, too many. For this reason I
> re-partitioned my hard drive, and reinstalled Windows 2000 Server fresh.
> BUT, I didn't notice the CMOS clock was screwed up and showing December 7,
> 2013 ! Where in the registry can I modify the install date?
>
>
Back to top
Login to vote
Calvin

External


Since: Feb 23, 2004
Posts: 793



(Msg. 3) Posted: Thu Dec 08, 2005 7:48 am
Post subject: Re: Where Install Date is Found [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Gerry Cornell wrote:
> Have you looked for this information in your motherboard manual.

HUH ???? Talk about not reading the question before opening one's mouth !!

In answer to the original question, my understanding is the install date/time
are recovered by reading the time/date stamps of the appropriate registry keys
(like the license number) There is no separate key that stores the OS install
date/time in a human readable form.

Most people seem to be unaware that the access info for registry keys includes
time/date stamps (just like files do) - probably primarily because there is not
any supplied tools to let us read them Sad

How are you actually reading you install time/date ?? (using what programme? - I
use PSInfo from Mark Russinovich's SysInternals site myself for this task)

Calvin.
Back to top
Login to vote
patrick_whittl

External


Since: Jan 19, 2005
Posts: 14



(Msg. 4) Posted: Thu Dec 08, 2005 7:48 am
Post subject: Re: Where Install Date is Found [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I am not reading the install time/date using PSInfo tool, or other. I have
to boot into DOS first (with diskette) and manually set the date to 2013.
Only then can I boot into Windows again; all services load and confirm the
date of installation.
"Calvin" <nospam RemoveThis @spamcop.net> wrote in message
news:43975897$1@duster.adelaide.on.net...
> Gerry Cornell wrote:
>> Have you looked for this information in your motherboard manual.
>
> HUH ???? Talk about not reading the question before opening one's mouth
> !!
>
> In answer to the original question, my understanding is the install
> date/time are recovered by reading the time/date stamps of the appropriate
> registry keys (like the license number) There is no separate key that
> stores the OS install date/time in a human readable form.
>
> Most people seem to be unaware that the access info for registry keys
> includes time/date stamps (just like files do) - probably primarily
> because there is not any supplied tools to let us read them Sad
>
> How are you actually reading you install time/date ?? (using what
> programme? - I use PSInfo from Mark Russinovich's SysInternals site myself
> for this task)
>
> Calvin.
Back to top
Login to vote
Brian Cryer

External


Since: Mar 29, 2005
Posts: 42



(Msg. 5) Posted: Thu Dec 08, 2005 8:56 am
Post subject: Re: Where Install Date is Found [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Patrick Whittle" <patrick_whittle.TakeThisOut@hotmail.com> wrote in message
news:eKxbOev%23FHA.2264@tk2msftngp13.phx.gbl...
> The current version of Windows 2000 Server on my computer was full of
> registry keys from old applications, too many. For this reason I
> re-partitioned my hard drive, and reinstalled Windows 2000 Server fresh.
> BUT, I didn't notice the CMOS clock was screwed up and showing December 7,
> 2013 ! Where in the registry can I modify the install date?

You could try posting to a windows server specific group, such as
news:microsoft.public.windows.server.general or
news:microsoft.public.win2000.advanced_server.

Hope you get a resolution soon.
--
Brian Cryer
www.cryer.co.uk/brian
Back to top
Login to vote
nt4-ever

External


Since: Oct 21, 2005
Posts: 121



(Msg. 6) Posted: Thu Dec 08, 2005 9:00 pm
Post subject: Re: Where Install Date is Found [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This is caused by an inaccurate time stamp for the installation
being reported by Windows NT. The value displayed in Systems
Management Server client inventory is retrieved from the
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Installdate
registry key.
http://support.microsoft.com/?id=235162

((on my system: ))
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"SoftwareType"="SYSTEM"
"InstallDate"=dword:339105fc

This value represents a time/date as an offset in seconds from
midnight, January 1, 1970.
http://support.microsoft.com/?id=232227

/YEAR=
Instructs the Windows core time function to ignore the year
that the computer's real-time clock reports and instead use the
one indicated. Thus, the year used in the switch affects every piece
of software on the system, including the Windows kernel.
Example: /YEAR=2001. (This switch was created to assist in Y2K
testing.)
http://www.sysinternals.com/Information/bootini.html
Back to top
Login to vote
nt4-ever

External


Since: Oct 21, 2005
Posts: 121



(Msg. 7) Posted: Fri Dec 09, 2005 2:37 pm
Post subject: Re: Where Install Date is Found [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Calvin wrote:
> Hey, good detective work there Rod -

Thanks Calvin; it keeps me young ie
Every day there is something New
to learn re NT4 ..

Calvin said:
"Most people seem to be unaware that the access info for registry keys
includes
time/date stamps (just like files do) - probably primarily because
there is not
any supplied tools to let us read them Sad "

how about: C:\WINNT\system32\regedt32.exe
if you choose to output a text file; it reports:
Key Name: HARDWARE\DESCRIPTION\System
Class Name: System
Last Write Time: 1999/01/29 - 14:00

ie just for the Key names; not the key-values ..
:rod-sacramento
Back to top
Login to vote
Calvin

External


Since: Feb 23, 2004
Posts: 793



(Msg. 8) Posted: Fri Dec 09, 2005 7:39 pm
Post subject: Re: Where Install Date is Found [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

nt4-ever wrote:
> This value represents a time/date as an offset in seconds from
> midnight, January 1, 1970.
> http://support.microsoft.com/?id=232227

Hey, good detective work there Rod - I didn't even know this key existed. I have
to take back what I said earlier now - the Install date IS stored in the registry !

Added to the NT4Ref site Knowledgebase page Smile

Calvin.
Back to top
Login to vote
Display posts from previous:   
       Home -> Windows Other -> Registry All times are: Eastern Time (US & Canada) (change)
Goto page 1, 2
Page 1 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
  Windows Other
 Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET