How do I find the install time and date of Windows?

后端 未结 20 1172
孤街浪徒
孤街浪徒 2020-12-12 11:36

This might sound like a little bit of a crazy question, but how can I find out (hopefully via an API/registry key) the install time and date of Windows?

The best I c

相关标签:
20条回答
  • 2020-12-12 12:23

    In RunCommand write "MSINFO32" and hit enter It will show All information related to system

    0 讨论(0)
  • 2020-12-12 12:25

    Press WindowsKey + R and enter cmd

    In the command window type:

    systeminfo | find /i "Original"
    

    (for older versions of windows, type "ORIGINAL" in all capital letters).

    0 讨论(0)
提交回复
热议问题