PC Review


Reply
Thread Tools Rate Thread

Date of last format

 
 
BigAl.NZ@gmail.com
Guest
Posts: n/a
 
      27th Nov 2008
Hi Guys,

I want to know if there is a way to determine when a system was last
formatted?

I know there is the systeminfo command, but what about if the PC cant
boot.

If you attach the hard disk from the PC to a working PC, is there a
specific system file with associated date you can look at that will
tell you?

Cheers

-Al
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      27th Nov 2008

<(E-Mail Removed)> wrote in message
news:e9041107-a147-4bd7-8b19-(E-Mail Removed)...
> Hi Guys,
>
> I want to know if there is a way to determine when a system was last
> formatted?
>
> I know there is the systeminfo command, but what about if the PC cant
> boot.
>
> If you attach the hard disk from the PC to a working PC, is there a
> specific system file with associated date you can look at that will
> tell you?
>
> Cheers
>
> -Al


If you installed Windows shortly after the most recent format then this
command will tell you:
dir /tc X:\win*
Replace X: with the correct drive letter for your disk.


 
Reply With Quote
 
M.I.5¾
Guest
Posts: n/a
 
      28th Nov 2008

<(E-Mail Removed)> wrote in message
news:e9041107-a147-4bd7-8b19-(E-Mail Removed)...
> Hi Guys,
>
> I want to know if there is a way to determine when a system was last
> formatted?
>
> I know there is the systeminfo command, but what about if the PC cant
> boot.
>
> If you attach the hard disk from the PC to a working PC, is there a
> specific system file with associated date you can look at that will
> tell you?
>


This information is encoded into the volume serial number when the disc is
formatted. Unfortunately extracting it not a trivial matter. If you suffer
from insomnia then you can read all about it at:

http://www.digital-detective.co.uk/d...%20Numbers.pdf

However, that document does link to a utility that does all the work for
you.


 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      28th Nov 2008

"M.I.5¾" <(E-Mail Removed)_SPAM.co.uk> wrote in message
news:492fb516$(E-Mail Removed)...
>
> <(E-Mail Removed)> wrote in message
> news:e9041107-a147-4bd7-8b19-(E-Mail Removed)...
>> Hi Guys,
>>
>> I want to know if there is a way to determine when a system was last
>> formatted?
>>
>> I know there is the systeminfo command, but what about if the PC cant
>> boot.
>>
>> If you attach the hard disk from the PC to a working PC, is there a
>> specific system file with associated date you can look at that will
>> tell you?
>>

>
> This information is encoded into the volume serial number when the disc is
> formatted. Unfortunately extracting it not a trivial matter. If you
> suffer from insomnia then you can read all about it at:
>
> http://www.digital-detective.co.uk/d...%20Numbers.pdf
>
> However, that document does link to a utility that does all the work for
> you.
>


I'm impressed!


 
Reply With Quote
 
Lil' Dave
Guest
Posts: n/a
 
      28th Nov 2008
<(E-Mail Removed)> wrote in message
news:e9041107-a147-4bd7-8b19-(E-Mail Removed)...
> Hi Guys,
>
> I want to know if there is a way to determine when a system was last
> formatted?
>
> I know there is the systeminfo command, but what about if the PC cant
> boot.
>
> If you attach the hard disk from the PC to a working PC, is there a
> specific system file with associated date you can look at that will
> tell you?
>
> Cheers
>
> -Al


If the system has not had a repair install for instance, just select
ntdetect.com file in windows explorer. It will show you the date of that
specific file creation under properities. Assuming that XP installation
immediately followed the format, there you go. In msdos/95/98/ME, do same
for io.sys file. Both are at the root of the C: partition/drive in both
situations.

In neither case can you reasonably expect to conclude that the C: partition
was immediately formatted prior to installation of such file. You can
conclude that was when the operating system was installed....

--
Dave


 
Reply With Quote
 
M.I.5¾
Guest
Posts: n/a
 
      2nd Dec 2008

"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "M.I.5¾" <(E-Mail Removed)_SPAM.co.uk> wrote in message
> news:492fb516$(E-Mail Removed)...
>>
>> <(E-Mail Removed)> wrote in message
>> news:e9041107-a147-4bd7-8b19-(E-Mail Removed)...
>>> Hi Guys,
>>>
>>> I want to know if there is a way to determine when a system was last
>>> formatted?
>>>
>>> I know there is the systeminfo command, but what about if the PC cant
>>> boot.
>>>
>>> If you attach the hard disk from the PC to a working PC, is there a
>>> specific system file with associated date you can look at that will
>>> tell you?
>>>

>>
>> This information is encoded into the volume serial number when the disc
>> is formatted. Unfortunately extracting it not a trivial matter. If you
>> suffer from insomnia then you can read all about it at:
>>
>> http://www.digital-detective.co.uk/d...%20Numbers.pdf
>>
>> However, that document does link to a utility that does all the work for
>> you.
>>

>
> I'm impressed!


What with? My apparent and expansive knowledge?

|
V

Or the fact that I found it in under 30 seconds with google? :-/


 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      2nd Dec 2008

"M.I.5¾" <(E-Mail Removed)_SPAM.co.uk> wrote in message
news:4934eb33$(E-Mail Removed)...
>
> "Pegasus (MVP)" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>
>> "M.I.5¾" <(E-Mail Removed)_SPAM.co.uk> wrote in message
>> news:492fb516$(E-Mail Removed)...
>>>
>>> <(E-Mail Removed)> wrote in message
>>> news:e9041107-a147-4bd7-8b19-(E-Mail Removed)...
>>>> Hi Guys,
>>>>
>>>> I want to know if there is a way to determine when a system was last
>>>> formatted?
>>>>
>>>> I know there is the systeminfo command, but what about if the PC cant
>>>> boot.
>>>>
>>>> If you attach the hard disk from the PC to a working PC, is there a
>>>> specific system file with associated date you can look at that will
>>>> tell you?
>>>>
>>>
>>> This information is encoded into the volume serial number when the disc
>>> is formatted. Unfortunately extracting it not a trivial matter. If you
>>> suffer from insomnia then you can read all about it at:
>>>
>>> http://www.digital-detective.co.uk/d...%20Numbers.pdf
>>>
>>> However, that document does link to a utility that does all the work for
>>> you.
>>>

>>
>> I'm impressed!

>
> What with? My apparent and expansive knowledge?
>
> |
> V
>
> Or the fact that I found it in under 30 seconds with google? :-/
>
>


All of the above . . . plus the diligence of the person who worked it all
out.


 
Reply With Quote
 
Bob I
Guest
Posts: n/a
 
      2nd Dec 2008


Pegasus (MVP) wrote:

> "M.I.5¾" <(E-Mail Removed)_SPAM.co.uk> wrote in message
> news:4934eb33$(E-Mail Removed)...
>
>>"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
>>news:(E-Mail Removed)...
>>
>>>"M.I.5¾" <(E-Mail Removed)_SPAM.co.uk> wrote in message
>>>news:492fb516$(E-Mail Removed)...
>>>
>>>><(E-Mail Removed)> wrote in message
>>>>news:e9041107-a147-4bd7-8b19-(E-Mail Removed)...
>>>>
>>>>>Hi Guys,
>>>>>
>>>>>I want to know if there is a way to determine when a system was last
>>>>>formatted?
>>>>>
>>>>>I know there is the systeminfo command, but what about if the PC cant
>>>>>boot.
>>>>>
>>>>>If you attach the hard disk from the PC to a working PC, is there a
>>>>>specific system file with associated date you can look at that will
>>>>>tell you?
>>>>>
>>>>
>>>>This information is encoded into the volume serial number when the disc
>>>>is formatted. Unfortunately extracting it not a trivial matter. If you
>>>>suffer from insomnia then you can read all about it at:
>>>>
>>>>http://www.digital-detective.co.uk/d...%20Numbers.pdf
>>>>
>>>>However, that document does link to a utility that does all the work for
>>>>you.
>>>>
>>>
>>>I'm impressed!

>>
>>What with? My apparent and expansive knowledge?
>>
>>|
>>V
>>
>>Or the fact that I found it in under 30 seconds with google? :-/
>>
>>

>
>
> All of the above . . . plus the diligence of the person who worked it all
> out.
>


But it only reflects the computer date at the time the formatting, so
still nothing authoritative. ;-)

 
Reply With Quote
 
M.I.5¾
Guest
Posts: n/a
 
      2nd Dec 2008

"Bob I" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...


Pegasus (MVP) wrote:

> "M.I.5¾" <(E-Mail Removed)_SPAM.co.uk> wrote in message
> news:4934eb33$(E-Mail Removed)...
>
>>"Pegasus (MVP)" <(E-Mail Removed)> wrote in message
>>news:(E-Mail Removed)...
>>
>>>"M.I.5¾" <(E-Mail Removed)_SPAM.co.uk> wrote in message
>>>news:492fb516$(E-Mail Removed)...
>>>
>>>><(E-Mail Removed)> wrote in message
>>>>news:e9041107-a147-4bd7-8b19-(E-Mail Removed)...
>>>>
>>>>>Hi Guys,
>>>>>
>>>>>I want to know if there is a way to determine when a system was last
>>>>>formatted?
>>>>>
>>>>>I know there is the systeminfo command, but what about if the PC cant
>>>>>boot.
>>>>>
>>>>>If you attach the hard disk from the PC to a working PC, is there a
>>>>>specific system file with associated date you can look at that will
>>>>>tell you?
>>>>>
>>>>
>>>>This information is encoded into the volume serial number when the disc
>>>>is formatted. Unfortunately extracting it not a trivial matter. If you
>>>>suffer from insomnia then you can read all about it at:
>>>>
>>>>http://www.digital-detective.co.uk/d...%20Numbers.pdf
>>>>
>>>>However, that document does link to a utility that does all the work for
>>>>you.
>>>>
>>>
>>>I'm impressed!

>>
>>What with? My apparent and expansive knowledge?
>>
>>|
>>V
>>
>>Or the fact that I found it in under 30 seconds with google? :-/
>>
>>

>
>
> All of the above . . . plus the diligence of the person who worked it all
> out.


But it only reflects the computer date at the time the formatting, so
still nothing authoritative. ;-)

Which I believe is what the OP wanted to know?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Converting complex date format to normal date format in Excel BlackNarcissus Microsoft Excel Misc 0 28th Jul 2011 04:28 PM
permanent conversion of 1904 date format to 1900 date format Jos Microsoft Excel Worksheet Functions 3 21st Jul 2009 06:32 PM
converting general date format data into short date format savigliano Microsoft Access Form Coding 3 27th Nov 2006 04:37 AM
code to convert date from TEXT format (03-02) to DATE format (200203) Gauthier Microsoft Excel Programming 0 22nd Sep 2004 03:26 PM
Change a date in text format xx.xx.20xx to a recognised date format concatenator Microsoft Excel Programming 1 24th Nov 2003 11:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:20 PM.