Lab – Create User Accounts
In this lab, you will create and modify user accounts in Windows.
Part 1: Creating a New Local User Account
Part 2: Reviewing User Account Properties
Part 3: Modifying Local User Accounts
Question:
What type of user account did you just create?
A local user account named User1 for use on this computer only not attached to your Microsoft login account.
Question:
Which groups or users have full control of this folder?
User1: The newly created user account has full control over its own folder.
Administrators: The administrators group (including the CyberOpsUser account) usually has full control over all user folders.
SYSTEM: The system account typically has full control over system resources.
Type your answers here
Question:
Were you able to access the folder? Explain. As a newly created user (User1), you likely would not be able to access the CyberOpsUser folder. This is because the permissions for the CyberOpsUser folder are set to restrict access to other users. Only the CyberOpsUser and users with administrative rights have access to this folder.here.
Question:
Which groups or users have full control of this folder?
: The system account also has full control over this folder.
Question:
Which group is User1 is a member of?
User group the default group for new user accounts.
Question:
Which group is this user a member of?
Administrators group
Question:
Which groups does User1 belong to?
After changing the account type to Administrator, User1 belongs to the following groups:
Type your answers here.
Question:
What is another way to delete a user account?
Another way to delete a user account is through the Command Prompt by using the command net user User1 /delete, where “User1” is the name of the account you want to remove. You can also delete user accounts through the Settings app in Windows by navigating to Accounts > Family & other users and selecting the user account to delete.
Type your answers here.
It is important to protect all accounts with strong passwords to prevent unauthorized access. Weak passwords can be easily guessed or cracked by attackers, leading to potential data breaches, identity theft, and unauthorized changes to system settings. Strong passwords help safeguard personal and sensitive information, as well as maintain the overall security of the system.
Creating a user with Standard privileges is important for security and management purposes. Standard users have limited access to system settings and critical files, which minimizes the risk of accidental or malicious changes to the system. This is especially useful in shared environments, where users need access to their accounts and applications but should not have the ability to alter system configurations or install unauthorized software. This practice helps maintain system stability and security.