Operating Systems Domain Flashcards
Keys to toggle the active language in Windows
Start + Space
The biggest benefit of Microsoft Store apps
They run in a sandbox. They don’t even require admin privileges to install.
What is Settings> Gaming> Game Mode in Windows used for?
It is used to toggle on and off the game mode setting which is used to suspend Windows Update, and prioritize graphics and frame rate over other software
The 4 types of network adapters that can be configured in a Windows host
Ethernet
Wi-Fi
Cellular radio
VPN
What modern settings app is used to:
- View network status
- Change IP address properties
- Access other tools
Network & Internet
The Control Panel applet that shows basic network information and can be used to set up a new connection or network
Network and Sharing Center
Control Panel applet used to configure settings for Microsoft’s Internet Explorer browser
Internet Options
A Control Panel link to a folder of shortcuts to several advanced configuration consoles
Windows Tools (Windows 11)/Administrative Tools (Windows 10)
MMC snap-in used to maintain disk performance by optimizing file storage patterns
Defragment and Optimize Drives
MMC snap-in used to regain disk capacity by deleting unwanted files
Disk Cleanup
MMC snap-in used to review system, security, and application logs
Event Viewer
MMC snap-in used to view and edit security settings
Local Security Policy
MMC snap-ins used to view and log performance statistics
Resource Monitor
And
Performance Monitoring
MMC snap-in used to make manual edits to the database of Windows configuration settings
Registry Editor
MMC snap-in used to start, stop, and pause processes running in the background
Services console
MMC snap-in used to run software and scripts according to calendar or event triggers
Task Scheduler
The default management console with multiple snap-ins to schedule tasks and configure local users and groups, disks, services, devices, and so on
Computer Management
What will a computer do when it goes into a power-saving mode?
Either maintain a small amount of power to the memory modules or write the contents of memory to a hibernation file on disk
What is hybrid sleep mode?
When a desktop creates a hibernation file and then goes into a standby state. It can also be configured to switch to the full hibernation state after a defined period.
What does the standby power mode do?
Suspends to RAM, cutting power to most of the other devices
What does the hibernate power mode do?
Suspends to disk, saving any opened but unsaved file data in memory to disk and then turning the computer off
If you want to physically remove a device and remove its driver what must you do before unplugging the device?
Right-click the device and select Uninstall device
What is a “drive” in Windows?
A volume that has been mapped to a letter
Which Windows-created volumes are usually not assigned a drive letter?
- The system volume
- Recovery partitions
What Windows volume contains the files used to boot the OS?
The system volume
What Windows volume contains the OS files and is usually allocated the drive letter C:?
The boot volume
What volume contains tools to repair a damaged installation and/or return a computer to its factory state?
The recovery volume/partition
Performance can be impaired when a boot volume gets down to what percentage of free space?
20% free space
3 things that can damage SSDs
Impacts, overheating, and electrical issues
When should disk maintenance tools be run?
Regularly - at least once a month and before installing software applications
What does the Local Users and Groups consule provide?
An advanced interface for creating, modifying, disabling, deleting, and changing the password of user accounts
What does the HKEY_LOCAL_MACHINE database govern?
System-wide settings
What does the HKEY_Users database include?
Settings that apply to individual user profiles
What does the HKEY_CURRENT_USER include?
It contains settings for the logged in user. It is a subset of HKEY_USERS.
How can you copy portions of Windows registry to use on other computers?
In Registry Editor: File > Export Registry File
Where can you find a comprehensive report about a Windows system’s hardware and software components?
System Information (msinfo32.exe)
What are the 4 main Windows logs in Event Viewer?
- System
- Application
- Security
- Setup
What are the 5 severity levels of Event Viewer events?
- Critical. Often a process that has halted or stopped responding.
- Error.
- Warning. Could potentially lead to an error or critical condition if not remediated.
- Information. Noteworthy but not requiring remediation.
- Audit Success/Failure.
How can you see more information about an event in Event Viewer?
Double-click the event
What does running System Information/msinfo32.exe produce? (5 things specifically)
- An inventory of system resources
- firmware & OS versions
- driver file locations
- environment variables
- network status
- & more
What does Resource Monitor show?
Graphs of resource performance along with key statistics
What is a Service?
A Windows process that does not require any sort of user interaction & therefore runs in the background (without a window)
What two specific things is Performance Monitor used for?
- Viewing real-time charts of system resources
- Logging information to files called Data Collector Sets for long-term analysis
Performance Monitor counter logs collect what kind of information?
Statistics about resources such as memory, disk, & processor
Performance Monitor trace logs collect what kind of information?
Statistics about services, providing detailed reports about resource behavior
How do you actually use a saved log generated by Performance Monitor?
From the Reports folder, load the log into Performance Monitor or export it to another program
What is a memory leak?
When a process allocates memory but does not release it again
A sustained period of processor usage, greater or equal to what percentage can indicate a processor bottleneck?
85%
What is the System Configuration Utility used for?
To modify settings & files that affect the way the computer boots & loads Windows
How is Performance Monitor organized?
Resources such as memory & disk are collected into objects. Objects have counters that represent different performance statistics, & there can be multiple instances of the same type of object.
What does it mean if a system has a substantial number of page faults occurring?
The system is using the page file intensively & could benefit from more RAM being installed.
How can a Windows user set a program to run automatically when the computer boots up?
Put a shortcut to the program in the startup folder
What is the keyboard shortcut to open the Windows Run Dialogue box?
Win + Q + R