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
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.
msconfig.exe
System Configuration Utility
Utility for configuring Windows startup settings.
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.
move command
Command-line tool for moving files.
copy command
Command-line tool for copying files.
robocopy command
Command-line file copy utility recommended for use over the older xcopy.
xcopy command
Command-line directory and file copy utility offering improved functionality compared to the basic copy command.
diskpart
Command-line utility used to configure disk partitions.
format command
Command-line utility for creating a file system on a partition.
X:
Command-line utility used to select the working drive.
chkdsk
Command-line tool that verifies the integrity of a disk’s file system.
shutdown command
Command-line tool for shutting down or restarting the computer. The command is supported by Windows and Linux, though with different syntax.
System File Checker
Command-line utility that checks the integrity of system and device driver files.
winver command
Command-line tool for reporting Windows version information.
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.
OEM
Original Equipment Manufacturer
In PC terms, companies that sell Windows co-branded under their own logo. OEM Windows licenses are valid only on the system that the software was installed on, and the OEM must provide support.
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 Pable
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.
NLA
Network Location Awareness
Windows feature that categorizes network profile as public or private. Each profile can have a different firewall configuration, with public network types being more restricted, by default.
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.
ipconfig command
Command tool used to gather information about the IP configuration of a Windows host.
ping command
Cross-platform command tool for testing IP packet transmission.
tracert command
Diagnostic tools that track the path a packet takes to reach its destination on a remote network. “Tracert” is used on Windows, and “traceroute” is used on Linux.
pathping command
Windows utility for measuring latency and packet loss across an internetwork.
nslookup command
Cross-platform command tool for querying DNS resource records.
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.