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
Command-line utility for creating a file system on a partition.
format command
Command-line utility used to select the working drive.
X:
Command-line tool that verifies the integrity of a disk’s file system.
chkdsk
Command-line tool for shutting down or restarting the computer. The command is supported by Windows and Linux, though with different syntax.
shutdown command
Command-line utility that checks the integrity of system and device driver files.
System File Checker
sfc
Command-line tool for reporting Windows version information.
winver command
NTFS
New Technology File System
64-bit default file system for Windows, with file-by-file compression and RAID support as well as advanced file attribute management tools, encryption, and disk quotas.
APFS
Apple File System
Default file system for macOS-based computers and laptops.
EOL
End of Life
Product life-cycle phase where mainstream vendor support is no longer available.
RDP
Remote Desktop Protocol
Application protocol for operating remote connections to a host using a graphical interface. The protocol sends screen data from the remote host to the client and transfers mouse and keyboard input from the client to the remote host. It uses TCP port 3389.
HCL
Hardware Compatibility List
Before installing an OS, check that your PC parts are compatible. Incompatible parts may stop the installation or not work properly.
PXE
Preboot eXecution Environment
Feature of a network adapter that allows the computer to boot by contacting a suitably configured server over the network.
MBR
Master Boot Record
A sector on a storage device that stores information about partitions and the OS boot loader.
GPT
Globally Unique Identifier(GUID) Partition Table
Modern disk partitioning system allowing large numbers of partitions and very large partition sizes.
WinRE
Windows Recovery Environment
A Windows tool that adds a command shell to a recovery partition to fix boot problems.
BSoD
Blue Screen of Death
A Microsoft error screen (also called a stop error) that shows when the system can’t recover. It’s usually caused by faulty drivers or hardware issues (like memory or disk problems). Other systems have similar error signs, like Apple’s pinwheel or Linux’s kernel panic.
NIC
Network Interface Card
An adapter card with Ethernet port(s) that connects devices to a network to exchange data over a link.
IP
Internet Protocol
Network (Internet) layer protocol in the TCP/IP suite providing packet addressing and routing for all higher-level protocols in the suite.
DNS
Domain Name System
A service that connects domain names to IP addresses on most TCP/IP networks, including the Internet.
DHCP
Dynamic Host Configuration Protocol
Protocol used to automatically assign IP addressing information to hosts that have not been configured manually.
VPN
Virtual Private Network
Secure tunnel created between two endpoints connected via an unsecure transport network (typically the Internet).
WWAN
Wireless Wide Area Network
A large network that uses wireless technologies, like cellular radio data or line-of-sight microwave signals.
Command tool used to gather information about the IP configuration of a Windows host.
ipconfig command
Cross-platform command tool for testing IP packet transmission.
ping command
Diagnostic tools that track the path a packet takes to reach its destination on a remote network.
tracert is used on Windows
traceroute is used on Linux.
Windows utility for measuring latency and packet loss across an internetwork.
pathping command
Cross-platform command tool for querying DNS resource records.
nslookup command
ACL
Access Control List
A set of access control entries (ACEs) that specify which users, devices, or accounts can access an object and what permissions (such as read-only or read/write) they have.
A command tool that works on various platforms to display network information, such as active connections and the routing table, on a TCP/IP-enabled machine.
netstat command
UAC
User Account Control
Windows feature designed to mitigate abuse of administrative accounts by requiring explicit consent to use privileges.
SMS
Short Message Service
System for sending text messages between cell phones.
MFA
Multifactor Authentication
a security process that requires users to provide two or more forms of identification to access an account or system. These forms typically include something you know (like a password), something you have (like a phone or security token), or something you are (like a fingerprint). This adds an extra layer of protection beyond just a password.
TPM
Trusted Platform Module
A hardware component in computers that provides security by storing encryption keys, hashed passwords, and other user-platform sensitive data, helping protect against unauthorized access.
SSO
Single Sign-On
Authentication technology that allows users to access multiple applications with one set of credentials, eliminating the need to log in separately to each one.