What are the main types of user accounts in Windows?
These account types vary in management and integration with cloud services.
What is a local account in Windows?
An account stored and managed on a single device without cloud or domain integration
Local accounts are specific to the device and do not sync with other devices.
What is a Microsoft account?
A cloud-based account used to log into Windows and access Microsoft services
This account allows synchronization of settings and access to online services.
What is a domain account?
An account managed centrally by a directory service like Active Directory in a corporate environment
Domain accounts provide access to network resources and are managed by IT administrators.
What are common Windows user group types?
These groups define the level of access and permissions for users.
What is the purpose of the Administrator account/group?
It has elevated privileges to manage system settings, software, and users
Administrators can make significant changes to the system.
What is the purpose of a Guest account?
It provides limited, temporary access with restricted permissions
Guest accounts are useful for visitors needing brief access.
What is Windows Hello?
A Windows authentication system that supports biometric and alternative login methods
Windows Hello enhances security by allowing users to log in using facial recognition or fingerprints.
What authentication methods does Windows Hello support?
These methods provide secure alternatives to traditional passwords.
Why are PINs considered secure in Windows Hello?
They are device-specific and not transmitted over the network like passwords
This reduces the risk of interception during login.
What are NTFS permissions?
File system permissions applied to local files and folders on Windows systems
NTFS permissions control access to files and directories.
What are share permissions?
Permissions applied to folders shared over a network
Share permissions determine access levels for users connecting over a network.
When both NTFS and share permissions are applied, which one takes precedence?
The most restrictive permission applies
This ensures that access is limited to the least permissive setting.
What is permission inheritance?
When child folders and files automatically receive permissions from their parent folder
This simplifies permission management across a directory structure.
What are explicit permissions?
Manually assigned permissions that override inherited permissions
Explicit permissions allow for specific access control on files or folders.
What is User Account Control (UAC)?
A Windows security feature that prompts for approval or credentials before allowing administrative actions
UAC helps prevent unauthorized changes to the system.
Why should users avoid running as Administrator by default?
To reduce the risk of accidental system changes or malware gaining full control
Running with standard user privileges enhances security.
What is the purpose of UAC prompts?
To securely request elevated privileges when needed for system changes
UAC prompts help maintain system integrity.
What is Full Disk Encryption (FDE)?
Encryption that protects all data on a storage device from unauthorized access
FDE secures data at rest, making it unreadable without proper authentication.
What is BitLocker?
Microsoft’s full disk encryption solution for Windows systems
BitLocker encrypts the entire drive to protect data from theft.
What is BitLocker To Go?
A feature that encrypts removable storage devices like USB drives
This feature ensures data on portable drives is secure.
What is the Encrypting File System (EFS)?
A Windows feature that encrypts individual files and folders rather than the entire disk
EFS allows for selective encryption of sensitive data.
When is BitLocker typically used?
To protect entire drives, especially on laptops and devices at risk of theft
BitLocker is crucial for safeguarding data on portable devices.
When is EFS typically used?
To encrypt specific files or folders while the rest of the disk remains unencrypted
EFS is ideal for protecting sensitive documents without encrypting the entire disk.