Jump to content

Talk:Windows Shell Extension: Difference between revisions

m
link fixes
m (+cat)
m (link fixes)
 
Line 1: Line 1:
==Research==
==Research==
===General structure===
===General structure===
* https://docs.microsoft.com/en-us/windows/win32/sysinfo/structure-of-the-registry
* https://learn.microsoft.com/en-us/windows/win32/sysinfo/structure-of-the-registry
* Every node is a '''key''' that can have '''subkeys''' and/or data ("'''value'''") which is displayed at the right side of the regedit GUI.
* Every node is a '''key''' that can have '''subkeys''' and/or data ("'''value'''") which is displayed at the right side of the regedit GUI.
* Each '''value''' has 3 attributes: '''name''', '''type''', '''data'''
* Each '''value''' has 3 attributes: '''name''', '''type''', '''data'''
Line 24: Line 24:


'''Other'''
'''Other'''
* https://docs.microsoft.com/en-us/windows/win32/sysinfo/registry-value-types
* https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry-value-types