Windows Helpful Commands that Windows Admin Should Know.
To Know Installation Date of Windows in Command Line
Command : systeminfo | find "Date"
To Know Last Boot Time of Windows
Command : systeminfo | find "Boot Time"
To Know Installed Operating System Details
Command : systeminfo | find "OS"
To Know Installed Memory System Details
Command : systeminfo | find "Memory"
Comments
Post a Comment