Exam objective
Core 2 3.0: Windows Services, Applications, and Update Issues
Windows Services, Applications, and Update Issues for A+
# Topic boundaries and scope
Start first lesson5 lessons in this topic
Common mistakes to avoid
- Mistaking a service that is disabled for one that 'crashed'. Disabled services will not start until set to Manual or Automatic. - Assuming the service binary is corrupt when the real issue is a missing dependency or invalid service account credentials.
- Equating application crashes with BSOD or kernel panics. If the system remains responsive and only the program is affected, focus on application-level fixes.
- Jumping to reinstall the failing app without checking if its required services or database backends are available. - Confusing compatibility issues with general instability; compatibility implies a specific mismatch that traces to a recent change.
- Immediately blaming Windows Update for unrelated failures. Confirmation requires temporal correlation and log evidence. - Rolling back all recent updates instead of the specific update tied to the failure.