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

  1. HKCR
  2. {
  3. MoveObj.Mover.1 = s 'Mover Class'
  4. {
  5. CLSID = s '{42ADFF01-491E-11D3-8AEE-00A0C9AFE114}'
  6. }
  7. MoveObj.Mover = s 'Mover Class'
  8. {
  9. CLSID = s '{42ADFF01-491E-11D3-8AEE-00A0C9AFE114}'
  10. }
  11. NoRemove CLSID
  12. {
  13. ForceRemove {42ADFF01-491E-11D3-8AEE-00A0C9AFE114} = s 'Mover Class'
  14. {
  15. ProgID = s 'MoveObj.Mover.1'
  16. VersionIndependentProgID = s 'MoveObj.Mover'
  17. InprocServer32 = s '%MODULE%'
  18. {
  19. val ThreadingModel = s 'both'
  20. }
  21. }
  22. }
  23. }