Windows Troubleshooting and Command Line Flashcards
Set of tools included in Windows whose purpose is to recover Windows from errors that prevent it from booting.
Can be instrumental in fixing issues that cause a computer to “freeze up”.
Windows Recovery Environment
Command Prompt to enter Windows Recovery Environment?
shutdown /r /o
Restores the computer’s system files to an earlier point in time.
System Restore
These programs are used to restore a hard drive from a backup in select editions of Windows.
System Images Recovery (Windows 7/8/8.1)
or
Windows Complete PC Restore (Windows Vista)
Automatically fixes certain problems, such as missing or damaged system files that might prevent Windows from starting correctly.
Startup Repair
Advanced users can use this terminal to perform recovery-related operations and other commands.
Command Prompt
Allows a user to access the UEFI from the OS to make changes (requires a UEFI compatible BIOS.
UEFI Firmware Settings (Windows 8 only)
Enables booting to a variety of modes.
Startup Settings (Windows 8 only)
Scans the computer’s memory (RAM) for errors.
Windows Memory Diagnostics (Windows Vista and 7 only)
How to access the advanced boot options?
The legacy default way of accessing was by pressing the F8 key during the POST.
Boot with minimal set of drivers
Video card errors, malware, BSOD, or in case of system rollback.
Options to include networking or load without GUI
Safe Mode
Safe Mode with Networking
Safe Mode with Command Prompt
Advanced booting that uses standard VGA driver in place of the specific display driver.
Enable low-resolution video (640 x 480)
Advanced booting that loads the systems last known state to work properly.
Last Known Good Configuration (advanced)
Used to restore a domain controller’s Active Directory (Windows Server).
Directory Services Restore Mode
Enables the use of debug program to examine system kernel for troubleshooting
Debugging Mode
Command line prompt that checks a drive and fixes basic issues like lost files and then displays a status report.
Chkdsk
Command line prompt that checks protected system files and replaces incorrect versions or missing files with the correct ones.
SFC (System File Checker)
Command line prompt used to format magnetic media such as hard drives and solid state media to various file formats
Type format /FS:[file system type][drive letter]:
Format
Command line prompt that enables the conversion of a volume that was previously formatted with FAT32 over to NTFS without loss of data.
Convert
Command line counterpart of Disk Management.
Program begins by typing diskpart and pressing Enter.
DiskPart
Command line of Disk Defragmenter.
Type defrag –a to analyze and use defrag –f to defragment but has less than 15% free space.
Defrag
Command line prompt that gives the ability to copy large amounts of data from one location to another, even to the point of exact copies of entire directory trees.
Copy
Command line prompt that gives the ability to copy directories that contain large amounts of data and also the ability to mirror complete directory trees from one computer to another
RoboCopy
Command line tool prepares an installation of Windows for duplication, auditing, and customer delivery.
SysPrep