Windows tools/ Administrative tools Flashcards

1
Q

Task manager

A

-allows to close a non-responsive application in windows
- displays information on programs, processes and services that are currently running on the computer
- provide access to user applications that can be enabled disabled during system boot
- allows system admins to manage currently logged in users
- provides real time reports on how a windows based computer s using system resources

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

processes tab of task manager

A

provides real time information about system resources used by running applications and background processes

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

Performance tab of task manager

A

provides access to real time graphs showing total cpu memory,disk, network and GPU usage.

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

App history tab of task manager

A

shows list of all applications and what the usage was since the BEGINNING of the system

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

Startup apps tab of task manager

A

allows to disable/enable applications that are launched automatically when signing in

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

User tab of task manager

A

lists all signed in user accounts along with further details on applications and system resources used by each account. Also allows system admins to disconnect the user (invoke a windows lock screen) or to sign them off (force user to log off)

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

Details tab of task manager

A
  • shows every single process, its PID, the status and username of who started that process/application. Also has CPU utilization, memory usage and UAC virtualization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

services tab of task manager

A

any application that runs in the background, not user facing applications

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

MMC (Microsoft Management Console)

A

customizable framework providing access to a collection of system utilites (snapins) designed to manage networks, computers, services and other system components

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

Event viewer

A

monitors system health and trouble shooting problems with applications, OS, and hardware. allows for viewing and managing event logs

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

4 main types of event logs

A

Application
Security
System
Setup

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

Application Event logs

A

contain information about any of the applications on our system, non core processes and utilities, and third party applications that are installed

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

System event logs

A

contain all the logs that affect the core operating system of windows

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

Application and system logs

A

display events that fall into 5 categories:
information
warning
error
critical
verbose

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

information

A

doesnt require action, just information, least serious issue

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

warning

A

could lead to an error or critical issue if not remediated, doesnt need to be addressed or investigated immediately

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

Error

A

should be investigated and addressed

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

critical

A

fix ASAP

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

verbose

A

provides more details about what is happening

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

Security logs

A

hold all audit data for the system, any time someone tries to log into the system or log out of the system it will be in the security log

21
Q

Disk Management (diskmgmt.msc)

A

launches a GUI utility for managing storage media (computer drives, partitions etc) in windows

22
Q

Task scheduler (taskschd.msc)

A

provides capability to schedule the launch of programs or scripts at the predefined times or after specified time intervals, on right side allows you to create a basic task, run task, import task, view task history

23
Q

General tab of task scheduler

A

has name, location of what tool is, and a description of what its going to do,
has security options to run at highest priviledges, see which account is going to be used to run it, see what version of windows the task is configured for

24
Q

Triggers tab of task scheduler

A

what is going to cause this task to occur? could be date and time based or other actions.

25
actions tab of task scheduler
what happens after the trigger occurs
26
conditions tab of task scheduler
what conditions are we going to have along with the trigger -idle- start task if computer is idle, stop if computer ceases to be idle, restart when idle state continues Power- start if computer is on AC power, stop if computer on battery power, wake computer to run task network- only start task if connected to network or not
27
Setting
- run task on demand -run task as soon as possible after scheduled start is missed - customize if task fails can restart - if you want task to stop if it runs for a certain amount of time - force task to stop if doesnt end when requested
28
Device manager (devmmgmt.msc)
view and manage installed hardware components and drivers
29
cert manager (certmgr.msc)
allow to view, export, import and delete digital certificates
30
personal folder of digital certificates
store certificates that have been issued to user account. can be used for authentication, encrypting data or digitally signing documents and messages
31
trusted root certificate authorities
set of certificates that all issuers are going to trust including microsofts own certificate authority
32
third party root certificate authorities
contain trusted issuers from providers outside of your local enterprise or microsoft
33
Performance monitor (perfmon.exe)
examine (in real time and by collecting log data for later analysis) how programs that are run affect a computers performance
34
gpedit (gpedit.msc)
allows admins to modify settings that are applied to both users and computers , can configure different windows settings across all machines in the network such as account policies and passsword policies
35
System info (msinfo32.exe)
displays details about computers hardware resources, computer components, and software environment
36
System configuration (msconfig.exe)
troubleshoots system startup problems
37
General tab of System configuration
- allows for startup selection - normal startup- load all device drivers and services - diagnostic startup- load basic devices and services only - selective startup- load system services, load startup items, use original boot configuration
38
boot tab of system configuration
manages: - default OS to load in a multiboot environment - safe boot options - boot logging - amount of hardware resources
39
services tab of system configuration
contains list of background applications/services that can be enabled/disabled during windows system startup
40
tools tab of system configuration
provides acces to MMC snapins (other windows tools)
41
disk clean up (cleanmgr.exe)
can be used for freeing up disk space
42
disk defragmenter (dfrgui.exe)
allows to optimize disk performance
43
Registry editor (regedit.exe)
provides access to a database containing system configuration information, uses a series of keys
44
HKEY_CLASSES_ROOT
contains the keys with file name extension associations and COMM class registration information that you have for your system, intended for older 16 bit version of windows
45
HKEY_CURRENT_USER
subset of the larger HKEY USER SETTINGS for that particular logged in user
46
HKEY_LOCAL_MACHINE
govern system wide settings for this particular computer, not any other systems across the network
47
HKEY_USERS
folder for each user on the system
48
HKEY_CURRENT_CONFIG
- shortcut back to the HKEY local machine