A graphical or command-line tool used to perform some aspect of system configuration.
Management Interface
A Microsoft Windows tool that allows users to manage their computer’s hardware, software, and user accounts.
Computer Management
What are SNAP-INS?
Give two examples.
Snap-ins are modular management components that plug into the Microsoft Management Console (MMC) to provide specific administrative tools.
They let an admin build a custom management console instead of opening a dozen separate tools like some kind of digital scavenger hunt.
Two examples:
• Event Viewer
• Device Manager
Other common ones include Disk Management, Group Policy Object Editor, and Services.
A customizable computer management console where SNAP-INS can be added and taken away from.
mmc.exe
Microsoft Management Console (MMC)
It’s the customizable administrative framework in Windows that lets you add or remove snap-ins like Event Viewer, Device Manager, Disk Management, and so on.
Two things about “regedit”.
What is WINDOWS REGISTRY?
A database that stores settings for the Windows operating system and applications.
Tell me three things about a
CONTEXT MENU
What is a THREAD?
A sequence of instructions given to the CPU by a program or application
Four things about “taskmgr”.
Four ways to open TASK MANAGER?
What is a SERVICE?
A Windows process that does not require any sort of user interaction and thus runs in the background (without a window).
Tell me what a ‘service’ does then give three examples.
It provides functionality to many parts of the Windows OS.
1. Allowing sign in.
2. Browsing a network.
3. Indexing file details to optimize searches.
What do you call a text file that contains a series of commands that are executed in order.
batch file
What is ‘Task Scheduler’?
Task Scheduler is an application that sets tasks to run at a particular time.
How do I access Task Scheduler?
Windows key + X then select Computer Management, then select Task Scheduler.
What are the two main types of storage?
System memory and mass storage (or fixed disk storage).
Does the CPU have it’s own memory?
Yes, but very limited.
Explain ‘System Memory’.
This type of memory is volatile, meaning it is lost when the PC is turned off. System memory is provided by RAM modules.
Three things about ‘Mass Storage’?
What is another name for ‘pagefile’?
‘Virtual Memory’
What is a pagefile?
If an OS loads more data than there is installed RAM, a pagefile (or ‘Virtual Memory’) can be created by the user or by the OS. It’s generally better to let the OS do this. A pagefile is created one the hard drive and acts as part of the system memory (RAM).
What is ‘least privilege’?
The principle that users only have permission to perform the necessary tasks and no more.
What is UAC?
What are the two types of user accounts?