UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit f6a9b5d5 authored by Anthony Collins's avatar Anthony Collins
Browse files

gensite

parent 9741f8b3
Branches
No related merge requests found
Pipeline #118470 passed with stages
in 33 seconds
......@@ -149,7 +149,7 @@ A SID has four components:
==== *HKEY_CURRENT_USER* _(HKCU)_
*HKEY_CURRENT_USER* is the copy of the logged in user's registry key based on thier SID from *HKEY_USERS*.
*HKEY_CURRENT_USER* is a copy/dynamic link of the logged in user's registry key based on thier SID from *HKEY_USERS*.
----
HKEY_USERS (HIVE)
......@@ -163,7 +163,7 @@ HKEY_USERS (HIVE)
==== *HKEY_CURRENT_CONFIG* _(HKCC)_
*HKEY_CURRENT_CONFIG* is a symbolic link (pointer or shortcut or alias) to the following registry key: +
*HKEY_CURRENT_CONFIG* is a copy/dynamic link to the following registry key: +
----
HKEY_Local_Machine (HIVE)
......@@ -180,7 +180,7 @@ HKEY_Local_Machine (HIVE)
==== *HKEY_CLASSES_ROOT* _(HKCR)_
*HKEY_CLASSES_ROOT* is a symbolic link (pointer or shortcut or alias) to the following registry key: +
*HKEY_CLASSES_ROOT* is a copy/dynamic link to the following registry key: +
----
HKEY_Local_Machine (HIVE)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment