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.

18 lines
317 B

  1. HKCR
  2. {
  3. ATL.Registrar = s 'Registrar Class'
  4. {
  5. CLSID = s '{44EC053A-400F-11D0-9DCD-00A0C90391D3}'
  6. }
  7. NoRemove CLSID
  8. {
  9. ForceRemove {44EC053A-400F-11D0-9DCD-00A0C90391D3} = s 'Registrar Class'
  10. {
  11. ProgID = s 'ATL.Registrar'
  12. InprocServer32 = s '%MODULE%'
  13. {
  14. val ThreadingModel = s 'Both'
  15. }
  16. }
  17. }
  18. }