CMD

Microsoft Archive: Event Viewer

Event Viewer can be easily accessed using Start > Run > eventvwr.msc


Microsoft Archive: Services

Opening the Services Microsoft Console (MMC)
SERVICES.MSC
From a CMD batch file:
mmc %systemroot%\system32\services.msc


Notepad: Finding all of your MP? (mp3, mp4, mpg, etc.) on your HDD

dir /ogen /a-d /b /s “*.mp?” >find_mp.txt
dir /? will tell you what all of these do, so I’m not going to bother to explain.