Please enable JavaScript.
Coggle requires JavaScript to display documents.
Windows System (Command Line Tools (Directory Commands (copy (/v (Verifies…
Windows System
Command Line Tools
Disk Modifications
DISKPART.EXE
Configure Logical Drives
format "disk":
chkdsk
/f
/r
Fix errors on disk
Directory Commands
dir
List files & directories
del
Remove file
md
Make directory
cd
Change directory
rd
Remove directory
copy
/v
Verifies successful copy
/y
Suppress prompts
xcopy
For files and directories
/s
All files & subdirectories
robocopy
A better xcopy
tasklist
Currently running processes
taskkill
Terminate processes
/PID 1234
/im prog.exe
/t
Stop child processes
sfc /scannow
Check OS file integrity & repair files
shutdown
/s
full shutdown
/t
time (seconds)
/r
restart
/a
abort shutdown
expand
Remove files from cabinet
/d
Display files in a cabinet
Extract file
expand <cabname> -f:filename <dest>
Recovery Environment
Uses
Use, copy, rename, replace OS files & folders
Enable/Disable service or device startup
Repair boot sector or MBR
Create & format drive partitions
Win Vista & 7
System Recovery Options/Command Prompt
Win 8/8.1
Troubleshoot/Advanced Options/Command Prompt
MBR Problem
Error loading OS
Missing OS
Invalid partition table
Fix
bootrec /fixmbr
Volume Boot Record/Partition Boot Sector Problem
Invalid partition table
Fix
bootrec /fixboot
Boot Configuration Data Problem
Fix
bootrec /rebuildbcd
Administrative Tools
Computer Management
Pre-Built MMC
Has all settings available
Performance Monitor
Gather long-term statistics
Set alerts and automated actions
Services
Troubleshooting startup process
Service control (via cmd line)
net start/net stop
Task Scheduler
Memory Diagnostics tool
Finds problem with read/write on any memory modules
System Configuration
Manage boot processes
Configure safe boot
Boot log
Startup
Services enable/disable
Group Policy
Verify user policy settings
gpresult /r | gpresult /user sgc/professor /v
Force Group Policy update
gpupdate /target:{computer|user} /force
Manage computers in an AD Domain
Mounting Drives
Extend storage space
Mount as separate folder inside drive
System Utilities
DirectX Diagnostic Tool
For checking multimedia
System Restore
Correct problems by reverting to a restore point
Access on startup
F8 - Advanced Boot Options - Repair