How to check windows installation date and time through powershell command and CMD
Ever wondered when your Windows operating system was installed? In this quick and easy tutorial, I’ll show you how to find the exact installation date and time of Windows using both Command Prompt (CMD) and PowerShell — no third-party tools required!
Find Windows install date
Windows install date CMD
Check Windows installation time
Windows install date PowerShell
How to check when Windows was installed
System info Windows
CMD tricks Windows 10
PowerShell tips
Windows 10 tutorial
Windows 11 tips
Get Windows install time
Windows system information
Windows version history
✅ In this video, you’ll learn:
How to check Windows installation date using Command Prompt
How to find install time with PowerShell
Works on Windows 10, Windows 11, and earlier versions
Useful for troubleshooting, audits, or system history checks
📌 Commands Used:
🔹 CMD Method:
cmd
Copy
Edit
systeminfo | find /i "Original Install Date"
🔹 PowerShell Method:
powershell
Copy
Edit
([WMI]'').ConvertToDateTime((Get-WmiObject Win32_OperatingSystem).InstallDate)
🔍 Perfect for system admins, IT pros, and curious users!
💬 Questions? Drop them in the comments — I reply to every one!
👍 Like | 🔔 Subscribe for more tech tutorials | 🔁 Share with others
#WindowsTips #CMDTricks #PowerShell #SystemInfo #WindowsInstallDate #Windows11 #Windows10 #TechTutorial
There are several ways to check windows installation date and time
systeminfo | find "Original Install Date" ----CMD
(Get-WmiObject Win32_OperatingSystem).InstallDate ----Powershell
systeminfo ---CMD
If you're enjoying the content so far, don't forget to hit that subscribe button and join our growing community!
☑️ How to reset Admin password of MAC laptop
☑️ How to get hostname from IP using ping command #Troubleshootingsteps
☑️ PowerShell script to get SSL certificate details from multiple servers