Wmic – manage pagefile


You can mange your pagefile with the wmic commad. Read more of this post

WMIC – OS information


You can use Wmic command line tool to gather some information of your operating system. Read more of this post

Wmic List all Installed Software


From Command line run:

wmic /node:localhost /output:d:\programlist.htm product get name,version /format:htable.xsl Read more of this post

Wmic List all Installed patchs


From Command line run:

wmic /node:localhost /output:d:\file1.htm qfe GET description,
FixComments,hotfixid,installedby,installedon,servicepackineffect /format:htable.xsl

Read more of this post