Managing Windows Flashcards

(28 cards)

1
Q

What does Device Manager let you do?

A

(devmgmt.msc)
Allows you to view and edit installed hardware properties, change configuration settings, update/rollback drivers, and remove or disable devices

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

What does the local Users and Groups console allow you to do?

A

It offers an advanced interface for managing user accounts, including creating, modifying, disabling, deleting, and resetting passwords.

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

What disk and partitioning tasks does the Disk Management console support?

A

Initializing Disks: When adding unformatted storage it must be initialized using MBR or GPT partition styles.
Partitioning: Not required for simple storage devices.
Formatting: Prepares storage device for use by erasing existing data and creating a new file system (NTFS, exFAT, FAT32).
Repartitioning: Expand existing partitions or remove/ shrink partitions.

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

What is the deprecated software and the new software for RAID configuration?

A

Deprecated: dynamic disks
Current: Storage Spaces

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

What is Fragmentation?

A

(On HDD) When files are scattered across non-contiguous sectors, ideally files should operate contiguous clusters.
Fragmentation reduces read performance.

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

What are the 3 main problems File storage is subject to?

A

Fragmentation: non-contiguous clusters
Capacity: Performance sufferers if the boot volume has less than 20% free space. Low disk warning appears below 200 MB
Damage: HDD are prone to physical damage & SSD can degrade.

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

What does the Defragment and Optimize tool do to HDD and SSD?

A

HDD: Reorganizes file data into contiguous clusters
SSD: The drive controller uses wear-leveling routines to reduce cell degradation.
Enhances HDD and SSD performance.

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

What does the Disk Clean-up tool do?

A

Identifies files safe for deletion to free up space, including those in the recycle bin and temporary files.

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

What does running Disk Clean-up in administrator mode with the Clean up system files option do?

A

Reclaims space from caches like Windows Update and defender.

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

What does Task Scheduler do?

A

Automates commands and scripts.
Tasks can be set to run on a recurring schedule.
If a user lacks sufficient permissions the task will not execute.

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

What are key features of Task Scheduler?

A

Triggers: Tasks can also be triggered by events such as user sign-in or machine waking from sleep.
Multiple Actions: Each task can include multiple actions for complex automation.
Logging: All task activity is logged so you can investigate failures.
Organization: Tasks can be organized into folders for better management.

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

What does the Certificate Manager do?

A

Displays installed certificates and allows for requesting and importing new ones.

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

What do digital certificates do?

A

Verifies the identity of a user, computer or service, with validity granted by the issuing certification authority (CA)

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

What are key folders of the Certificate manager?

A

Personal Folder: Stores certificates issued to the user account.
Trusted Root Certification Authorities: Contains certifications from all trusted issuers.
Third-party Root Certification Authorities: Contains trusted issuers from non-Microsoft or local enterprise providers.

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

What does the certmgr.msc run text do?

A

Manages certificates for the current user.

17
Q

What does the certlm.msc run text do?

A

The computer certificate store.

18
Q

What does the Group Policy Editor do?

A

A alternative robust way to edit Windows settings without editing the registry.
In large networks it is great for applying settings across multiple computers, avoiding manual configuration.

19
Q

What does the Registry Editor do?

A

Stores configuration information for the OS, devices and applications.

20
Q

How do you access the registry through run text?

21
Q

What are the 5 Root keys the Registry is organized into?

A

HKEY_LOCAL_MACHINE (HKLM)
HKEY_USERS (HKU)
HKEY_CURRENT_USER (HKCU)
HKEY_CLASSES_ROOT (HKCR)
HKEY_CURRENT_CONFIG (HKCC)

22
Q

What does HKEY_LOCAL_MACHINE (HKLM) do?

A

Manages system wide settings.

23
Q

What does HKEY_USERS (HKU) do?

A

Contains settings for individual user profiles, like desktop personalization.

24
Q

What does HKEY_CURRENT_USER (HKCU) do?

A

A subset of HKEY_USERS with settings for the logged in user.

25
What does HKEY_CLASSES_ROOT (HKCR) do?
Contains information about registered applications, file applications, and OLE object classes, determining which application opens a file type.
26
What does HKEY_CURRENT_CONFIG (HKCC) do?
Reflects current hardware profile used at startup, dynamically built at boot time.
27
Where is the registry database stored?
In binary files called hives consisting of a main file, a .LOG file (transaction log) and a .SAV file (setup copy) The system hive also has a .ALT backup file.
28
What is MMC and what does it do?
Microsoft Management Console. A container for snap-ins like Device manager. You can use MMC to customize and create a console with your chosen snap-ins. Save that console as a MSC file in the Admin tools folder.