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

后端 未结 20 1189
孤街浪徒
孤街浪徒 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: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).

提交回复
热议问题