paypana.blogg.se

For windows instal 23-06-23 989
For windows instal 23-06-23 989










for windows instal 23-06-23 989

Most users will likely prefer the display layout of Systeminfo, although WMIC can produce a result slightly faster, especially on systems with slower or more complex hardware configurations.Įither method is a relatively quick and accurate way to determine how old your Windows installation truly is, and can aid in troubleshooting or reinstallation plans. Now, type wmic os get installdate and press Enter.Again, open a Command Prompt and select Run as administrator.In our example, 20130909181058 equates to Septemat 18:10:58 (or 6:10:58 PM), the exact same time that was reported by the SystemInfo command. These digits represent the Windows installation date in the format YYYYMMDDHHMMSS, with time displayed in 24 hours. Now, type in the following command: “ wmic os get installdate” and press Enter.Ī single “InstallDate” result will be returned with a string of digits.Just as before, make sure you’re logged in as an Administrator, and launch the Command Prompt.This can provide much of the same information as “Systeminfo,” although in a less user-friendly form. Determine the Windows Installation Date with WMICĪnother method of obtaining the Windows installation date is to use the Windows Management Instrumentation Command-line (WMIC) tool. To see this info, simply run the command “systeminfo” without any trailing parameters. In our example, we only wanted to determine the Windows install date, but the Systeminfo command can provide far more information, such as the exact version of Windows, the last boot time, CPU and BIOS information, and the number and designation of any Windows Hotfixes. You can also just type “ date” or “original”, you’ll need the quotes for the command to work. Now, type systeminfo | find /i “install date” and press Enter.Open the Start menu, type “ command prompt“, and select Run as administrator.Note, you can use either the Command Prompt of Windows Powershell to accomplish these tasks, Powershell was designed to be the replacement for the Command Prompt. The process is almost identical to that of Windows 8, so we’ll cover a quick demonstration. The results are displayed according to your system’s date and time preferences so, in our case, that date is Eastern Daylight Time. In the case of our example, this particular version of Windows was installed on Septemat 6:10:58 PM. However, since we limited the output to fields that contain “install date,” you’ll see only one result appear once the process is complete: “Original Install Date.” The command will process for a few moments as it scans your entire configuration. In the Command Prompt window type the following command: systeminfo | find /i "install date"












For windows instal 23-06-23 989