Disabling Unnecessary Services in Windows, macOS, and Linux (Vocabulary Flashcards)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Vocabulary-style flashcards covering key concepts, terms, and commands related to managing and disabling unnecessary services across Windows, macOS, and Linux. Each card defines a term and its meaning based on the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Service

A background program that runs in the operating system to perform tasks (e.g., print spooler).

2
New cards

Windows Services (services.msc)

The Windows management console used to view and manage services, including their status and startup type.

3
New cards

Windows Update service (wuauserv)

The Windows service that detects, downloads, and installs Windows and other program updates; often set to Automatic startup.

4
New cards

Startup type: Automatic

A setting where a service starts automatically when the OS boots.

5
New cards

Startup type: Manual

A setting where a service starts only when explicitly started by a user or another process.

6
New cards

Startup type: Disabled

A setting that prevents a service from starting, even at boot.

7
New cards

Stop

Action to halt a currently running service.

8
New cards

Disable (service)

Action to prevent a service from starting automatically after a reboot.

9
New cards

Patch management system

An enterprise method to distribute and apply updates to endpoints instead of using Windows Update on every machine.

10
New cards

sc stop

Windows command-line utility to stop a specific service by name.

11
New cards

net stop

Windows command-line command to stop a specific service by name.

12
New cards

WUAUSERV (Windows Update service name)

The service name used in commands to refer to the Windows Update service.

13
New cards

Activity Monitor (macOS)

macOS utility under Applications > Utilities to view and manage running processes.

14
New cards

Force Quit (macOS)

macOS option to immediately terminate an application or process.

15
New cards

Top

Unix-like command that lists currently running processes and their PIDs.

16
New cards

PID (Process ID)

The numeric identifier assigned to a running process.

17
New cards

Kill

Unix/Linux command used to terminate a process by its PID.

18
New cards

Terminal (macOS/Linux)

The command-line interface used to run shell commands on macOS and Linux.

19
New cards

Process

A running instance of a program; in the notes, processes are described as services when running in the background.

20
New cards

Print Spooler

A Windows service that manages print jobs; can be disabled if not in use.

21
New cards

Malware as a Service (concept)

Malicious software that registers as a service to persist or evade detection; can be stopped and disabled.