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.

33 lines
714 B

  1. HKCR
  2. {
  3. NoRemove AppID
  4. {
  5. ForceRemove {FE37FF41-3729-11D0-8CF4-00A0C9190459} = s 'Remote Storage Media'
  6. {
  7. val LocalService = s 'Remote_Storage_Subsystem'
  8. val ServiceParameters = s '-Service'
  9. }
  10. ForceRemove 'RsSub.EXE'
  11. {
  12. val AppID = s {FE37FF41-3729-11D0-8CF4-00A0C9190459}
  13. }
  14. }
  15. }
  16. HKEY_LOCAL_MACHINE
  17. {
  18. NoRemove SYSTEM
  19. {
  20. NoRemove CurrentControlSet
  21. {
  22. NoRemove Services
  23. {
  24. NoRemove 'Remote_Storage_Subsystem'
  25. {
  26. NoRemove 'Parameters'
  27. {
  28. }
  29. }
  30. }
  31. }
  32. }
  33. }