Reminders Prep 2 Flashcards
The (Windows Share) Change permission is the same as __ __ except that it doesn’t grant the ability to do what?
Change is the same as Full Control, but can’t change the folder’s permissions
[CANT Change folder permissions]
If you want to “not allow” certain user permissions for a folder, what’s the best option to do that?
Uncheck “Allow”
(NEVER click DENY)
The main reason to use a DENY permission is for what?
Override an inherited ALLOW permission
How do you access Windows Share and NTFS Share permissions? (2 separate areas)
Windows Share = Right Click Folder > Properties > Sharing
NTFS Share = Right Click File/Folder > Properties > Security
How is the NTFS Change permission different from the Windows Share Change permission?
NTFS Change enables an account to add/remove permissions for other users
What is the default inheritance rule? (NTFS permissions)
default rule: new files/folders get the NTFS permissions of the parent folder
How do inherited permissions look like in the dialog box?
They’re grayed out
How do you override inherited permissions? (NTFS)
DENY permission
How do inherited permissions work if the parent folder has Full Control and the child file has only Read? (NTFS)
Inherited permissions are additive, so you would still get Full Control on the child file
What does permission propagation deal with? (NTFS volumes)
What permissions a file/folder will have after you move/copy it
What happens to a file/folder’s permissions that’s moved within the same volume? (NTFS volumes)
keeps original permissions
What happens to a file/folder’s permissions that’s moved to a different volume? (NTFS volumes)
inherits new permissions
What happens when you copy a file/folder within the same volume? (NTFS volumes)
inherits new permissions
What happens when you copy a file/folder to a different volume? (NTFS volumes)
inherits new permissions
The only time a file/folder keeps its original permissions in an NTFS volume is when?
you move it within the same volume, all other times it will inherit new permissions
What are effective permissions?
factors in all the permissions the user is included in (like groups) and shows the actual permissions the user has
What editions of Windows 10/11 support EFS?
Pro and Enterprise
What command opens System Information?
msinfo
What Windows editions include Bitlocker Drive Encryption? (3)
Windows 10/11 Pro and Enterprise
How does a TPM chip and Bitlocker Drive Encryption work together?
Bitlocker encrypts the entire drive, all files, and the TPM chip validates that the computer has not changed on boot for extra security
What happens when you use both Windows Sharing and NTFS sharing permissions?
the more restrictive permissions apply
Where is the Registry stored?
It’s not a single file, it’s a collection of files called hives that stores general user data in Windows\System32\config and stores the hives for individual accounts in C:\Users
How do you undo Registry changes?
You can’t (and the effect is immediate, no saves)
What is the Registry editor called?
regedit
What is a root key?
A root key is one of the 5 top-level hierarchical headings that the Registry is organized into
What is a subkey?
the “subfolder” of the top level root key in the Registry
Each key or subkey can have values. What is that?
values show more information about the key (what’s included inside)
What are the 3 most common types of defined data stored in a Registry’s value?
- String value - any combo of text and digits (REG_SZ or REG_EXPAND_SZ)
- Decimal/Hexadecimal value - base 10, base 16 (REG_DWORD)
- Binary values - stores 1s and 0s (REG_BINARY)
What is the executable file name for System Information?
msinfo32
How do you get system information about remote computers?
msinfo32 (System Information) > View > Remote Computer…
What is the executable file name for System Configuration?
msconfig
Where can you find a list of many tools and utilities available on Windows?
System Configuration (msconfig) > Tools
Between Performance Monitor and Resource Monitor, which is the snap-in?
Performance Monitor (perfmon.msc)
Resource Monitor (perfmon.exe or resmon.exe)
What are the 5 root keys of the Registry?
What is also known as the command-line interpreter?
the shell (interprets the commands sent from the text-based interface app called CLI)
What is a traditional CLI available on Win10 and 11?
Command Prompt
What CLI does Windows 11 have?
Terminal (runs multiple CLIs)
What’s the default CLI prompt look like for Windows 10 and 11?
10: Current location (working directory)
11: User’s personal directory c:\Users\Tom>
What’s the default CLI prompt for macOS and Linux? (If a power user didn’t customize the prompt) [Shows 3 things]
current user, system name, working directory
tom@Ubuntu:~$
What symbol indicates the end of the prompt in Windows?
>