1

How to Check a Windows 10 installation date in Command

I need to check the windows installation date in command ,what is the command to check the installation date

Windows Add a comment
michael
asked Oct 18 2019
edited Oct 18 2019

Answer

1

Open the Command Prompt as an administrator

Enter the following command to check the installation date

systeminfo | find /i "Install Date"
Add a comment
linuxhelp
asked Oct 18 2019
edited Oct 18 2019
Post your Answer
1

Open the cmd to execute the command and run as administrator

Enter the following command to check the installation date

systeminfo | find /i "Install Date"
Add a comment
linuxhelp
asked Oct 18 2019
Post your Answer