How To Find Windows Installation Date
There may come up a time when you may want to or need to know your Windows installation date or the date and time when your Windows x Os was installed on your computer. There are several ways to find this out, which we volition hash out in this mail.
Windows Installation Engagement
To observe the installation date of your Windows 10 Os:
- Yous may run into the Windows binder Properties
- Check the Windows Registry
- Apply the systeminfo command-line tool
- Use a PowerShell command.
1] Windows folder Properties
The easiest fashion to detect out when your Windows Os was installed, would be to right-click the Windows folder, select Properties and see the entry in front of Created under the General tab. Here you will see the time and engagement.
But if yous have upgraded your Windows version to a higher version, you will see the date when the before version was installed and not when the latest version was installed or upgraded. In my case, information technology shows the day I outset installed Windows 8 – and not the Windows 8.1 date.
2] Check the Windows Registry
The Windows Installation Appointment is also stored in the Windows Registry in the post-obit cardinal, as UNIX fourth dimension, ie as a 32-bit value displaying the fourth dimension in the number of seconds since 1st January 1970.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\InstallDate
My Windows was installed 1382359164 seconds since 1st January 1970, then y'all demand to do some calculations to get in at the figure.
3] Use the systeminfo command-line tool
The easiest and the most convenient way of finding the Windows Installation Date would be to apply the systeminfo tool, which nosotros have already talked virtually. To apply this built-in tool, open a command prompt window, blazon the following, and striking Enter:
systeminfo | find /i "Install Date"
You will be able to run into the Original Install Date.
Read: How to find the Installation date for apps and programs?
4] Employ a PowerShell command
The Windows install date is besides stored in the holding InstallDate of the WMI class Win32_OperatingSystem. Yous can use PowerShell to get the date and fourth dimension of installation.
To find out the date, open Windows PowerShell equally Administrator, alter the path to C drive, type the post-obit, and striking Enter:
([WMI]'').ConvertToDateTime((Get-WmiObject Win32_OperatingSystem).InstallDate)
The date and time your Windows was installed will be displayed!
Now read: How to detect out Arrangement Uptime.
Enjoy the rest of the twenty-four hours! :)
Source: https://www.thewindowsclub.com/windows-installation-date
Posted by: cressxviver.blogspot.com
0 Response to "How To Find Windows Installation Date"
Post a Comment