Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
928 B

  1. [Version]
  2. signature = $Windows NT$
  3. [DefaultInstall.NT]
  4. AddReg=Registry
  5. [Registry]
  6. HKCR,CLSID\%CLSID_DsSecurity%\InProcServer32,,,dssec.dll
  7. HKCR,CLSID\%CLSID_DsSecurity%\InProcServer32,"ThreadingModel",,Apartment
  8. HKCR,CLSID\%CLSID_DsSecurity%,TraceMask,0x00010001,0x00000000
  9. ;
  10. ; Register the property sheet so it appears on all containers & leaf objects
  11. ;
  12. HKCR,CLSID\%CLSID_DsContainer%\%SHEXPS%\%CLSID_DsSecurity%,,,
  13. HKCR,CLSID\%CLSID_DsLeaf%\%SHEXPS%\%CLSID_DsSecurity%,,,
  14. ;
  15. ; Register the context verb so it appears on all containers & leaf objects
  16. ;
  17. HKCR,CLSID\%CLSID_DsContainer%\%SHEXCM%\%CLSID_DsSecurity%,,,
  18. HKCR,CLSID\%CLSID_DsLeaf%\%SHEXCM%\%CLSID_DsSecurity%,,,
  19. [Strings]
  20. SHEXCM="shellex\ContextMenuHandlers"
  21. SHEXPS="shellex\PropertySheetHandlers"
  22. CLSID_DsSecurity={4E40F770-369C-11d0-8922-00A024AB2DBB}
  23. CLSID_DsContainer={9856E1E1-F70D-11cf-B0CE-00004C7532B1}
  24. CLSID_DsLeaf={9856E1E5-F70D-11cf-B0CE-00004C7532B1}