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
460 B

  1. HKCR
  2. {
  3. ScmMigr.SvcMgr.1 = s 'SvcMgr Class'
  4. {
  5. CLSID = s '{C01E33E0-4A12-11D3-99F9-0010A4F77383}'
  6. }
  7. ScmMigr.SvcMgr = s 'SvcMgr Class'
  8. {
  9. CLSID = s '{C01E33E0-4A12-11D3-99F9-0010A4F77383}'
  10. }
  11. NoRemove CLSID
  12. {
  13. ForceRemove {C01E33E0-4A12-11D3-99F9-0010A4F77383} = s 'SvcMgr Class'
  14. {
  15. ProgID = s 'ScmMigr.SvcMgr.1'
  16. VersionIndependentProgID = s 'ScmMigr.SvcMgr'
  17. InprocServer32 = s '%MODULE%'
  18. {
  19. val ThreadingModel = s 'both'
  20. }
  21. }
  22. }
  23. }