How do you open the Windows Command Prompt?
Search for cmd in the Start menu
This is the standard method to access the Command Prompt in Windows.
Why should you run Command Prompt as administrator?
To gain elevated privileges for system-level changes
Running as administrator allows access to commands that require higher permissions.
What does the help command do?
Displays a list of available commands or details about a specific command
This command is useful for finding out how to use other commands.
What does adding /? after a command do?
Shows syntax and available options for that command
This is a common way to get help for a specific command.
What does the dir command do?
Lists files and directories in the current folder
This command helps users see the contents of their current directory.
What is the purpose of the cd command?
Changes the current directory
This command is essential for navigating through the file system.
What does the md command do?
Creates a new directory (folder)
This command is used to organize files into separate folders.
What does the rd command do?
Removes (deletes) a directory
This command is used to delete empty directories.
What is chkdsk used for?
Checks and repairs disk/file system errors
This command is important for maintaining disk health.
What does chkdsk /f do?
Fixes file system errors on the disk
This option is used to automatically fix errors found.
What does chkdsk /r do?
Locates bad sectors and attempts data recovery
This option is more thorough and can recover readable information.
What is the format command used for?
Prepares (initializes) a disk for use by erasing and setting up a file system
This command is essential before using a new disk.
What is diskpart used for?
Advanced disk, partition, and volume management
This command provides a command-line interface for disk management.
What does the copy command do?
Copies files from one location to another
This command is fundamental for file management.
What does the /v switch do in the copy command?
Verifies that files are copied correctly
This switch ensures data integrity during the copy process.
What does the /y switch do in the copy command?
Suppresses overwrite confirmation prompts
This switch allows for smoother copying without interruptions.
What is robocopy used for?
Advanced file copying with support for large, resumable, and throttled transfers
This command is more robust than the basic copy command.
What does the hostname command display?
The name of the computer
This command is useful for identifying the machine on a network.
What does the winver command show?
The Windows version information
This command provides details about the operating system version.
What does the whoami command display?
The currently logged-in user and their context
This command is useful for verifying user identity in a multi-user environment.
What does gpupdate do?
Forces a Group Policy update
This command is used to refresh Group Policy settings on a computer.
What does gpresult do?
Displays applied Group Policy settings
This command helps troubleshoot Group Policy issues.
What is sfc /scannow used for?
Scans and repairs corrupted or missing system files
This command is essential for maintaining system integrity.