Module 3 supplemental reading for installers and process Flashcards

1
Q

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

A

Process Monitor

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

what are operation input and output parameters?

A

variables that allow data to be exchanged between different parts of a system or process.

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

what do non-destructive filters in Process Monitor allow you to do?

A

set filters without losing data.

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

what does capturing thread stacks for each operation in Process Monitor make possible?

A

Identifying the root cause of an operation

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

What are image path, command line, user and Session ID examples of?

A

process details

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

what are configured as columns in Process Monitor?

A

Event property data fields

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

In Process monitor, what does advanced logging architecture scale to?

A

tens of millions of captured events and gigabytes of log data

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

in Process Monitor, what tool shows relationship of all processes referenced in a trace?

A

Process tree

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

in Process Monitor, what format preserves all data for loading in a different process Monitor instance?

A

Native Log

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

In process monitor, what allows easy viewing of process image information?

A

process tooltip

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

what in Process Monitorallows convenient access to formatted data that doesn’t fit in the column?

A

Detail tooltip

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

In process manager, what is boot time logging?

A

A type of system log that records events that occur during the system’s boot process

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

what does the process monitor page look like?

A

A set of columns with time, process name, session, PID, Archive, Operation, path, result, detail, date and time, and Image Path.

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

what should you look up to learn about package installing on Windows?

A

Windows Installer Examples

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

what is a database table editor for creating and editing Windows Installer packages and merge modules?

A

Orca.exe

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

what tool provides a graphical interface for validation, highlighting the particular entries where validation errors or warning occur?

A

Orca

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

where is Orca available?

A

the Windows SDK Components for Windows Installer Developers

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

what options are used with Orca.exe

A

-q, -s, -?

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

what is -q in Orca?

A

quiet mode

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

what is -s in quiet mode?

A

<database> Schema database ["orca.dat" - default]
</database>

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

where can you install software directly from? linux

A

source code, linux.

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

what changes because different programming languages are compiled differently in Linux?

A

the method of installation

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

what can you do to see a setup script?

A

extract a package archive

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

what is a setup script?

A

a script file that will fun a bunch of tasks on the computer in order to set up the package

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

what is the app code?

A

the actual software code

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

what is a Readme file?

A

a standard file contained in source archives that has information about the archive. It is asking you to read it before you do anything.

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

what does the setup script tell us?

A

how to install our package

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

what can a sample setup script contain?

A

instructions to: compile app code into machine instructions, copy compiled app binary to /bin, make a folder to /home, /whatever username. Instructions to copy things, make things, organize things.

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

who decides what software needs to work and runs tasks to get it working? whether those tasks are creating files or updating directories.

A

the software developers.

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

How could I read the instructions for installing the linux file?

A

if I knew the programming languages that were being used.

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

what piece of softwareis used to help our hardware devices interact with our OS

A

Driver

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

How does Microsoft group all of the devices and drivers on a computer

A

in a single Microsoft management console called the vice manager

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

how can you get to the vice manager using the run dialogue

A

devmgmt.msc

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

how can you get to device manager using the GUI?

A

right click this pc, manage, device manager. Search is also an option, and so is right clicking on start and finding it in the menu.

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

how are most devices on a computer grouped together

A

according to broad categories, such as monitor for any display you might use

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

when do devices usually get grouped?

A

when you plug them in for the first time.

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

What does Windows do when you plug a device in for the first time/

A

detects it, groups it, recognizes and installs the software that is needed to manage it

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

what do most vendors or computer hardware manufacturers assign to their devices?

A

a hardware ID

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

what is the first thing Windows will do when it notices a new device?

A

ask it for its hardware ID

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

what does the OS use the hardware ID for/

A

to search for the right driver for the device

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

where does the OS search for drivers?

A

a local list, Windows update, driver’s store.

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

What do some devices come with which contain custom driver software? You can tell Windows to look there too

A

driver disks

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

What does Windows do when it finds the right driver software?

A

installs it.

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

How can you interact with Windows drivers?

A

through device manager console. Expand any of the categories to view the devices in them. Also, use right click to open a menu with options to work with them.

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

what can you do from the right click menu in device manager?

A

uninstall, disable, and update a driver, tell Windows to look for hardware changes like a newly plugged in device, look at properties.

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

what does properties show you in the right click menu in Device manager?

A

details about the device and its driver

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

What is the part of windows that enables a computer system to adapt to hardware changes with minimal intervention by the user? This allows a user to add and remove devices without having to do manual configuration and without the knowledge of computer hardware.

A

Plug and play

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

what lets a user doc portable computer and use the docking station keyboard mouse and monitor without making manual configuration changes

A

plug and play

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

what requires support from device hardware, system software, and drivers

A

Plug and Play

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

What define standards for easy identification of add-in boards and system components?

A

Initiatives in the hardware industry

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

what determines the hardware resources requested by each device and assigns hardware resources appropriately

A

the plug and play manager

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

What reports a new device to the windows operating system

A

a bus driver

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

what are bus specific prefixes, consisting the format of a hardware id or compatible id

A

PCI\ or USB\

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

What it is a hardware id

A

a vendor defined identifications string that windows uses to match a device to a driver package

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

what is another word for a devices enumerator

A

bus driver

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

How does windows decide which driver to install

A

if there is only one matching driver package that gets installed, if many are found windows assigns ranking value, and the lowest rank is installed. If there are two drivers with the same ranking value windows uses the driver date and version to select the best driver package for the device

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

where are the date and version of a driver contained

A

a driver packages INF file

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

what is considered a file in Linux?

A

everything including hardware devices

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

when a device is connected to a linux computer, what director is its file created in?

A

/dev

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

What devices transmit data character by character?

A

character devices like a keyboard or a mouse

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

What devices in linux transfer blocks of data, or units of data storage

A

Block devices, like usb, hard drive, cdrom

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

what is a data block?

A

a unit of data storage

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

what is the first bit you see in an ls -l command?

A

the type of file

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

what bit stands for a regular file?

A

-

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

what bit stands for directory?

A

d

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

what is the bit for block device?

A

b

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

what is the letter for character device?

A

c

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

what are mass storage devices like hard drives and memory sticks?

A

sd devices

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

what does it mean if you see an a after sd?

A

the device was detected by the computer first

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

where are device drivers sometimes part of? Linux

A

the Linux Kernel.

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

what part of the linux machine handles the interaction with hardware?

A

kernel

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

what is a monolithic piece of software with lots of functions, including support for lots of hardware? This makes it so that for lots of devices, when you plug them in, they automatically work.

A

the kernel

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

What do devices without support built into the kernel most likely have?

A

a kernel module

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

what extend the kernel’s functionality without developers having to actually touch it?

A

kernel module

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

if you need to install a kernel module for a device, how can you install it?

A

the same way as other software in linux

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

what are these examples of?

/dev/sda - First SCSI drive

/dev/sr0 - First optical disk drive

/dev/usb - USB device

/dev/usbhid - USB mouse

/dev/usb/lp0 - USB printer

/dev/null - discard

A

devices you may find in the /dev directory

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

what are block devices?

A

devices that can hold data, like hard drives, USB drives, filesystems

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

What are devices that input or output data one character at a time?

A

character devices

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

what are pipe devices?

A

similar to character devices, but send output to a process running on the Linux machine instead of a monitor or printer

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

what are similar to pipe devices, but help multiple processes communicate with each other?

A

Socket devices

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

why are there so many Linux versions?

A

Linux is Open source

83
Q

What is a device manager for Linux that automatically creates and removes device files in Linux when the associated devices are connected and disconnected?

A

Udev

84
Q

What has a daemon running in Linux that listens for kernel messages about devices connecting and disconnecting to the machine?

A

udev

85
Q

What is GNOME?

A

a user interface on Linux

86
Q

In Gnome, where is printers?

A

settings on the left side menu

87
Q

what button in gnome settings, printers lets you change the system settings?

A

unlock

88
Q

What must your user account have to unlock the system settings for printers?

A

superuser, sudo, or printadmin privileges

89
Q

After you hit the unlock button in gnome, settings, printers, what opens?

A

the dialog box showing the list of available printers, which you can search by IP address or host name

90
Q

how do you select the printer you want to install on the local system?

A

from gnome, settings, printers, unlock, click the printer you want to install on the local system and click add

91
Q

Where will the printer listing appear when the printer is added?

A

Settings window for printers

92
Q

Where do you find printer details in linux?

A

printersettings, in the top right corner of the printer listing

93
Q

What three options will you have for installing the printer driver when the printer is installed?

A

search for drivers, select from database, install PPD file.

94
Q

where will the Gnome control center automatically search for the driver?

A

Driver repositories using PackageKit

95
Q

What does PPD stand for?

A

Postscript printer description files

96
Q

What does Red Had Linux use to manage printers from the command line?

A

Common Unix Printing System, CUPS

97
Q

what broadcast to clients for automatic printer installation on Linux machines?

A

CUPS servers

98
Q

with Red Hat, when would it be preferable to manually install printers through the command line?

A

When working on environments with multiple printers.

99
Q

What is the command line you would use in Red Hat to install printer?

A

$ lpadmin -p printername -m driverfilename.ppd

100
Q

what is the printeradministrator command?

A

lpadmin

101
Q

with lpadmin, what flag and command add or modify the named printer?

A

-p, printername

102
Q

In Red Hat, what command installs the postscript printer description driver filename that you provide? the file should be stored in the /usr/share/cups/model directory

A

-m driverfilename.ppd

103
Q

how do you open the man page for lpadmin?

A

$ man lpadmin

104
Q

How do you check if a device is already installed on a Linux machine? GNOME

A

settings, browse devices, the attached devices of the selected device type will appear in the window pane to the right

105
Q

How to check if a device is installed through command line?

A

$ ls /dev, lcpci, lsusb, lsscsi, lpstat -p, dmesg

106
Q

what command lists all /dev folder devices?

A

ls /dev

107
Q

what command lists devices installed on the PCI bus?

A

lcpci

108
Q

what command lists devices installed on the USB bus?

A

lsusb

109
Q

what command lists scsi devices, like hard drives? Linux.

A

lsscsi

110
Q

what command lists all printers and whether they are enabled? linux

A

lpstat -p

111
Q

what command lists devices recognized bythe kernel? linux

A

dmesg

112
Q

why should you keep your OS updated?

A

you want the newest features and security updates

113
Q

what is software that is meant to fix up a security hole called?

A

security patch

114
Q

What should you do when you have an operating system update with security patches?

A

update immediately

115
Q

what can you be affected by if you do not install OS updates with security patches?

A

security holes

116
Q

What service runs in the background of your computer to download and install updates and patches for your operating system.

A

the Windows update client service

117
Q

where does the Windows update client service go to find new updates?

A

Windows Update servers at Microsoft

118
Q

What does an installation of a Windows update, after the download, usually require?

A

a restart of your computer, performed by the update client after it asks permission

119
Q

When will the Windows update client service ask your permission to install the new update?

A

when it has been downloaded, depending on your settings. It may also just do it automatically

120
Q

how can I tell Windows to manage updates in versions before win 10?

A

to install automatically or let it know I want to decide whether I want to install, or turn off updates.

121
Q

where can I configure Windows update?

A

search updates in the search box and go into Windows update setting

122
Q

where can I configure windows update?

A

Windows update setting in updates.

123
Q

What can I do in Windows Update setting?

A

configure Windows Update client to check new updates, look at history of updates installed, change how it downloads and applies patches.

124
Q

Why does Windows 10 have a cumulative update model?

A

you need to download and install less packages to be up to date if your machine is off for a long time and needs to be updated for security when it is turned on again.

125
Q

what is a downside to cumulative updates in win 10?

A

no longer optional to install updates

126
Q

What Windows Update type addresses critical bugs that are not security related, but are widely released fixes for a specific problem?

A

critical updates

127
Q

what type of windows update are widely released and frequent updates to a product’s definition database?

A

Definition updates

128
Q

what are used to detect specific types of objects on your system, such as malicious code, phishing websites, or junk mail? type of database on Windows

A

Definiton databases

129
Q

what are software that control the input and output of devices running on your system?

A

Drivers

130
Q

When may drivers be updated?

A

when new versions of the driver become available for your devices or if you install a new device on your system

131
Q

what update adds new product functionality to your system?

A

Feature packs

132
Q

What is the functionality of feature packs first Distributed as?

A

an update to a product currently running on your system, usually included in the next full product release

133
Q

what are widely released patches for security related vulnerability, rated by severity as being critical, important, moderate, or low

A

security updates

134
Q

what vulnerabilities pose an active threat and patch should be installed immediately

A

critical

135
Q

what vulnerabilities pose a likely threat and the patch should be installed as soon as possible

A

important

136
Q

what vulnerabilities pose a potential threat and the path should be installed soon

A

moderate

137
Q

what vulnerabilities are not an immediate threat but the patches recommended

A

Low

138
Q

what collect all tested hot fixes security updates critical updates and general updates together and distribute them as a set? may also contain new fixes or design changes requested by customers

A

service packs

139
Q

what are widely released fixes for specific problems that address noncritical bugs that are not security related?

A

general updates

140
Q

what collect a set of tested hot fixes and updates that target a specific area, like a component or service. These fixes and updates are packaged together for easy deployment

A

update rollups

141
Q

what collect all the new security updates from a given month for distribution through the windows server update services? Rated as important

A

security only updates, called security only quality update when you download them

142
Q

what new operating systems delivered those updates to previously installed operating system?

A

win 10 and 11

143
Q

when must you configure windows update to update automatically

A

with older versions of windows than windows ten

144
Q

with windows ten and eleven how long can you pause updates for?

A

35 days

145
Q

what should you do to ensure top performance and security for your windows system?

A

updates

146
Q

What is the OS packaged in Linux?

A

Kernel

147
Q

what controls the core components of our OS?

A

kernel

148
Q

what should you do if your want to get the new security patches, new features and fixes?

A

run a new kernel version

149
Q

what command gives you the system information?

A

uname

150
Q

what flag with uname gives us the kernel version?

A

-r

151
Q

what command and option do you use to upgrade your kernel? If it is available to install.

A

apt full-upgrade

152
Q

before you run your apt full-upgrade command, what should you do?

A

update your application sources with sudo apt update

153
Q

what do you need to do after updating your kernel in linux?

A

reboot your computer

154
Q

what command can you use to verify that the latest kernel is in use?

A

uname -r

155
Q

What is the core interface between a device’s hardware and the rest of its processes?

A

the Linux kernel.

156
Q

What controls all the major functions of hardware running the Linux OS?

A

kernel

157
Q

what job in kernel linux tracks how much memory is being used by what and where it is stored?

A

Memory management

158
Q

What tool in the Linux kernel determines which processes can use the central processing unit, when, and for how long/

A

process management

159
Q

what linux kernel tool acts as an interpreter between the hardware and processes?

A

device drivers

160
Q

what linux kernel tool receives requests for service from the processes?

A

system calls and security

161
Q

what are the four main jobs of the linux kernel?

A

memory management, process management, device drivers, system calls and security

162
Q

how do you update the Ubuntu linux distro?

A

Update manager, apt

163
Q

what is a gui that is nearly 100% automated? when updates are available it will open on your desktop and prompt you to complete updates. It checks for security updates daily and nonsecurity updates weekly. You can choose to check for updates manually

A

Update manager

164
Q

what is the Ubuntu package management system that uses command line tools to update a Ubuntu distro. Does not check for updates automatically, you must manually run it to check for updates. You can use commands.

A

apt

165
Q

What command do you use to update linux with Apt?

A

apt-get update. it prompts use of passwords, then updates the list of system packages

166
Q

what command do you use to actually download and install all updated versions for the packages in the system package list for linux update?

A

apt-get upgrade

167
Q

A Package Manager that acts as a repository

A

App Store apps:

168
Q

A app store service that also acts as a repository

A

App store repository:

169
Q

A central managed marketplace for app developers to publish and sell mobile apps

A

App stores

170
Q

An APPX is another way to package contents of a file to act like a unit of distribution

A

APPX

171
Q

comprised of one or more files that are compressed into a single file” for verb agreement

A

Archive:

172
Q

A system that acts like USB drives and hard drive by transmitting data

A

Block devices:

173
Q

The assigned stored location for recently or frequently accessed data; on a mobile app it is where anything that was changed or created with that app is stored

A

Cache

174
Q

A way to transmit data character by character like a keyboard and mouse

A

Character devices

175
Q

A third party package manager for Windows

A

Chocolatey:

176
Q

A source code that does not allow public access

A

Closed source packages

177
Q

A Debian package is packaged as a .deb file

A

Debian(.deb)

178
Q

A console management system for your device

A

Device manager

179
Q

Used to help our hardware devices interact with our Operating System

A

Driver

180
Q

Programs that want to use functionality that the code provides can tap into it if they need to (shared libraries)

A

Dynamic-link libraries

181
Q

A management system that allows an organization to distribute custom mobile apps

A

Enterprise app management

182
Q

A file containing instructions for a computer to execute when they’re run

A

Executable file

183
Q

A special string of characters assigned to hardware

A

Hardware ID

184
Q

A process of counting on other pieces of software to make an application work since one bit of code depends on another in order to work

A

Having dependencies

185
Q

A process of installing from a source

A

Installing from source:

186
Q

It extends the kernel’s functionality so developers don’t have to actually touch the Linux kernel

A

Kernel module

187
Q

A way to package a bunch of useful code that someone else wrote

A

Library:

188
Q

A library used if an application needs to use a shared library

A

Manifest

189
Q

a file extension used to guide a program called Windows Installer in the installation, maintenance, and removal of programs of the windows operating systems. MSI files are a combination of of databases that contain installation instructions in different tables along with all the files

A

Microsoft Install Package(.msi) and MSI files:

190
Q

Software that is distributed on mobile OS devices

A

Mobile applications

191
Q

The core or source software files that are compressed into one file

A

Packaged archives

192
Q

An application that makes package installation and removal easier

A

Packaged managers

193
Q

A software repository for uploading source packages to be built and published

A

Personal package archives

194
Q

Windows unique version of .exe

A

Portable Executable (PE) format

195
Q

A way of monitoring what processes are happening during installation

A

Process monitoring

196
Q

A server that acts like a central storage location for packages

A

Repository

197
Q

Mass storage devices like hard drives

A

SD devices

198
Q

A piece of software that is meant to fix up a security hole

A

Security patch

199
Q

A system that manages most shared libraries and resources on Windows and supports access to multiple versions of the same shared library automatically

A

Side-by-side assemblies

200
Q

A process of installing mobile apps directly without using an app store

A

Side-loading

201
Q

A set of tools released by Microsoft that can help you troubleshoot

A

Sysinternals package

202
Q

an application repository or warehouse where you can download and install universal Windows platform apps

A

Windows store

203
Q

System that runs in the background on your computer to download and install updates and patches for your operating system

A

Windows update client service

204
Q
A