Lesson 2 Flashcards
Resmon.exe
Resource Monitor (resmon.exe) and Performance Monitor (perfmon.msc) view and log performance. Resource Monitor shows an enhanced version of snapshot monitoring provided by Task Manager
Certmgr.msc
Certificate Manager console (certmgr msc) shows which certificates have been installed and provides a mechanism for requesting and importing new certificates.
Taskschd.mcs
Task Scheduler (taskschd.mcs) runs commands and scripts automatically.
Gpedit.msc
Group Policy Editor (gpedit.msc) provides a more robust means of configuring many of the Windows settings than editing the registry directly.
Robocopy source
Robust copy command is another file copy utility and is recommended over xcppy. It works better with long file names and New Technology File System (NTFS) attributes.
Md command
Make Directory. Used to create a new directory. Ex: “md File1”
rmdir
Remove Directory (rmdir or rd) Used to delete an empty directory. Can be used on directories that aren’t empty with the /s switch.
Cd command
Change directory. Uses to change the focus to a different working directory.
Dir command
Lists files and subdirectories from the working drive and directory or from a specified path.
Using : in file path
Will attempt to navigate to the root of the path. For example D: changes to the D drive.
Services.msc
From Task Manager, the Open Services button links to the Services (services.msc) console. This can disable nonessential services to improve performance or security.
Msinfo32.exe
The system information (msinfo32.exe) produces a comprehensive report about the system’s hardware and software components (system resources, firmware, OS versions, driver file location, etc.)
Dfrgui.exe
Defragment and Optimize Drives tool (dfrgui.exe) runs various operations to speed up the performance of HDDs and SDDs.
Sfc command
System File Checker provides a manual interface for verifying system files and restoring them from the cache if found corrupt or damaged.
Chkdisk command
Check disk command scans the file system and/or disk sectors for faults and can attempt to repair any problems detected.