ACRONYMS, FILE FORMATS, & COMMANDS STUDY DECK Flashcards
diskmgmt.msc
Disk Management
Console related to initializing, partitioning, and formatting disk drives.
dfrgui.exe
Defragment and Optimize Drives tool
Fragmentation occurs when a data file is not saved to contiguous sectors on an HDD and reduces performance. The defragmenter mitigates this and can also perform optimization operations for SSDs.
cleanmgr.exe
Disk Clean-up
Windows utility for removing temporary files to reclaim disk space.
tasksch.msc
Task Scheduler
Enables execution of an action (such as running a program or a script) automatically at a pre-set time or in response to some sort of trigger.
lusrmgr.msc
Local Users and Groups Manager
Console for creating and managing user and group accounts with the authentication and permissions scope of the local system.
certmgr.msc
Certificate Manager console
Console related to managing digital certificates for the current user and trusted root certification authority certificates.
gpedit.msc
Group Policy Editor
Console related to configuring detailed user and system registry settings via policies.
regedit.exe
Registry Editor
Tool for making direct edits to the registry database, such as adding or modifying keys or values. The Registry Editor can be used to make backups of the registry.
MMC
Microsoft Management Console
Utility allowing Windows administrative tools to be added as snap-ins to a single interface.
eventvwr.msc
Event Viewer
Windows console related to viewing and exporting events in the Windows logging file format.
msinfo32.exe
System Information
Utility that provides a report of the PC’s hardware and software configuration.
taskmgr.exe
Task Manager
Windows utility used to monitor and manage process execution, resource utilization, user sessions, startup settings, and service configuration.
services.msc
Services
Windows machines run services to provide functions; for example, Plug-and-Play, the print spooler, DHCP client, and so on. These services can be viewed, configured, and started/stopped via the Services console. You can also configure which services run at startup using msconfig. You can view background services (as well as applications) using the Processes tab in Task Manager.
resmon.exe
Resource Monitor
Console for live monitoring of resource utilization data for the CPU and GPU, system memory, disk/file system, and network.
perfmon.msc
Performance Monitor
Console for reporting and recording resource utilization via counter data for object instances.
Utility for configuring Windows startup settings.
msconfig.exe
Microsoft System Configuration Utility
cmd.exe
Basic shell interpreter for Windows.
rmdir
Command-line tool for deleting directories. The /s switch enables the deletion of non-empty directories.
md command
Command-line tool for creating directories.
Command-line tool for moving files.
move command
Command-line tool for copying files.
copy command
Command-line file copy utility recommended for use over the older xcopy.
robocopy command
Command-line directory and file copy utility offering improved functionality compared to the basic copy command.
xcopy command
Command-line utility used to configure disk partitions.
diskpart