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.

23 lines
465 B

  1. HKCR
  2. {
  3. CryptPKO.CryptPKO.1 = s 'CryptPKO Class'
  4. {
  5. CLSID = s '{7444C717-39BF-11D1-8CD9-00C04FC29D45}'
  6. }
  7. CryptPKO.CryptPKO = s 'CryptPKO Class'
  8. {
  9. CurVer = s 'CryptPKO.CryptPKO.1'
  10. }
  11. NoRemove CLSID
  12. {
  13. ForceRemove {7444C717-39BF-11D1-8CD9-00C04FC29D45} = s 'CryptPKO Class'
  14. {
  15. ProgID = s 'CryptPKO.CryptPKO.1'
  16. VersionIndependentProgID = s 'CryptPKO.CryptPKO'
  17. InprocServer32 = s '%MODULE%'
  18. {
  19. val ThreadingModel = s 'Apartment'
  20. }
  21. }
  22. }
  23. }