wmic command in command prompt

WMIC

WMIC related three command i had described

1)wmic os get osarchitecture -- 

               Is a batch file to check os architecture and then execute appropriate exe.

i have describe in below image

Press Enter
Get information ob os architecture

 

2)wmic os get lastbootuptime --

              It gives the date and time of last bootuptime for your system.

i have described in below image

JUST WRITE wmic os get lastbootuptime 
and PRESS Enter

 3)systeminfo | find "System Boot Time" --

                         Give the proper format for last bootuptime.

i have describen also 


Try command and get easy and fastly information about system
 


Comments