Chp 15 Managing Microsoft Windows Flashcards
Taskkill
Stops a specified task on a local or remote computer
Bootrec
Repairs boot configuration (must be run in repair mode)
Shutdown
Shuts down or restarts the computer
Tasklist
lists current task on a local or remote computer
MD (MKDIR)
Makes a new folder (sub directory)
CD (CHDIR)
Changes your current location to the specified folder(subdirectory)
RD (RMDIR)
Removes an empty folder
DEL
Deletes one or more files on the current or specified folder or drive
Format
Creates or recreates the specified file system on recordable or rewriteable storage.
fixmbr
Writes a windows compatible MBR(Master Boot Record) to the system partition
Fixboot
Writes a new boot sector to the system partition by using a boot sector that’s compatible with windows.
ScanOs
Scan Operating System
Scans all disk for installations that are compatible with Windows.
Rebuildbcd
Rebuild Boot Configuration Database
Scans all disks for installations that are compatible with windows. Used to completely rebuild the BCD store.
format (drive letter): /fs:exFAT
Formats a drive using exFAT
format (drive letter): /q
Performs a quick format
Copy Command
Copies files from one folder to another
xcopy command
A more advanced copy command.
Faster operation on groups of files.
Creates folders as needed.
Can be used as a backup utility.
robocopy
A more advanced xcopy.
Can delete files in the folder with the same name as the files being copied.
Diskpart
A disk management program included in windows.
Used to perform disk partitioning and management commands.
SFC
System File Checker
A windows utility that checks protected system files and replaces incorrect versions or missing files.
Chkdsk
Checks disk drives for errors and optionally repairing those errors.
chkdsk /F -scans for errors on the current drive.
chdsk F: /F - Scansfor and fixes errors on drive F:.
gpupdate
Is used to update the group policy on a local or remote computer
GPresult
Used to display the current policy for a specified user computer
Dir
Used to display a list of files and sub folders
Help
Used to get help for most command line utilities