CompTIA A+ 1201 - 3.0 Software Troubleshooting Flashcards
Administrative Tools (Windows)
Component Services
Computer Management
Data Sources
Event Viewer
Local Security Policy
Print Management
Performance Monitor
Services
regedit
Run command for Registry Editor.
- Good practice to back up via File\Export
devmgmt.msc
Run command for Device Manager
diskmgmt.msc
Run command for Disk Management
compmgmt.msc
Run command for Computer Manager
Location of Windows Registry Backups
C:\Windows\System32\Config\RegBack
HKEY_LOCAL_MACHINE (HKLM)
The most important key in the registry.
Contains Hardware, Software and Security data.
HKEY_CURRENT_CONFIG (HKCC)
A registry key that contains information that identifies each hardware device installed on the PC
HKEY_CLASSES_ROOT (HKCR)
A registry key that stores information, determining which application is used when opening a file (default apps)
Data for this key is gathered from the HKLM and the HKCU key.
HKEY_CURRENT_USER (HKCU)
A registry key that stores information about the current user of the PC, data that is stored in the HKEY_USERS key.
Read-Only
A file attribute that prevents changes being made to a file. Users will be prompted to create a new copy of the file if they need to edit it.
Hidden (File Attribute)
Specifies if a file is visible in the default view. This can be modified in file explorer
System (File Attribute)
Specifies that the file should not be accessible to standard users.
Archive (File Attribute)
Shows whether a file has changed since the last backup or not. Useful for incremental backups as the file will be flagged depending if it has been backed up or not.
MMC
Microsoft Management Console
A toolbox creation utility that will allow admins to create portable .mmc files, for use in troubleshooting / administrative tasks (Performance Monitor, Event Viewer etc)