how to know my windows operating system installation time?
filed in PowerShell, Tips, wmi on Mar.31, 2010
Installation of time windows will be saved in Win32_OperatingSystem WMI class. Alternatively it will be available in registry(HKLM\SOFTWARE\MICROSOFT\WINDOWS NT\CURRENTVERSION\INSTALLDATE). So, now you need to figure out your own way of querying values from either wmi or from registry. Being a fan of powershell, I want you to help with two line PS code to get [...]



