module 3 Windows: Underneath the hood Flashcards

1
Q

What is the abstraction of what happens when we install software?

A

Package managers

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

What is an issue that can be caused by installation?

A

a package I install might modify a configuration file that it is not supposed to and causes issues.

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

Who sets the way that a program is installed?

A

the developer.

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

when are the details of what happens under the hood mostly unclear for an installation?

A

The exe contains code for a custom installation that doesn’t use the Windows Installer system.

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

How is most Windows Software distributed? What kind of packages, where what is happening is unclear?

A

Closed source packages

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

What are packages where you can’t look at the source code to see what the program is doing?

A

Closed Source Packages

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

what can you use to check the actions an installer is taken with closed source packages? using what program provided by Microsoft?

A

Process Monitoring program

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

what is the process monitoring program part of?

A

sysinternals kit

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

What has a set of rules and standards to conform to so that Windows Installer system can understand their instructions and perform the installation.

A

installation packages that use the MSI format

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

what are a combination of databases that contain installation instructions in different tables, along with all of the files, objects, shortcuts, resources and libraries the program will need all grouped together?

A

MSI files

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

What does the Windows installer use to guide how the installation should be performed?

A

The information stored in the MSI tables

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

What will keep track of the installation actions during an installation and create a separate set of instructions to undo them?

A

the Windows Installer

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

where should I look to learn about the details of MSI files or if I want to make a Windows Installer package myself?

A

orce.exe

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

What is part of the windows SDK or Software Development kit?

A

Orca

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

What can help me edit or create Windows Installer Packages?

A

Orca

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

what allows users to view and change system settings in Windows?

A

The Windows Settings Panel

17
Q

What has a panel that allows changes to several system features?

A

Each setting group in Windows Settings

18
Q

In the Settings panel, what group lets users set their local time zone, the language they want to work in, and adjust the speech function’s spoken language?

A

Time and Language

19
Q

In Windows Settings, what group lets the user see and change security settings, access information on the device health, update the OS, troubleshoot, and complete system recoveries?

A

Updates and Security

20
Q

what program does Windows Updates and Security default to?

A

Microsoft Defender

21
Q

In Windows Settings, what group lets the user change the background of the screen, colors, themes, fonts, lock screen, and items on the taskbar, as well as lets the user set up what is shown in the start menu?

A

Personalization

22
Q

In Windows Settings, what group allows the user to install, uninstall, and manage the apps on the device? On this panel, the user can adjust the default apps for various uses like email, maps, and internet browser. User can also adjust in-app video playback and choose apps to open when the computer starts.

A

Apps, Apps and Features

23
Q

In Windows Settings, what group lets the user set privacy permissions at both the Windows OS level and Application level? These permissions include use of location, camera, and microphone. User can set notifications and access account information, contact information, the personalized calendar, call history, email, messaging, and tasks

A

Privacy, General

24
Q

In the Windows Settings Panel, what group lets the user change the resolution, orientation, size of text, and thumbnails, and other graphic elements of the display. Also lets the user adjust the settings for sound, notifications, and actions, power, sleep, battery features, and storage

A

System

25
Q

In Windows Settings, what group lets the user add devices and manage device settings for the mouse, keyboard, pen, and plugin devices, also connecting and managing Bluetooth devices?

A

Devices

26
Q

In Windows Settings, what group lets the user check the status of internet connections, set airplane mode, search for a mobile hotspot, and check data usage? also allows the user to set up a proxy server or let the computer up the proxy automatically. Users can also set up and connect to Virtual Private Networks

A

Network and Internet

27
Q

In Windows Settings, what group lets the user adjust game settings on the computer, including the Xbox Game Bar, broadcasting, and other game play modes. Users can also control Xbox Networking from this panel

A

Gaming, Xbox Game Bar

28
Q

In Windows Settings, what group allows users to access their account info, such as user name and account privileges? Users can also add and manage email and app accounts associated with their Windows accounts. They can set how they want to sign into their device. They can add and manage accounts for work or school, add and manage family and other user accounts. Lets the user sync up their settings with other Windows devices

A

Accounts

29
Q

What are the groups in the Windows Settings?

A

Time and Language, Updates and Security, Personalization, Apps, Privacy, System, Devices, Network and Internet, Gaming, Accounts

30
Q

What is an advanced monitoring tool for Windows that shows real-time file system, Registry, and process/thread activity?

A

Process Monitor

31
Q

What legacy Sysinternals utilities does Process Monitor combine?

A

Filemon and Regmon

31
Q
A
31
Q

What are the enhancements in Process Monitor?

A

rich and non-destructive filtering, comprehensive even properties like session ID and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and more.