Hi all!
Im trying to create custom system folders and doing some researching about the values and variables used in. Example:
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}]
@="Malandrino"
"InfoTip"="Est es una malandrina prueba"
"{305ca226-d286-468e-b848-2b2e8e697b74} 2"=dword:00000000
"SearchHelper"="ShellObjectEditor: Malandrino"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\DefaultIcon]
@="C:\\Windows\\System32\\SHELL32.DLL,26"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\InProcServer32]
@="shdocvw.dll"
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\Instance]
"CLSID"="{0afaced1-e828-11d1-9187-b532f1e9575d}"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\Instance\InitPropertyBag]
"Attributes"=dword:00000015
"Target"=hex(2):44,00,3a,00,5c,00,4d,00,61,00,6c,00,61,00,6e,00,64,00,72,00,69,\
00,6e,00,6f,00,00,00
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx]
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx\PropertySheetHandlers]
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx\PropertySheetHandlers\tab 1 general]
@="{21b22460-3aea-1069-a2dc-08002b30309d}"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx\PropertySheetHandlers\tab 2 customize]
@="{ef43ecfe-2ab9-4632-bf21-58909dd177f0}"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx\PropertySheetHandlers\tab 3 sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx\PropertySheetHandlers\tab 4 security]
@="{1f2e5c40-9550-11ce-99d2-00aa006e086c}"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellFolder]
"Attributes"=dword:fa000177
"WantsFORPARSING"=""
"HideAsDeletePerUser"=""
I highlighted in bold and red those values set to attributes. Im trying to get some research about how many values can be set a custom shell folder (or program), where can I get more info about some values tables to set values attributes fro shell folders. I cannot find any info about info.
I would be very grateful if someone could have this information, thank you.
Im trying to create custom system folders and doing some researching about the values and variables used in. Example:
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}]
@="Malandrino"
"InfoTip"="Est es una malandrina prueba"
"{305ca226-d286-468e-b848-2b2e8e697b74} 2"=dword:00000000
"SearchHelper"="ShellObjectEditor: Malandrino"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\DefaultIcon]
@="C:\\Windows\\System32\\SHELL32.DLL,26"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\InProcServer32]
@="shdocvw.dll"
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\Instance]
"CLSID"="{0afaced1-e828-11d1-9187-b532f1e9575d}"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\Instance\InitPropertyBag]
"Attributes"=dword:00000015
"Target"=hex(2):44,00,3a,00,5c,00,4d,00,61,00,6c,00,61,00,6e,00,64,00,72,00,69,\
00,6e,00,6f,00,00,00
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx]
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx\PropertySheetHandlers]
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx\PropertySheetHandlers\tab 1 general]
@="{21b22460-3aea-1069-a2dc-08002b30309d}"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx\PropertySheetHandlers\tab 2 customize]
@="{ef43ecfe-2ab9-4632-bf21-58909dd177f0}"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx\PropertySheetHandlers\tab 3 sharing]
@="{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellEx\PropertySheetHandlers\tab 4 security]
@="{1f2e5c40-9550-11ce-99d2-00aa006e086c}"
[HKEY_CLASSES_ROOT\CLSID\{cdf9cf1a-5922-452d-aa27-df4e035233b9}\ShellFolder]
"Attributes"=dword:fa000177
"WantsFORPARSING"=""
"HideAsDeletePerUser"=""
I highlighted in bold and red those values set to attributes. Im trying to get some research about how many values can be set a custom shell folder (or program), where can I get more info about some values tables to set values attributes fro shell folders. I cannot find any info about info.
I would be very grateful if someone could have this information, thank you.
My Computer
- Computer type
- PC/Desktop
- Computer Manufacturer/Model Number
- unknow
- OS
- win 7 x64 ultimate
- CPU
- amd fx3850
- Motherboard
- asrock extreme4
- Memory
- 16 gskill cl9
- Graphics Card(s)
- gtx 780 evga 3 gb
- Hard Drives
- 2 ssd kingstons and 1 tb hdd
- Antivirus
- none
- Browser
- chrome, firefox and opera