You may need to know the date and time Windows was installed on your desktop/laptop. There are several ways to determine this to estimate the age of your device. It's important to note that Installation date This may not be correct. This is because if you update to a newer version of Windows (for example, from Windows 10 to Windows 11), the original installation date displayed is Promotion dateYou can find the Windows installation date via CMD or Powershell Also, read below to learn how to check the software installation date on Windows desktop and laptop computers.
Checking the installation date of a program in Windows 11
There are several methods available to check the installation date of software on Windows computers. Windows 11 As shown below.
Method 1: Through Windows Settings
Here's how to check your date. Installations The program on Windows computers through the Settings applications:
1. Press the keys Windows + I Together to open Settings.
2. Scroll down to "About" in the tab "the system".
3. You can find Installation date Within the specifications Windows Next to the installation date, as shown below.
The second method: Through File Explorer
Here's how to check the software installation date on Windows computers. Windows Through File Explorer:
1. Press the keys Windows + E Together to open File Explorer.
2. Click this PC In the left navigation pane.
3. Double-click on CD player Operating system installed Windows Meaning of drive C :.
4. Right-click on the folder named Windows and select The properties of context menu , as shown.
5. Within the tab "general" In properties Windows You can see the installation date and time. Windows Next to the creation date, as shown in the figure.
The third method: Through the command prompt
Here's how to check the software installation date in Windows 11 Via command prompt:
1. Click on the icon Search And type Command Prompt. Then, click open , as shown.
2a. Type the command below and press the key. Enter to turn it on.
systeminfo|find /i “original”
2b. Instead, write systeminfo And press Enter , As shown below.
Method 4: Via Windows PowerShell
Check installation date Windows Through PowerShell As follows:
1. Click on the icon Search And type Windows PowerShell. Click to open.
2 a. In a window PowerShell , write specific order and press the key Enter.
([WMI]'').ConvertToDateTime((Get-WmiObject Win32_OperatingSystem).InstallDate)
2b. Alternatively, run this command in Windows PowerShell By typing it and pressing a key Enter.
[timezone]::CurrentTimeZone.ToLocalTime(([datetime]'1/1/1970').AddSeconds($(get-itemproperty 'HKLM:\Software\Microsoft\Windows NT\CurrentVersion').InstallDate))
2c. Additionally, you can also execute the following two commands to achieve the same thing.
-
$OS=@(Get-ChildItem -Path HKLM:\System\Setup\Source* | ForEach-Object {Get-ItemProperty -Path Registry::$_}; Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion')
-
$OS | Select-Object ProductName, ReleaseID, CurrentBuild, @{Name='InstallDate'; Expression={[timezone]::CurrentTimeZone.ToLocalTime(([datetime]'1/1/1970').AddSeconds($_.InstallDate))}} | Sort-Object "InstallDate
3. Displays the output Date and time of installation نظام التشغيل Windows For the first time on your computer.
So, that's how to check the software installation date on Windows computers. Let us know in the comments section below.