Windows built-in command-line tools

A list of tools which are available on any Windows operating system.

General

  • date /t: shows the current date
  • time /t: shows the current time

Windows memory

  • mem /P: Displays status of programs currently loaded in memory.
  • mem /D: Displays status of programs, internal drivers, and other information.
  • mem /C: Classifies programs by memory usage. Lists the size of programs, provides a summary of memory in use, and lists largest memory block available.

Tags: 

Share

You might also be interested in...