When you opened the Process Explorer, what did you see?

What will be an ideal response?



a. To access the Windows Registry, click Start > Search for regedit and select Registry Editor. Click Yes when asked to allow this app to make changes.



The Registry Editor has five hives. These hives are at the top level of the registry.

? HKEY_CLASSES_ROOT is actually the Classes subkey of HKEY_LOCAL_MACHINESoftware. It stores information used by registered applications like file extension association, as well as a programmatic identifier (ProgID), Class ID (CLSID), and Interface ID (IID) data.

? HKEY_CURRENT_USER contains the settings and configurations for the users who are currently logged in.

? HKEY_LOCAL_MACHINE stores configuration information specific to the local computer.

? HKEY_USERS contains the settings and configurations for all the users on the local computer. HKEY_CURRENT_USER is a subkey of HKEY_USERS.

? HKEY_CURRENT_CONFIG stores the hardware information that is used at bootup by the local computer.



b. In a prev

The Process Explorer License Agreement dialog box

Computer Science & Information Technology

You might also like to view...

What is wrong with the following function body?

void calculate(int count, float price, float& cost) { if (count < 0) cost=0.0; else cost=count*price; return; } a. void functions may not have a return statement. b. void functions must return a value c. nothing d. can not mix reference and value parameters

Computer Science & Information Technology

Classify each of the followings in terms of unicast and multicast:

a. A student speaking to a friend on a wireless phone b. ii. An executive speaking on a conference-phone with managers in different cities. c. iii. A teacher lecturing in a classroom. d. iv. A child playing with another child using a “walkie-talkie”. e. v. The president addressing the nation on television Consider inter-human communications.

Computer Science & Information Technology