Event Viewer can be easily accessed using Start > Run > eventvwr.msc
Event Viewer can be easily accessed using Start > Run > eventvwr.msc
Opening the Services Microsoft Console (MMC)
SERVICES.MSC
From a CMD batch file:
mmc %systemroot%\system32\services.msc
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.