2. Managing Windows Flashcards
Purpose of Device Manager (devmgmt.msc)?
Manage installed hardware properties
Where can you change config. settings, update drivers, & remove/disable devices?
Device Manager
What are common causes for a yellow exclamation mark in device manager?
Driver issues.
What to check if a device fails to connect to the OS?
Check if it (or the installed driver) is compatible with the OS
What is the first step to manually update or troubleshoot a device?
Find device in Device Manager
What is the Safely Remove Hardware icon used for?
To safely stop or eject a device
What is the procedure to remove a driver before unplugging a device?
Uninstall device in Device Manager
What does disabling a device in Device Manager do?
Makes it inaccessible to users
Usually used if it is not working with the current driver and you want to make it inaccessible to users while you find a replacement.
What disk subsystem stores the OS, software, & user data?
The disk subsystem consists of storage devices, interfaces, file systems, and OS mechanisms for managing data storage and access.
Primary disk subsystem
Ensuring reliability and performance of the disk subsystem is critical for management.
What is a ‘volume’?
Logical storage unit for the OS
A volume can have a 1:1 mapping with a partition or be created using RAID.
How does Windows refer to a mapped storage unit?
Drive
‘Drive’ can also refer to a physical hardware storage device.
What is the role of Disk 0?
To hold the OS
This disk will have at least three volumes: system, boot, and recovery.
3 volumes that Disk 0 has?
- System
- Boot
- Recovery
What files does the system volume contain?
The system volume is stored in Disk 0
OS files
It is usually allocated the drive letter C:.
What files does the boot volume contain?
The boot volume is stored in disk 0
Boot files
Files used to boot the OS
Typically utilizes an extensible firmware interface (EFI) and is not assigned a drive letter.
What can unformatted drives be initilalized to?
MBR or GPT
MBR & GPT refer to the way the partition info is stored on the disk.
What file system is typically used for new partitions in Windows?
NTFS
FAT32 may be used for smaller, removable drives.
What is one advantage of using smaller clusters?
Clusters are the smallest units of storage on a disk that the OS can manage
Better use of disk capacity.
What must be the format of the boot partition during setup?
The boot volume is stored in disk 0
NTFS.
What must be the format of the system partition during setup?
The system volume is stored in disk 0
FAT32.
Can you format/delete system/boot partitions?
The system & boot volumes are stored in disk 0
No.
What can existing partitions do if there is unpartitioned space available?
Expanded or removed/shrunk.
What is the purpose of dynamic disks?
To create dynamic volumes.
Dynamic volumes allows to combine multiple drives into a single virtual volume. This setups can also enable software RAID
What feature has deprecated the dynamic disks feature?
Storage Spaces.