Windows Under the Hood Flashcards
What tool enables programmers to share objects between apps and computers?
Component Services
If you need to register an important .DLL file as a command component in the registry, what command-line tool should you use?
regsvr32
Which of the following root keys contains the data for a system’s non-user specific configurations?
HKEY_LOCAL_MACHINE
Which of the two following are organized inside the Registry’s root keys?
- Subkeys
2. Values
What’s the name of the program that boots Windows?
Bootmgr
How do you start up performance monitor?
perfmon.msc
How do you open up services?
Services.msc in the search bar
What is the name of the command line version of Task Manager?
tasklist
How does Windows boot?
Bios looks for the MBR, which finds the boot code that launches bootmgr
What are two ways to open the registry editor from the command prompt?
- regedit
2. regedt32
What’s the ODBC data source?
A protocol that you can use to connect a Microsoft Access database to an external data source- Such as Microsoft SQL Server
When using performance monitor, which two settings are defined to track resource usage?
- Objects
2. Counters
Which of the following resources can be used by an Operating System (OS) to communicate with hardware?
- System BIOS
2. Device Drivers
What is the term that refers to a group of bits processed as a unit?
Word.
- What root key contains the current user settings, 2. And the personalized info for each user?
- HKEY_CURRENT_USERS
2. HKEY_USERS