Essential Windows Command Line Tools and File Systems

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards
Chkdsk
This program scans a hard drive for corrupted files or bad data sectors.
2
New cards
disk management
The program is accessed from Command and can list Disk, Volume, and Partition data from connected drives.
3
New cards
diskpart
This program can be accessed from Command or disk management to erase data on a drive and to establish a file system.
4
New cards
regedit
Program allows you to view and change Windows and application settings, including CD keys.
5
New cards
FAT32
This is an older hard drive format introduced with Windows 95. It is highly compatible, and nearly every operating system can read it. However, file sizes are limited to 4GB. Most flash drives are in this format by default.
6
New cards
Tracert
This program can show a packet's path to reach a website or IP address.
7
New cards
EXT 4
The hard drive format used by Linux operating systems, including Ubuntu.
8
New cards
IP config
This program displays network information (from Command).
9
New cards
format
If a new hard drive does not appear in My Computer, you probably need to use this module to initialize and format the disk (from Windows).
10
New cards
dfrugi
This program condenses and organizes data on a spinning metal hard disk to improve efficiency.
11
New cards
Sfc
This program analyzes Windows files to check for corrupt files and drivers.
12
New cards
Taskmgr
From Windows, this program is generally where you go to force quit a program that is not responding.
13
New cards
PID
Used to identify an instance of a program. For example, if you have multiple windows or tabs of Chrome open, each one would have a separate one of these.
14
New cards
tasklist
If Taskmgr does not work, you would use this command in Command to locate the PID of an application that you want to close.
15
New cards
task kill
If Taskmgr cannot close a program after obtaining PID from tasklist, you can use this command to close a process or program.
16
New cards
Event viewer
This module can be used to read logs and is most useful for tracking down error messages.
17
New cards
exFAT
A new hard drive format that is not the default file system for almost any operating system. It is a new version of FAT32 and has very high compatibility though not as high as the original.
18
New cards
NTFS
The hard drive format used by Windows since Windows XP.
19
New cards
devmgmt
This module shows what components are in a computer and can be used to ensure drivers are installed correctly. Those that are not installed correctly will be labeled as unknown devices.
20
New cards
APFS
The hard drive format used by Apple computers.
21
New cards
Ping
This program sends small data packets to a destination address to see if it's reachable or not.
22
New cards
XCOPY
A program/command in command that allows you to duplicate a directory.
23
New cards
msconfig
The module utilized to modify boot settings. What services start automatically can be modified here, and in older versions of Windows, this is where a user can change what programs are loaded on Startup.
24
New cards
perfmon
This program allows you to view CPU, RAM, hard disk, that work at GPU utilization.