Chp 15 Managing Microsoft Windows Flashcards

(64 cards)

1
Q

Taskkill

A

Stops a specified task on a local or remote computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Bootrec

A

Repairs boot configuration (must be run in repair mode)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Shutdown

A

Shuts down or restarts the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Tasklist

A

lists current task on a local or remote computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

MD (MKDIR)

A

Makes a new folder (sub directory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CD (CHDIR)

A

Changes your current location to the specified folder(subdirectory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

RD (RMDIR)

A

Removes an empty folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

DEL

A

Deletes one or more files on the current or specified folder or drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Format

A

Creates or recreates the specified file system on recordable or rewriteable storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

fixmbr

A

Writes a windows compatible MBR(Master Boot Record) to the system partition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Fixboot

A

Writes a new boot sector to the system partition by using a boot sector that’s compatible with windows.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ScanOs

A

Scan Operating System

Scans all disk for installations that are compatible with Windows.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Rebuildbcd

A

Rebuild Boot Configuration Database

Scans all disks for installations that are compatible with windows. Used to completely rebuild the BCD store.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

format (drive letter): /fs:exFAT

A

Formats a drive using exFAT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

format (drive letter): /q

A

Performs a quick format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Copy Command

A

Copies files from one folder to another

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

xcopy command

A

A more advanced copy command.
Faster operation on groups of files.
Creates folders as needed.
Can be used as a backup utility.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

robocopy

A

A more advanced xcopy.

Can delete files in the folder with the same name as the files being copied.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Diskpart

A

A disk management program included in windows.

Used to perform disk partitioning and management commands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

SFC

A

System File Checker

A windows utility that checks protected system files and replaces incorrect versions or missing files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Chkdsk

A

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:.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

gpupdate

A

Is used to update the group policy on a local or remote computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

GPresult

A

Used to display the current policy for a specified user computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Dir

A

Used to display a list of files and sub folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Help
Used to get help for most command line utilities
26
Command /?
Used to display help for the specified command
27
Computer management
An organized window system with most of the tools you need to manage your computer
28
How to get to Computer management win 7
Start>Right click computer/my computer>manage or start>all programs>administrative tools>computer management or compmgmt.msc in run line
29
How to get to Computer management win 8/8.1/10
Windows key+x>computer management or event viewer>device manager>local users and groups>services>disk management
30
Device manager
Used to display installed devices and their drivers. Helps to troubleshoot problems with devices
31
How to get to Device manager | Win 7/Vista
start>right click computer>properties>device manager
32
How to get to Device manager | Win 8/8.1/10
``` open charms menu>search>search device manager or device manager link or windows key+x>device manager ```
33
device manager code 1
This device is not configured correctly. Update the driver
34
device manager code 3
The driver for this device might be corrupted, or your system might be running low on memory or other resources. Close some open applications or Uninstall and reinstall the driver or install additional ram
35
device manager code 10
Device cannot start. Update the driver. or view Microsoft help and support article 943104 for more info
36
device manager code 12
Not enough free resources to use the device. Disable another device to use it. Use the troubleshooting wizard to find the conflicting device. Disable the device.
37
device manager code 22
The device is disabled. Enable the device
38
Performance Monitor
perfmon.exe Real-time performance monitoring of your windows device. Used to monitor hardware, RAM, CPU, network, and most of the computer's resources Under computer management
39
Services
The programs your device uses, but you don't directly. | Under computer management
40
Task Scheduler
taskschd.msc | Used to run tasks on a specific schedule
41
Print management
A utility for managing printers connected to the computer or network Open from administrative tools folder
42
Data Sources (ODBC)
Open database connectivity | Used to list and manage data sources and drivers
43
Windows memory diagnostics
Tests system and cache memory before the windows desktop is loaded
44
Task manager
A utility that provides useful real time info into some hardware and programs running on the computer. ctrl+shift+esc ctrl+alt+del run line taskmgr
45
MSConfig
The Microsoft system configuration utility enables you to selectively disable programs and services that run on startup. run line msconfig
46
Disk management
Analyzes and configures hard drives
47
Windows upgrade advisor
Determines whether a computer can run win 7 | windows upgrade assistant for 8/8.1
48
Windows easy transfer
copies files, photos, music, email, and settings from one computer to another
49
USMT
User state migration tool | A command line tool used to migrate user files and settings for one or more computers
50
System Utilities
``` A variety of command line utilities used for system management. services.msc MMC Notepad Explorer MSinfo32 DXdiag MSconfig regedit cmd ```
51
Regedit
Run line regedit | Used to edit the registry
52
Command
run line cmd | used to execute windows commands.
53
MSTSC
Microsoft terminal services client. better known as Remote desktop program. Used to remote into another desktop.
54
How to configure remote settings on the Host Computer
System properties>remote>allowremote connections to this computer check box>specify the users who can connect>ok
55
How to connect to a remote computer | win 7
start>windows desktop search pane>search mstsc
56
How to connect to a remote computer | win 8/8.1
windows key+x>run>type mstsc enter host IP click connect enter account name and password
57
Notepad
Simple plain text editor. Used for creating batch files and scripts. Editing HTML files.
58
MSinfo32
(system Information) | Displays a lot of info about the computer hardware and windows installation in a system
59
DXiag
displays and troubleshoots DirectX components in winodws. | Shows DirectX version and allows you to test them.
60
System Restore
Resets your computer to a restore point. Used to fix problems caused by defective hardware or software instalations.
61
Creating a restore point | Win 7/vista
Start menu>right click computer>select properties>system protection task>create>create name and save
62
Creating a restore point | Win 8/8.1
open charms>search>system restore>create restore point>create button>create name and save
63
Restoring to a restore point | win vista
start>right click computer>properties>system protection>system restore>recommended restore or choose a different restore point>confirm unless choosing another restore point
64
Restoring to a restore point | win 7/8/8.1/10
start>right click computer>system protection>system restore>next>next or select another restore point>finish