2.7 Given a scenario, apply workstation security options and hardening techniques.
📘CompTIA A+ Core 2 (220-1202)
In any computer system, the administrator account is the most powerful account. It can install software, change settings, add or remove users, and access all files. Because of this power, leaving the default administrator account and password unchanged is a major security risk. Hackers or malware know default accounts and passwords for many operating systems and devices.
1. Why You Should Change the Default Administrator Account
- Default accounts are well-known: Every operating system and many devices ship with default usernames like
Administrator(Windows) oradmin(routers, servers). Hackers try these first when attempting to break into a system. - Reduce attack surface: If you rename the account and change its password, automated attacks and malware are less likely to gain access.
- Account auditing: When you rename and secure accounts, it’s easier to track who does what on the system.
2. How to Change the Administrator Username
Windows 10/11 Example:
- Open the Control Panel → User Accounts → Manage another account.
- Select the Administrator account.
- Click Change the account name.
- Enter a new, unique name (not “Admin” or “Administrator”).
Tip for exam: Just remember the steps in order: Control Panel → User Accounts → Select Account → Change Name.
Server/Network devices: Many devices (like routers or Windows Server) allow you to rename admin accounts in their management interface. Look for User Management or Security Settings.
3. How to Change the Administrator Password
The administrator password must be strong and unique. Use the following rules (same rules as general password best practices):
- Length: At least 12–15 characters.
- Complexity: Use uppercase, lowercase, numbers, and special characters.
- Uniqueness: Don’t reuse passwords from other accounts or devices.
- Change default immediately: Always change it the first time you log in.
Windows Example:
- Open Control Panel → User Accounts → Manage another account.
- Select the Administrator account.
- Click Change the password.
- Enter the new password twice and add a password hint (optional).
Command Line (advanced option for exam understanding):
- Use
net user Administrator NewPasswordin the Command Prompt (run as admin).
This instantly updates the password.
Network devices or routers:
- Login to the device’s admin panel → navigate to Security or Admin Settings → change the default password.
4. Optional: Disable the Default Administrator Account
Some security guides recommend disabling the default admin account entirely after creating a new admin account.
Windows Example:
- Open Computer Management → Local Users and Groups → Users → Right-click Administrator → Properties → Check Account is disabled.
Reason: If attackers somehow guess the password, the account won’t be usable. Always have a secondary admin account created before disabling the default one.
5. Exam Focus Points
For CompTIA A+ 220-1202, remember these key ideas:
- Default admin accounts are a security risk.
- Always rename default admin accounts and use a strong password.
- Follow password best practices: length, complexity, uniqueness.
- You can disable the default admin account once a new admin account is created.
- Know Windows and network device steps for changing usernames/passwords.
6. Summary
- Why: Default accounts are targeted first by attackers.
- How: Rename account, create a strong password, optionally disable old account.
- Where: Windows, servers, network devices.
- Exam Tip: Be able to explain the security risk, steps to change username/password, and best practices.
