Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
HKEY_CLASSES_ROOT: File extensions
HKEY_CURRENT_USER: Settings for the current user only
HKEY_LOCAL_MACHINE: Settings for the whole Windows installation
HKEY_USERS: ?
HKEY_CURRENT_CONFIG: Hardware configurations inside Windows
Hope this helps :)
An example: A text file has the extension .txt. This is stored in HKEY_CLASSES_ROOT. There is the key .txt. Inside that key is the location of the program to open (in this case notepad.exe). Also the icon of .txt files is stored there. And all known file types are stored there, including the information about what program needs to open that type of file.I guess i'm just looking for an exmple that can help me grasp it.